Java Doc for SectionDataIfc.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » tool » assessment » data » ifc » assessment » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.tool.assessment.data.ifc.assessment 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc

All known Subclasses:   org.sakaiproject.tool.assessment.data.dao.assessment.SectionData,  org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionData,  org.sakaiproject.tool.assessment.facade.SectionFacade,
SectionDataIfc
public interface SectionDataIfc extends java.io.Serializable(Code)


Field Summary
public static  IntegerAS_LISTED_ON_ASSESSMENT_PAGE
    
public static  StringAUTHOR_TYPE
    
public static  StringNUM_QUESTIONS_DRAWN
    
public static  StringPER_STUDENT
    
public static  StringPER_SUBMISSION
    
public static  StringPOOLID_FOR_RANDOM_DRAW
    
public static  StringPOOLNAME_FOR_RANDOM_DRAW
    
public static  IntegerQUESTIONS_AUTHORED_ONE_BY_ONE
    
public static  StringQUESTIONS_ORDERING
    
public static  StringRANDOMIZATION_TYPE
    
public static  IntegerRANDOM_DRAW_FROM_QUESTIONPOOL
    
public static  IntegerRANDOM_WITHIN_PART
    


Method Summary
 voidaddItem(ItemDataIfc item)
    
 voidaddSectionMetaData(String label, String entry)
    
 AssessmentIfcgetAssessment()
    
 LonggetAssessmentId()
    
 StringgetCreatedBy()
    
 DategetCreatedDate()
    
 StringgetDescription()
    
 IntegergetDuration()
    
 ArrayListgetItemArray()
    
 ArrayListgetItemArraySortedForGrading()
    
 SetgetItemSet()
    
 StringgetLastModifiedBy()
    
 DategetLastModifiedDate()
    
 ListgetSectionAttachmentList()
    
 SetgetSectionAttachmentSet()
    
 LonggetSectionId()
    
 StringgetSectionMetaDataByLabel(String label)
    
 HashMapgetSectionMetaDataMap(Set param)
    
 SetgetSectionMetaDataSet()
    
 IntegergetSequence()
    
 IntegergetStatus()
    
 StringgetTitle()
    
 TypeIfcgetType()
    
 LonggetTypeId()
    
 voidsetAssessment(AssessmentIfc assessment)
    
 voidsetAssessmentId(Long assessmentId)
    
 voidsetCreatedBy(String createdBy)
    
 voidsetCreatedDate(Date createdDate)
    
 voidsetDescription(String description)
    
 voidsetDuration(Integer duration)
    
 voidsetItemSet(Set itemSet)
    
 voidsetLastModifiedBy(String lastModifiedBy)
    
 voidsetLastModifiedDate(Date lastModifiedDate)
    
 voidsetSectionAttachmentSet(Set sectionAttachmentSet)
    
 voidsetSectionId(Long sectionId)
    
 voidsetSectionMetaDataSet(Set param)
    
 voidsetSequence(Integer sequence)
    
 voidsetStatus(Integer status)
    
 voidsetTitle(String title)
    
 voidsetTypeId(Long typeId)
    

Field Detail
AS_LISTED_ON_ASSESSMENT_PAGE
public static Integer AS_LISTED_ON_ASSESSMENT_PAGE(Code)



AUTHOR_TYPE
public static String AUTHOR_TYPE(Code)



NUM_QUESTIONS_DRAWN
public static String NUM_QUESTIONS_DRAWN(Code)



PER_STUDENT
public static String PER_STUDENT(Code)



PER_SUBMISSION
public static String PER_SUBMISSION(Code)



POOLID_FOR_RANDOM_DRAW
public static String POOLID_FOR_RANDOM_DRAW(Code)



POOLNAME_FOR_RANDOM_DRAW
public static String POOLNAME_FOR_RANDOM_DRAW(Code)



QUESTIONS_AUTHORED_ONE_BY_ONE
public static Integer QUESTIONS_AUTHORED_ONE_BY_ONE(Code)



QUESTIONS_ORDERING
public static String QUESTIONS_ORDERING(Code)



RANDOMIZATION_TYPE
public static String RANDOMIZATION_TYPE(Code)



RANDOM_DRAW_FROM_QUESTIONPOOL
public static Integer RANDOM_DRAW_FROM_QUESTIONPOOL(Code)



RANDOM_WITHIN_PART
public static Integer RANDOM_WITHIN_PART(Code)





Method Detail
addItem
void addItem(ItemDataIfc item)(Code)



addSectionMetaData
void addSectionMetaData(String label, String entry)(Code)



getAssessment
AssessmentIfc getAssessment()(Code)



getAssessmentId
Long getAssessmentId()(Code)



getCreatedBy
String getCreatedBy()(Code)



getCreatedDate
Date getCreatedDate()(Code)



getDescription
String getDescription()(Code)



getDuration
Integer getDuration()(Code)



getItemArray
ArrayList getItemArray()(Code)



getItemArraySortedForGrading
ArrayList getItemArraySortedForGrading()(Code)



getItemSet
Set getItemSet()(Code)



getLastModifiedBy
String getLastModifiedBy()(Code)



getLastModifiedDate
Date getLastModifiedDate()(Code)



getSectionAttachmentList
List getSectionAttachmentList()(Code)



getSectionAttachmentSet
Set getSectionAttachmentSet()(Code)



getSectionId
Long getSectionId()(Code)



getSectionMetaDataByLabel
String getSectionMetaDataByLabel(String label)(Code)



getSectionMetaDataMap
HashMap getSectionMetaDataMap(Set param)(Code)



getSectionMetaDataSet
Set getSectionMetaDataSet()(Code)



getSequence
Integer getSequence()(Code)



getStatus
Integer getStatus()(Code)



getTitle
String getTitle()(Code)



getType
TypeIfc getType()(Code)



getTypeId
Long getTypeId()(Code)



setAssessment
void setAssessment(AssessmentIfc assessment)(Code)



setAssessmentId
void setAssessmentId(Long assessmentId)(Code)



setCreatedBy
void setCreatedBy(String createdBy)(Code)



setCreatedDate
void setCreatedDate(Date createdDate)(Code)



setDescription
void setDescription(String description)(Code)



setDuration
void setDuration(Integer duration)(Code)



setItemSet
void setItemSet(Set itemSet)(Code)



setLastModifiedBy
void setLastModifiedBy(String lastModifiedBy)(Code)



setLastModifiedDate
void setLastModifiedDate(Date lastModifiedDate)(Code)



setSectionAttachmentSet
void setSectionAttachmentSet(Set sectionAttachmentSet)(Code)



setSectionId
void setSectionId(Long sectionId)(Code)



setSectionMetaDataSet
void setSectionMetaDataSet(Set param)(Code)



setSequence
void setSequence(Integer sequence)(Code)



setStatus
void setStatus(Integer status)(Code)



setTitle
void setTitle(String title)(Code)



setTypeId
void setTypeId(Long typeId)(Code)



ww___w___._j_a___v__a___2_s.__co___m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.