org.sakaiproject.tool.assessment.data.ifc.assessment
Interface AssessmentIfc
- All Superinterfaces:
- AssessmentBaseIfc, Serializable
- All Known Subinterfaces:
- PublishedAssessmentIfc
public interface AssessmentIfc
- extends Serializable, AssessmentBaseIfc
- Version:
- 1.0
- Author:
- Rachel Gollub
| Methods inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentBaseIfc |
addAssessmentMetaData, getAssessmentAccessControl, getAssessmentBaseId, getAssessmentFeedback, getAssessmentMetaDataByLabel, getAssessmentMetaDataMap, getAssessmentMetaDataMap, getAssessmentMetaDataSet, getComments, getCreatedBy, getCreatedDate, getDescription, getEvaluationModel, getInstructorNotification, getIsTemplate, getLastModifiedBy, getLastModifiedDate, getMultipartAllowed, getParentId, getSecuredIPAddressSet, getStatus, getTesteeNotification, getTitle, getType, getTypeId, setAssessmentAccessControl, setAssessmentBaseId, setAssessmentFeedback, setAssessmentMetaDataSet, setComments, setCreatedBy, setCreatedDate, setDescription, setEvaluationModel, setInstructorNotification, setIsTemplate, setLastModifiedBy, setLastModifiedDate, setMultipartAllowed, setParentId, setSecuredIPAddressSet, setStatus, setTesteeNotification, setTitle, setTypeId, updateAssessmentMetaData |
getAssessmentId
Long getAssessmentId()
getAssessmentTemplateId
Long getAssessmentTemplateId()
setAssessmentTemplateId
void setAssessmentTemplateId(Long assessmentTemplateId)
getSectionSet
Set getSectionSet()
setSectionSet
void setSectionSet(Set sectionSet)
getSection
SectionDataIfc getSection(Long sequence)
getDefaultSection
SectionDataIfc getDefaultSection()
getSectionArray
ArrayList getSectionArray()
getSectionArraySorted
ArrayList getSectionArraySorted()
getAssessmentAttachmentSet
Set getAssessmentAttachmentSet()
setAssessmentAttachmentSet
void setAssessmentAttachmentSet(Set assessmentAttachmentSet)
getAssessmentAttachmentList
List getAssessmentAttachmentList()
getHasMetaDataForQuestions
String getHasMetaDataForQuestions()
Copyright © 2005-2013 Sakai Project. All Rights Reserved.