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

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
 List getAssessmentAttachmentList()
           
 Set getAssessmentAttachmentSet()
           
 Long getAssessmentId()
           
 Long getAssessmentTemplateId()
           
 SectionDataIfc getDefaultSection()
           
 String getHasMetaDataForQuestions()
           
 SectionDataIfc getSection(Long sequence)
           
 ArrayList getSectionArray()
           
 ArrayList getSectionArraySorted()
           
 Set getSectionSet()
           
 void setAssessmentAttachmentSet(Set assessmentAttachmentSet)
           
 void setAssessmentTemplateId(Long assessmentTemplateId)
           
 void setSectionSet(Set sectionSet)
           
 
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
 

Method Detail

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.