public class AssessmentFacade extends AssessmentBaseFacade implements Serializable, AssessmentIfc
Title:
Description:
Copyright: Copyright (c) 2004
Company:
assessmentACTIVE_STATUS, DEAD_STATUS, HASMETADATAFORQUESTIONS, INACTIVE_STATUS, METADATAQUESTIONS_ISINSTRUCTOREDITABLE, RETRACT_FOR_EDIT_STATUS, SHOWFEEDBACKAUTHORING| Constructor and Description |
|---|
AssessmentFacade() |
AssessmentFacade(AssessmentIfc data) |
AssessmentFacade(AssessmentIfc data,
Boolean loadSection) |
AssessmentFacade(Long id,
String title,
Date lastModifiedDate)
IMPORTANT: this constructor do not have "data", this constructor is
merely used for holding assessmentBaseId (which is the assessmentId), Title
& lastModifiedDate for displaying purpose.
|
AssessmentFacade(Long id,
String title,
Date lastModifiedDate,
Date startDate,
Date dueDate,
String releaseTo,
Map releaseToGroups,
String lastModifiedBy,
int questionSize) |
AssessmentFacade(Long id,
String title,
Date lastModifiedDate,
String lastModifiedBy)
IMPORTANT: this constructor do not have "data", this constructor is
merely used for holding assessmentBaseId (which is the assessmentId), Title
& lastModifiedDate for displaying purpose.
|
addAssessmentAttachmentMetaData, addAssessmentMetaData, getAssessmentAccessControl, getAssessmentAttachmentMetaData, getAssessmentBaseId, getAssessmentFeedback, getAssessmentMetaDataByLabel, getAssessmentMetaDataMap, getAssessmentMetaDataMap, getAssessmentMetaDataSet, getAssessmentTypeFacade, getCategoryId, getComments, getCreatedBy, getCreatedDate, getData, getDescription, getDisplayName, getEvaluationModel, getHasMetaDataForQuestions, getInstructorNotification, getIsTemplate, getLastModifiedBy, getLastModifiedDate, getMetaDataQuestions_isInstructorEditable, getMultipartAllowed, getParentId, getSecuredIPAddressSet, getShowFeedbackAuthoring, getStatus, getTesteeNotification, getTitle, getType, getTypeId, setAssessmentAccessControl, setAssessmentBaseId, setAssessmentFeedback, setAssessmentMetaDataSet, setCategoryId, setComments, setCreatedBy, setCreatedDate, setData, setDescription, setDisplayName, setEvaluationModel, setInstructorNotification, setIsTemplate, setLastModifiedBy, setLastModifiedDate, setMultipartAllowed, setParentId, setSecuredIPAddressSet, setStatus, setTesteeNotification, setTitle, setTypeId, updateAssessmentMetaData, updateDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHasMetaDataForQuestionsaddAssessmentMetaData, getAssessmentAccessControl, getAssessmentBaseId, getAssessmentFeedback, getAssessmentMetaDataByLabel, getAssessmentMetaDataMap, getAssessmentMetaDataMap, getAssessmentMetaDataSet, getCategoryId, getComments, getCreatedBy, getCreatedDate, getDescription, getEvaluationModel, getInstructorNotification, getIsTemplate, getLastModifiedBy, getLastModifiedDate, getMultipartAllowed, getParentId, getSecuredIPAddressSet, getStatus, getTesteeNotification, getTitle, getType, getTypeId, setAssessmentAccessControl, setAssessmentBaseId, setAssessmentFeedback, setAssessmentMetaDataSet, setCategoryId, setComments, setCreatedBy, setCreatedDate, setDescription, setEvaluationModel, setInstructorNotification, setIsTemplate, setLastModifiedBy, setLastModifiedDate, setMultipartAllowed, setParentId, setSecuredIPAddressSet, setStatus, setTesteeNotification, setTitle, setTypeId, updateAssessmentMetaDatapublic AssessmentFacade()
public AssessmentFacade(Long id, String title, Date lastModifiedDate)
id - title - lastModifiedDate - public AssessmentFacade(Long id, String title, Date lastModifiedDate, String lastModifiedBy)
id - title - lastModifiedDate - public AssessmentFacade(Long id, String title, Date lastModifiedDate, Date startDate, Date dueDate, String releaseTo, Map releaseToGroups, String lastModifiedBy, int questionSize)
public AssessmentFacade(AssessmentIfc data, Boolean loadSection)
public AssessmentFacade(AssessmentIfc data)
public Long getAssessmentId()
getAssessmentId in interface AssessmentIfcpublic Long getAssessmentTemplateId()
getAssessmentTemplateId in interface AssessmentIfcpublic void setAssessmentTemplateId(Long assessmentTemplateId)
setAssessmentTemplateId in interface AssessmentIfcpublic Set getSectionSet()
getSectionSet in interface AssessmentIfcpublic void setSectionSet(Set sectionSet)
setSectionSet in interface AssessmentIfcpublic ArrayList getSectionArray()
getSectionArray in interface AssessmentIfcpublic ArrayList getSectionArraySorted()
getSectionArraySorted in interface AssessmentIfcpublic SectionDataIfc getSection(Long sequence)
getSection in interface AssessmentIfcpublic SectionDataIfc getDefaultSection()
getDefaultSection in interface AssessmentIfcpublic Set getAssessmentAttachmentSet() throws DataFacadeException
getAssessmentAttachmentSet in interface AssessmentIfcDataFacadeExceptionpublic void setAssessmentAttachmentSet(Set assessmentAttachmentSet)
setAssessmentAttachmentSet in interface AssessmentIfcpublic List getAssessmentAttachmentList()
getAssessmentAttachmentList in interface AssessmentIfcpublic Integer getQuestionSize()
public void setQuestionSize(Integer questionSize)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getDueDate()
public void setDueDate(Date dueDate)
public String getLastModifiedDateForDisplay()
public void setLastModifiedDateForDisplay(String lastModifiedDateForDisplay)
public String getReleaseTo()
public void setReleaseTo(String releaseTo)
public Map getReleaseToGroups()
public void setReleaseToGroups(Map releaseToGroups)
public void setGroupCount()
public int getGroupCount()
public boolean isSelected()
public void setSelected(boolean selected)
Copyright © 2003–2020 Sakai Project. All rights reserved.