Serialized Form


Package org.sakaiproject.tool.assessment.data.dao.assessment

Class org.sakaiproject.tool.assessment.data.dao.assessment.Answer extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

itemText

ItemTextIfc itemText

item

ItemDataIfc item

text

String text

sequence

Long sequence

label

String label

isCorrect

Boolean isCorrect

grade

String grade

score

Float score

discount

Float discount

partialCredit

Float partialCredit

answerFeedbackSet

Set<E> answerFeedbackSet

answerFeedbackMap

HashMap<K,V> answerFeedbackMap

dat

ItemData dat

Class org.sakaiproject.tool.assessment.data.dao.assessment.AnswerFeedback extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

answer

AnswerIfc answer

typeId

String typeId

text

String text

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentAccessControl extends Object implements Serializable

serialVersionUID: 8330416434678491916L

Serialized Fields

id

Long id

assessmentBase

AssessmentBaseIfc assessmentBase

submissionsAllowed

Integer submissionsAllowed

unlimitedSubmissions

Boolean unlimitedSubmissions

submissionsSaved

Integer submissionsSaved

assessmentFormat

Integer assessmentFormat

bookMarkingItem

Integer bookMarkingItem

timeLimit

Integer timeLimit

timedAssessment

Integer timedAssessment

retryAllowed

Integer retryAllowed

lateHandling

Integer lateHandling

startDate

Date startDate

dueDate

Date dueDate

scoreDate

Date scoreDate

feedbackDate

Date feedbackDate

retractDate

Date retractDate

autoSubmit

Integer autoSubmit

itemNavigation

Integer itemNavigation

itemNumbering

Integer itemNumbering

submissionMessage

String submissionMessage

finalPageUrl

String finalPageUrl

releaseTo

String releaseTo

username

String username

password

String password

markForReview

Integer markForReview

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentAttachment extends AttachmentData implements Serializable

serialVersionUID: 5236325714234687092L

Serialized Fields

assessment

AssessmentIfc assessment

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentBaseData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

assessmentBaseId

Long assessmentBaseId

isTemplate

Boolean isTemplate

parentId

Long parentId

title

String title

description

String description

comments

String comments

typeId

Long typeId

instructorNotification

Integer instructorNotification

testeeNotification

Integer testeeNotification

multipartAllowed

Integer multipartAllowed

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

assessmentAccessControl

AssessmentAccessControlIfc assessmentAccessControl

evaluationModel

EvaluationModelIfc evaluationModel

assessmentFeedback

AssessmentFeedbackIfc assessmentFeedback

assessmentMetaDataSet

Set<E> assessmentMetaDataSet

assessmentMetaDataMap

HashMap<K,V> assessmentMetaDataMap

assessmentFeedbackMap

HashMap<K,V> assessmentFeedbackMap

securedIPAddressSet

Set<E> securedIPAddressSet

questionSize

Integer questionSize

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentData extends AssessmentBaseData implements Serializable

serialVersionUID: -2260656620640273214L

Serialized Fields

assessmentTemplateId

Long assessmentTemplateId

sectionSet

Set<E> sectionSet

assessmentAttachmentSet

Set<E> assessmentAttachmentSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentFeedback extends Object implements Serializable

serialVersionUID: 711760492880980393L

Serialized Fields

id

Long id

assessmentBase

AssessmentBaseIfc assessmentBase

feedbackDelivery

Integer feedbackDelivery

feedbackComponentOption

Integer feedbackComponentOption

feedbackAuthoring

Integer feedbackAuthoring

editComponents

Integer editComponents

showQuestionText

Boolean showQuestionText

showStudentResponse

Boolean showStudentResponse

showCorrectResponse

Boolean showCorrectResponse

showStudentScore

Boolean showStudentScore

showStudentQuestionScore

Boolean showStudentQuestionScore

showQuestionLevelFeedback

Boolean showQuestionLevelFeedback

showSelectionLevelFeedback

Boolean showSelectionLevelFeedback

showGraderComments

Boolean showGraderComments

showStatistics

Boolean showStatistics

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessment

AssessmentBaseIfc assessment

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.AssessmentTemplateData extends AssessmentBaseData implements Serializable

serialVersionUID: 9050408582352928295L

Class org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData extends Object implements Serializable

serialVersionUID: 6418622221846466766L

Serialized Fields

attachmentId

Long attachmentId

item

ItemDataIfc item

resourceId

String resourceId

filename

String filename

mimeType

String mimeType

fileSize

Long fileSize

description

String description

location

String location

isLink

Boolean isLink

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

attachmentType

Long attachmentType

Class org.sakaiproject.tool.assessment.data.dao.assessment.EvaluationModel extends Object implements Serializable

serialVersionUID: 2592581779541143409L

Serialized Fields

id

Long id

assessmentBase

AssessmentBaseIfc assessmentBase

evaluationComponents

String evaluationComponents

scoringType

Integer scoringType

numericModelId

String numericModelId

fixedTotalScore

Integer fixedTotalScore

gradeAvailable

Integer gradeAvailable

isStudentIdPublic

Integer isStudentIdPublic

anonymousGrading

Integer anonymousGrading

autoScoring

Integer autoScoring

toGradeBook

String toGradeBook

Class org.sakaiproject.tool.assessment.data.dao.assessment.FavoriteColChoicesItem extends Object implements Serializable

Serialized Fields

favoriteItemId

Long favoriteItemId

favoriteChoice

FavoriteColChoices favoriteChoice

choiceText

String choiceText

sequence

Integer sequence

Class org.sakaiproject.tool.assessment.data.dao.assessment.ItemAttachment extends AttachmentData implements Serializable

serialVersionUID: -7845686301407065500L

Serialized Fields

item

ItemDataIfc item

Class org.sakaiproject.tool.assessment.data.dao.assessment.ItemData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

itemId

Long itemId

itemIdString

String itemIdString

section

SectionDataIfc section

sequence

Integer sequence

duration

Integer duration

triesAllowed

Integer triesAllowed

instruction

String instruction

description

String description

typeId

Long typeId

grade

String grade

score

Float score

discount

Float discount

hint

String hint

hasRationale

Boolean hasRationale

status

Integer status

partialCreditFlag

Boolean partialCreditFlag

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemTextSet

Set<E> itemTextSet

itemMetaDataSet

Set<E> itemMetaDataSet

itemFeedbackSet

Set<E> itemFeedbackSet

itemMetaDataMap

HashMap<K,V> itemMetaDataMap

itemFeedbackMap

HashMap<K,V> itemFeedbackMap

itemAttachmentSet

Set<E> itemAttachmentSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.ItemFeedback extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

typeId

String typeId

text

String text

Class org.sakaiproject.tool.assessment.data.dao.assessment.ItemMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.ItemText extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

sequence

Long sequence

text

String text

answerSet

Set<E> answerSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAccessControl extends Object implements Serializable

serialVersionUID: -221497966468066618L

Serialized Fields

id

Long id

assessment

AssessmentIfc assessment

submissionsAllowed

Integer submissionsAllowed

submissionsSaved

Integer submissionsSaved

assessmentFormat

Integer assessmentFormat

bookMarkingItem

Integer bookMarkingItem

timeLimit

Integer timeLimit

timedAssessment

Integer timedAssessment

retryAllowed

Integer retryAllowed

lateHandling

Integer lateHandling

startDate

Date startDate

dueDate

Date dueDate

scoreDate

Date scoreDate

feedbackDate

Date feedbackDate

retractDate

Date retractDate

autoSubmit

Integer autoSubmit

itemNavigation

Integer itemNavigation

itemNumbering

Integer itemNumbering

submissionMessage

String submissionMessage

finalPageUrl

String finalPageUrl

releaseTo

String releaseTo

username

String username

password

String password

unlimitedSubmissions

Boolean unlimitedSubmissions

markForReview

Integer markForReview

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAnswer extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

itemText

ItemTextIfc itemText

item

ItemDataIfc item

text

String text

sequence

Long sequence

label

String label

isCorrect

Boolean isCorrect

grade

String grade

score

Float score

discount

Float discount

partialCredit

Float partialCredit

answerFeedbackSet

Set<E> answerFeedbackSet

answerFeedbackMap

HashMap<K,V> answerFeedbackMap

publishedItemData

PublishedItemData publishedItemData

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAnswerFeedback extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

answer

AnswerIfc answer

typeId

String typeId

text

String text

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAssessmentAttachment extends PublishedAttachmentData implements Serializable

serialVersionUID: -4215583647648041764L

Serialized Fields

assessment

AssessmentIfc assessment

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAssessmentData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

assessmentId

Long assessmentId

assessmentBaseId

Long assessmentBaseId

title

String title

description

String description

comments

String comments

typeId

Long typeId

instructorNotification

Integer instructorNotification

testeeNotification

Integer testeeNotification

multipartAllowed

Integer multipartAllowed

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

assessmentAccessControl

AssessmentAccessControlIfc assessmentAccessControl

evaluationModel

EvaluationModelIfc evaluationModel

assessmentFeedback

AssessmentFeedbackIfc assessmentFeedback

assessmentMetaDataSet

Set<E> assessmentMetaDataSet

securedIPAddressSet

Set<E> securedIPAddressSet

assessmentMetaDataMap

HashMap<K,V> assessmentMetaDataMap

sectionSet

Set<E> sectionSet

releaseTo

String releaseTo

startDate

Date startDate

dueDate

Date dueDate

retractDate

Date retractDate

submissionSize

int submissionSize

lateHandling

Integer lateHandling

unlimitedSubmissions

Boolean unlimitedSubmissions

submissionsAllowed

Integer submissionsAllowed

feedbackDelivery

Integer feedbackDelivery

feedbackComponentOption

Integer feedbackComponentOption

feedbackAuthoring

Integer feedbackAuthoring

feedbackDate

Date feedbackDate

assessmentAttachmentSet

Set<E> assessmentAttachmentSet

scoringType

Integer scoringType

lastNeedResubmitDate

Date lastNeedResubmitDate

timeLimit

Integer timeLimit

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAttachmentData extends Object implements Serializable

serialVersionUID: -7673339618446778553L

Serialized Fields

attachmentId

Long attachmentId

item

ItemDataIfc item

resourceId

String resourceId

filename

String filename

mimeType

String mimeType

fileSize

Long fileSize

description

String description

location

String location

isLink

Boolean isLink

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

attachmentType

Long attachmentType

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedEvaluationModel extends Object implements Serializable

serialVersionUID: 6919530379488261271L

Serialized Fields

id

Long id

assessment

AssessmentIfc assessment

evaluationComponents

String evaluationComponents

scoringType

Integer scoringType

numericModelId

String numericModelId

fixedTotalScore

Integer fixedTotalScore

gradeAvailable

Integer gradeAvailable

isStudentIdPublic

Integer isStudentIdPublic

anonymousGrading

Integer anonymousGrading

autoScoring

Integer autoScoring

toGradeBook

String toGradeBook

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedFeedback extends Object implements Serializable

serialVersionUID: 6725754767789047244L

Serialized Fields

id

Long id

assessment

AssessmentIfc assessment

feedbackDelivery

Integer feedbackDelivery

feedbackComponentOption

Integer feedbackComponentOption

feedbackAuthoring

Integer feedbackAuthoring

editComponents

Integer editComponents

showQuestionText

Boolean showQuestionText

showStudentResponse

Boolean showStudentResponse

showCorrectResponse

Boolean showCorrectResponse

showStudentScore

Boolean showStudentScore

showStudentQuestionScore

Boolean showStudentQuestionScore

showQuestionLevelFeedback

Boolean showQuestionLevelFeedback

showSelectionLevelFeedback

Boolean showSelectionLevelFeedback

showGraderComments

Boolean showGraderComments

showStatistics

Boolean showStatistics

assessmentId

Long assessmentId

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemAttachment extends PublishedAttachmentData implements Serializable

serialVersionUID: -5089858299609212702L

Serialized Fields

item

ItemDataIfc item

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

itemId

Long itemId

itemIdString

String itemIdString

section

SectionDataIfc section

sequence

Integer sequence

duration

Integer duration

triesAllowed

Integer triesAllowed

instruction

String instruction

description

String description

typeId

Long typeId

grade

String grade

score

Float score

discount

Float discount

hint

String hint

hasRationale

Boolean hasRationale

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemTextSet

Set<E> itemTextSet

itemMetaDataSet

Set<E> itemMetaDataSet

itemFeedbackSet

Set<E> itemFeedbackSet

itemMetaDataMap

HashMap<K,V> itemMetaDataMap

itemFeedbackMap

HashMap<K,V> itemFeedbackMap

lastItemGradingDataByAgent

ItemGradingData lastItemGradingDataByAgent

itemAttachmentSet

Set<E> itemAttachmentSet

partialCreditFlag

Boolean partialCreditFlag

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemFeedback extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

typeId

String typeId

text

String text

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemText extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

item

ItemDataIfc item

sequence

Long sequence

text

String text

answerSet

Set<E> answerSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessment

AssessmentBaseIfc assessment

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionAttachment extends PublishedAttachmentData implements Serializable

serialVersionUID: 3811461383814780684L

Serialized Fields

section

SectionDataIfc section

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessmentId

Long assessmentId

assessment

AssessmentIfc assessment

duration

Integer duration

sequence

Integer sequence

title

String title

description

String description

typeId

Long typeId

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemSet

Set<E> itemSet

sectionMetaDataSet

Set<E> sectionMetaDataSet

sectionMetaDataMap

HashMap<K,V> sectionMetaDataMap

sectionAttachmentSet

Set<E> sectionAttachmentSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

section

SectionDataIfc section

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSecuredIPAddress extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessment

AssessmentBaseIfc assessment

hostname

String hostname

ipAddress

String ipAddress

Class org.sakaiproject.tool.assessment.data.dao.assessment.SectionAttachment extends AttachmentData implements Serializable

serialVersionUID: 1020406350617514444L

Serialized Fields

section

SectionDataIfc section

Class org.sakaiproject.tool.assessment.data.dao.assessment.SectionData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessmentId

Long assessmentId

assessment

AssessmentIfc assessment

duration

Integer duration

sequence

Integer sequence

title

String title

description

String description

typeId

Long typeId

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

itemSet

Set<E> itemSet

sectionMetaDataSet

Set<E> sectionMetaDataSet

sectionMetaDataMap

HashMap<K,V> sectionMetaDataMap

sectionAttachmentSet

Set<E> sectionAttachmentSet

Class org.sakaiproject.tool.assessment.data.dao.assessment.SectionMetaData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

section

SectionDataIfc section

label

String label

entry

String entry

Class org.sakaiproject.tool.assessment.data.dao.assessment.SecuredIPAddress extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

id

Long id

assessment

AssessmentBaseIfc assessment

hostname

String hostname

ipAddress

String ipAddress

Package org.sakaiproject.tool.assessment.data.dao.authz

Class org.sakaiproject.tool.assessment.data.dao.authz.AuthorizationData extends Object implements Serializable

serialVersionUID: -1460106795359785530L

Serialized Fields

agentId

String agentId

functionId

String functionId

qualifierId

String qualifierId

effectiveDate

Date effectiveDate

expirationDate

Date expirationDate

lastModifiedDate

Date lastModifiedDate

lastModifiedBy

String lastModifiedBy

isExplicit

Boolean isExplicit

surrogateKey

Long surrogateKey

lockId

Integer lockId

Class org.sakaiproject.tool.assessment.data.dao.authz.FunctionData extends Object implements Serializable

serialVersionUID: -8873492307746711610L

Serialized Fields

functionId

long functionId

referenceName

String referenceName

displayName

String displayName

description

String description

functionTypeId

String functionTypeId

Class org.sakaiproject.tool.assessment.data.dao.authz.QualifierData extends Object implements Serializable

serialVersionUID: -8657439480162351350L

Serialized Fields

qualifierId

long qualifierId

referenceName

String referenceName

displayName

String displayName

description

String description

qualifierTypeId

String qualifierTypeId

parentsIter

QualifierIteratorIfc parentsIter

childrenIter

QualifierIteratorIfc childrenIter

Class org.sakaiproject.tool.assessment.data.dao.authz.QualifierHierarchyData extends Object implements Serializable

serialVersionUID: 9180085666292824370L

Serialized Fields

childId

long childId

parentId

long parentId

child

QualifierData child

parent

QualifierData parent

surrogateKey

Long surrogateKey

lockId

Integer lockId

Package org.sakaiproject.tool.assessment.data.dao.grading

Class org.sakaiproject.tool.assessment.data.dao.grading.AssessmentGradingData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

assessmentGradingId

Long assessmentGradingId

agentId

String agentId

submittedDate

Date submittedDate

isLate

Boolean isLate

forGrade

Boolean forGrade

totalAutoScore

Float totalAutoScore

totalOverrideScore

Float totalOverrideScore

finalScore

Float finalScore

comments

String comments

status

Integer status

gradedBy

String gradedBy

gradedDate

Date gradedDate

itemGradingSet

Set<E> itemGradingSet

attemptDate

Date attemptDate

timeElapsed

Integer timeElapsed

totalSubmitted

int totalSubmitted

publishedAssessmentId

Long publishedAssessmentId

publishedAssessmentTitle

String publishedAssessmentTitle

isAutoSubmitted

Boolean isAutoSubmitted

lastVisitedPart

Integer lastVisitedPart

lastVisitedQuestion

Integer lastVisitedQuestion

publishedItemId

Long publishedItemId

Class org.sakaiproject.tool.assessment.data.dao.grading.AssessmentGradingSummaryData extends Object implements Serializable

serialVersionUID: -7857133156727718632L

Serialized Fields

assessmentGradingSummaryId

Long assessmentGradingSummaryId

publishedAssessment

PublishedAssessmentIfc publishedAssessment

agentId

String agentId

totalSubmitted

Integer totalSubmitted

totalSubmittedForGrade

Integer totalSubmittedForGrade

lastSubmittedAssessmentGrading

AssessmentGradingIfc lastSubmittedAssessmentGrading

lastSubmittedDate

Date lastSubmittedDate

lastSubmittedAssessmentIsLate

Boolean lastSubmittedAssessmentIsLate

sumOf_autoScoreForGrade

Float sumOf_autoScoreForGrade

average_autoScoreForGrade

Float average_autoScoreForGrade

highest_autoScoreForGrade

Float highest_autoScoreForGrade

lowest_autoScoreForGrade

Float lowest_autoScoreForGrade

last_autoScoreForGrade

Float last_autoScoreForGrade

sumOf_overrideScoreForGrade

Float sumOf_overrideScoreForGrade

average_overrideScoreForGrade

Float average_overrideScoreForGrade

highest_overrideScoreForGrade

Float highest_overrideScoreForGrade

lowest_overrideScoreForGrade

Float lowest_overrideScoreForGrade

last_overrideScoreForGrade

Float last_overrideScoreForGrade

scoringType

Integer scoringType

acceptedAssessmentGrading

AssessmentGradingIfc acceptedAssessmentGrading

acceptedAssessmentIsLate

Boolean acceptedAssessmentIsLate

finalAssessmentScore

Float finalAssessmentScore

feedToGradeBook

Boolean feedToGradeBook

Class org.sakaiproject.tool.assessment.data.dao.grading.GradingAttachmentData extends Object implements Serializable

Serialized Fields

attachmentId

Long attachmentId

resourceId

String resourceId

filename

String filename

mimeType

String mimeType

fileSize

Long fileSize

description

String description

location

String location

isLink

Boolean isLink

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

attachmentType

Long attachmentType

Class org.sakaiproject.tool.assessment.data.dao.grading.ItemGradingAttachment extends GradingAttachmentData implements Serializable

serialVersionUID: 5236325714234687092L

Serialized Fields

itemGrading

ItemGradingIfc itemGrading

Class org.sakaiproject.tool.assessment.data.dao.grading.ItemGradingData extends Object implements Serializable

serialVersionUID: 7526471155622776147L

Serialized Fields

itemGradingId

Long itemGradingId

assessmentGradingId

Long assessmentGradingId

assessmentGrading

AssessmentGradingIfc assessmentGrading

publishedItemId

Long publishedItemId

publishedItemTextId

Long publishedItemTextId

agentId

String agentId

publishedAnswerId

Long publishedAnswerId

publishedAnswer

AnswerIfc publishedAnswer

rationale

String rationale

answerText

String answerText

submittedDate

Date submittedDate

autoScore

Float autoScore

overrideScore

Float overrideScore

comments

String comments

gradedBy

String gradedBy

gradedDate

Date gradedDate

review

Boolean review

attemptsRemaining

Integer attemptsRemaining

lastDuration

String lastDuration

mediaArray

ArrayList<E> mediaArray

itemGradingAttachmentSet

Set<E> itemGradingAttachmentSet

Class org.sakaiproject.tool.assessment.data.dao.grading.MediaData extends Object implements Serializable

serialVersionUID: -437737678404198607L

Serialized Fields

mediaId

Long mediaId

itemGradingData

ItemGradingIfc itemGradingData

media

byte[] media

fileSize

Long fileSize

mimeType

String mimeType

description

String description

location

String location

filename

String filename

isLink

boolean isLink

isHtmlInline

boolean isHtmlInline

status

Integer status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

duration

String duration

durationIsOver

boolean durationIsOver

timeAllowed

String timeAllowed

Class org.sakaiproject.tool.assessment.data.dao.grading.StudentGradingSummaryData extends Object implements Serializable

Serialized Fields

studentGradingSummaryId

Long studentGradingSummaryId

publishedAssessmentId

Long publishedAssessmentId

agentId

String agentId

numberRetake

Integer numberRetake

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

Package org.sakaiproject.tool.assessment.data.dao.questionpool

Class org.sakaiproject.tool.assessment.data.dao.questionpool.QuestionPoolAccessData extends Object implements Serializable

serialVersionUID: 9180085666292824370L

Serialized Fields

questionPoolId

Long questionPoolId

agentId

String agentId

accessTypeId

Long accessTypeId

Class org.sakaiproject.tool.assessment.data.dao.questionpool.QuestionPoolData extends Object implements Serializable

serialVersionUID: 9180085666292824370L

Serialized Fields

questionPoolId

Long questionPoolId

title

String title

description

String description

parentPoolId

Long parentPoolId

ownerId

String ownerId

owner

AgentDataIfc owner

dateCreated

Date dateCreated

lastModified

Date lastModified

lastModifiedById

String lastModifiedById

lastModifiedBy

AgentDataIfc lastModifiedBy

accessTypeId

Long accessTypeId

accessType

TypeIfc accessType

objectives

String objectives

keywords

String keywords

rubric

String rubric

typeId

Long typeId

type

TypeIfc type

intellectualPropertyId

Long intellectualPropertyId

organizationName

String organizationName

questionPoolItems

Set<E> questionPoolItems

items

Collection<E> items

subPoolSize

Integer subPoolSize

Class org.sakaiproject.tool.assessment.data.dao.questionpool.QuestionPoolItemData extends Object implements Serializable

serialVersionUID: 9180085666292824370L

Serialized Fields

questionPoolId

Long questionPoolId

itemId

String itemId

itemData

ItemData itemData

Package org.sakaiproject.tool.assessment.data.dao.shared

Class org.sakaiproject.tool.assessment.data.dao.shared.TypeD extends Object implements Serializable

serialVersionUID: 3957338190425982508L

Serialized Fields

typeId

Long typeId

authority

String authority

domain

String domain

keyword

String keyword

description

String description

status

int status

createdBy

String createdBy

createdDate

Date createdDate

lastModifiedBy

String lastModifiedBy

lastModifiedDate

Date lastModifiedDate

Package org.sakaiproject.tool.dummy.impl

Class org.sakaiproject.tool.dummy.impl.DummyImpl extends DummyIfc implements Serializable



Copyright © 2005-2012 Sakai Project. All Rights Reserved.