public class PublishedAssessmentData extends Object implements Serializable, PublishedAssessmentIfc
ACTIVE_STATUS, DEAD_STATUS, HASMETADATAFORQUESTIONS, INACTIVE_STATUS, METADATAQUESTIONS_ISINSTRUCTOREDITABLE, RETRACT_FOR_EDIT_STATUS, SHOWFEEDBACKAUTHORING| Constructor and Description |
|---|
PublishedAssessmentData() |
PublishedAssessmentData(Long id,
int submissionSize) |
PublishedAssessmentData(Long id,
String title,
Date lastModifiedDate)
"Convenient Constructor"
This is a cheap object created for holding just the Id, title.
|
PublishedAssessmentData(Long id,
String title,
PublishedAccessControl assessmentAccessControl) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate)
"Convenient Constructor"
This is a cheap object created for holding just the Id, title &
delivery dates.
|
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date feedbackDate,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date feedbackDate,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed,
Integer scoringType) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date feedbackDate,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed,
Integer scoringType,
Integer status) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date feedbackDate,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed,
Integer scoringType,
Integer status,
Date lastModifiedDate) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date feedbackDate,
Integer feedbackDelivery,
Integer feedbackComponentOption,
Integer feedbackAuthoring,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed,
Integer scoringType,
Integer status,
Date lastModifiedDate,
Integer timeLimit) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Date lastModifiedDate,
String lastModifiedBy)
"Convenient Constructor"
This is a cheap object created for holding just the Id, title &
delivery dates.
|
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Integer status) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed)
Someone forgot to check this in, so I'm adding it.
|
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Integer status,
Date lastModifiedDate,
String lastModifiedBy) |
PublishedAssessmentData(Long id,
String title,
String releaseTo,
Date startDate,
Date dueDate,
Date retractDate,
Integer status,
Date lastModifiedDate,
String lastModifiedBy,
Integer lateHandling,
Boolean unlimitedSubmissions,
Integer submissionsAllowed)
"Convenient Constructor"
This is a cheap object created for holding just the Id, title &
delivery dates.
|
PublishedAssessmentData(String title,
String description,
String comments,
Long typeId,
Integer instructorNotification,
Integer testeeNotification,
Integer multipartAllowed,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
public PublishedAssessmentData()
public PublishedAssessmentData(Long id, String title, Date lastModifiedDate)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Integer status, Date lastModifiedDate, String lastModifiedBy, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date lastModifiedDate, String lastModifiedBy)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Integer status)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Integer status, Date lastModifiedDate, String lastModifiedBy)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed)
public PublishedAssessmentData(Long id, String title, PublishedAccessControl assessmentAccessControl)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date feedbackDate, Integer feedbackDelivery, Integer feedbackComponentOption, Integer feedbackAuthoring, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date feedbackDate, Integer feedbackDelivery, Integer feedbackComponentOption, Integer feedbackAuthoring, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed, Integer scoringType)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date feedbackDate, Integer feedbackDelivery, Integer feedbackComponentOption, Integer feedbackAuthoring, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed, Integer scoringType, Integer status)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date feedbackDate, Integer feedbackDelivery, Integer feedbackComponentOption, Integer feedbackAuthoring, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed, Integer scoringType, Integer status, Date lastModifiedDate)
public PublishedAssessmentData(Long id, String title, String releaseTo, Date startDate, Date dueDate, Date retractDate, Date feedbackDate, Integer feedbackDelivery, Integer feedbackComponentOption, Integer feedbackAuthoring, Integer lateHandling, Boolean unlimitedSubmissions, Integer submissionsAllowed, Integer scoringType, Integer status, Date lastModifiedDate, Integer timeLimit)
public PublishedAssessmentData(Long id, int submissionSize)
public PublishedAssessmentData(String title, String description, String comments, Long typeId, Integer instructorNotification, Integer testeeNotification, Integer multipartAllowed, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
public Long getAssessmentId()
getAssessmentId in interface AssessmentIfcgetAssessmentId in interface PublishedAssessmentIfcpublic void setAssessmentId(Long assessmentId)
setAssessmentId in interface PublishedAssessmentIfcpublic Long getPublishedAssessmentId()
getPublishedAssessmentId in interface PublishedAssessmentIfcpublic void setPublishedAssessmentId(Long assessmentBaseId)
setPublishedAssessmentId in interface PublishedAssessmentIfcpublic String getTitle()
getTitle in interface AssessmentBaseIfcpublic void setTitle(String title)
setTitle in interface AssessmentBaseIfcpublic String getDescription()
getDescription in interface AssessmentBaseIfcpublic void setDescription(String description)
setDescription in interface AssessmentBaseIfcpublic String getComments()
getComments in interface AssessmentBaseIfcpublic void setComments(String comments)
setComments in interface AssessmentBaseIfcpublic Integer getInstructorNotification()
getInstructorNotification in interface AssessmentBaseIfcpublic void setInstructorNotification(Integer instructorNotification)
setInstructorNotification in interface AssessmentBaseIfcpublic Integer getTesteeNotification()
getTesteeNotification in interface AssessmentBaseIfcpublic void setTesteeNotification(Integer testeeNotification)
setTesteeNotification in interface AssessmentBaseIfcpublic Integer getMultipartAllowed()
getMultipartAllowed in interface AssessmentBaseIfcpublic void setMultipartAllowed(Integer multipartAllowed)
setMultipartAllowed in interface AssessmentBaseIfcpublic Long getTypeId()
getTypeId in interface AssessmentBaseIfcpublic void setTypeId(Long typeId)
setTypeId in interface AssessmentBaseIfcpublic Integer getStatus()
getStatus in interface AssessmentBaseIfcpublic void setStatus(Integer status)
setStatus in interface AssessmentBaseIfcpublic String getCreatedBy()
getCreatedBy in interface AssessmentBaseIfcpublic void setCreatedBy(String createdBy)
setCreatedBy in interface AssessmentBaseIfcpublic Date getCreatedDate()
getCreatedDate in interface AssessmentBaseIfcpublic void setCreatedDate(Date createdDate)
setCreatedDate in interface AssessmentBaseIfcpublic String getLastModifiedBy()
getLastModifiedBy in interface AssessmentBaseIfcpublic void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface AssessmentBaseIfcpublic Date getLastModifiedDate()
getLastModifiedDate in interface AssessmentBaseIfcpublic void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface AssessmentBaseIfcpublic AssessmentAccessControlIfc getAssessmentAccessControl()
getAssessmentAccessControl in interface AssessmentBaseIfcpublic void setAssessmentAccessControl(AssessmentAccessControlIfc assessmentAccessControl)
setAssessmentAccessControl in interface AssessmentBaseIfcpublic EvaluationModelIfc getEvaluationModel()
getEvaluationModel in interface AssessmentBaseIfcpublic void setEvaluationModel(EvaluationModelIfc evaluationModel)
setEvaluationModel in interface AssessmentBaseIfcpublic AssessmentFeedbackIfc getAssessmentFeedback()
getAssessmentFeedback in interface AssessmentBaseIfcpublic void setAssessmentFeedback(AssessmentFeedbackIfc assessmentFeedback)
setAssessmentFeedback in interface AssessmentBaseIfcpublic Set getAssessmentMetaDataSet()
getAssessmentMetaDataSet in interface AssessmentBaseIfcpublic void setAssessmentMetaDataSet(Set assessmentMetaDataSet)
setAssessmentMetaDataSet in interface AssessmentBaseIfcpublic Set getSecuredIPAddressSet()
getSecuredIPAddressSet in interface AssessmentBaseIfcpublic void setSecuredIPAddressSet(Set securedIPAddressSet)
setSecuredIPAddressSet in interface AssessmentBaseIfcpublic HashMap getAssessmentMetaDataMap(Set assessmentMetaDataSet)
getAssessmentMetaDataMap in interface AssessmentBaseIfcpublic HashMap getAssessmentMetaDataMap()
getAssessmentMetaDataMap in interface AssessmentBaseIfcpublic String getAssessmentMetaDataByLabel(String label)
getAssessmentMetaDataByLabel in interface AssessmentBaseIfcpublic void addAssessmentMetaData(String label, String entry)
addAssessmentMetaData in interface AssessmentBaseIfcpublic void updateAssessmentMetaData(String label, String entry)
updateAssessmentMetaData in interface AssessmentBaseIfcpublic Set getSectionSet()
getSectionSet in interface AssessmentIfcpublic void setSectionSet(Set sectionSet)
setSectionSet in interface AssessmentIfcpublic Long getAssessmentBaseId()
getAssessmentBaseId in interface AssessmentBaseIfcpublic void setAssessmentBaseId(Long assessmentBaseId)
setAssessmentBaseId in interface AssessmentBaseIfcpublic Boolean getIsTemplate()
getIsTemplate in interface AssessmentBaseIfcpublic void setIsTemplate(Boolean isTemplate)
setIsTemplate in interface AssessmentBaseIfcpublic Long getParentId()
getParentId in interface AssessmentBaseIfcpublic void setParentId(Long parentId)
setParentId in interface AssessmentBaseIfcpublic Long getAssessmentTemplateId()
getAssessmentTemplateId in interface AssessmentIfcpublic void setAssessmentTemplateId(Long assessmentTemplateId)
setAssessmentTemplateId in interface AssessmentIfcpublic TypeIfc getType()
getType in interface AssessmentBaseIfcpublic String getReleaseTo()
public Date getStartDate()
public Date getDueDate()
public Date getRetractDate()
public int getSubmissionSize()
public 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 Integer getLateHandling()
public Boolean getUnlimitedSubmissions()
public Integer getSubmissionsAllowed()
public Integer getScoringType()
public Integer getFeedbackDelivery()
public Integer getFeedbackComponentOption()
public Integer getFeedbackAuthoring()
public Date getFeedbackDate()
public Double getTotalScore()
getTotalScore in interface PublishedAssessmentIfcpublic Set getAssessmentAttachmentSet()
getAssessmentAttachmentSet in interface AssessmentIfcpublic void setAssessmentAttachmentSet(Set assessmentAttachmentSet)
setAssessmentAttachmentSet in interface AssessmentIfcpublic List getAssessmentAttachmentList()
getAssessmentAttachmentList in interface AssessmentIfcpublic String getHasMetaDataForQuestions()
getHasMetaDataForQuestions in interface AssessmentIfcpublic Date getLastNeedResubmitDate()
getLastNeedResubmitDate in interface PublishedAssessmentIfcpublic void setLastNeedResubmitDate(Date lastNeedResubmitDate)
setLastNeedResubmitDate in interface PublishedAssessmentIfcpublic Integer getTimeLimit()
public void setTimeLimit(Integer timeLimit)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.