Interface PublishedAssessmentIfc
-
- All Superinterfaces:
AssessmentBaseIfc,AssessmentIfc,Serializable
public interface PublishedAssessmentIfc extends Serializable, AssessmentIfc
- Version:
- 1.0
- Author:
- Rachel Gollub
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentBaseIfc
ACTIVE_STATUS, DEAD_STATUS, HASMETADATAFORQUESTIONS, INACTIVE_STATUS, METADATAQUESTIONS_ISINSTRUCTOREDITABLE, RETRACT_FOR_EDIT_STATUS, SHOWFEEDBACKAUTHORING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetAssessmentId()LonggetCategoryId()DategetLastNeedResubmitDate()LonggetPublishedAssessmentId()DoublegetTotalScore()voidsetAssessmentId(Long assessmentId)voidsetCategoryId(Long categoryId)voidsetLastNeedResubmitDate(Date lastNeedResubmitDate)voidsetPublishedAssessmentId(Long publishedAssessmentId)-
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
-
Methods inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AssessmentIfc
getAssessmentAttachmentList, getAssessmentAttachmentSet, getAssessmentTemplateId, getDefaultSection, getHasMetaDataForQuestions, getSection, getSectionArray, getSectionArraySorted, getSectionSet, setAssessmentAttachmentSet, setAssessmentTemplateId, setSectionSet
-
-
-
-
Method Detail
-
getPublishedAssessmentId
Long getPublishedAssessmentId()
-
setPublishedAssessmentId
void setPublishedAssessmentId(Long publishedAssessmentId)
-
getAssessmentId
Long getAssessmentId()
- Specified by:
getAssessmentIdin interfaceAssessmentIfc
-
setAssessmentId
void setAssessmentId(Long assessmentId)
-
getTotalScore
Double getTotalScore()
-
getLastNeedResubmitDate
Date getLastNeedResubmitDate()
-
setLastNeedResubmitDate
void setLastNeedResubmitDate(Date lastNeedResubmitDate)
-
getCategoryId
Long getCategoryId()
- Specified by:
getCategoryIdin interfaceAssessmentBaseIfc
-
setCategoryId
void setCategoryId(Long categoryId)
- Specified by:
setCategoryIdin interfaceAssessmentBaseIfc
-
-