org.sakaiproject.tool.assessment.ui.bean.author
Class TemplateBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.author.TemplateBean
All Implemented Interfaces:
Serializable

public class TemplateBean
extends Object
implements Serializable

JSF backing bean for Template pages

See Also:
Serialized Form

Field Summary
protected  String[] groups
           
protected  String[] selectedGroups
           
 
Constructor Summary
TemplateBean()
          This just sets some defaults.
 
Method Summary
 String getAnonymousGrading()
          anonymous grading
 Boolean getAutomaticSubmission()
          automaticSubmission
 String getAutoSave()
          autosave
 String getCreatedBy()
          Get created by
 String getCreatedDate()
          Get created date
 String getDisplayChunking()
          chunking
 String getFeedbackAuthoring()
           
 Boolean getFeedbackComponent_CorrectResp()
          feedback component...
 Boolean getFeedbackComponent_GraderComments()
          feedback component...
 Boolean getFeedbackComponent_QuestionLevel()
          v
 Boolean getFeedbackComponent_QuestionText()
          feedback component...
 Boolean getFeedbackComponent_SelectionLevel()
          feedback component...
 Boolean getFeedbackComponent_Statistics()
          feedback component...
 Boolean getFeedbackComponent_StudentQuestionScore()
          feedback component...
 Boolean getFeedbackComponent_StudentResp()
          feedback component...
 Boolean getFeedbackComponent_StudentScore()
          feedback component...
 String getFeedbackType()
           
 String getFeedbackType(String value)
          feedback tye
 HashMap getFeedbackTypeMap()
          get feedback type mape
 String[] getGroups()
           
 String getIdString()
          get id string
 String getItemAccessType()
          item access type
 String getLastModified()
          Get last modified date
 String getLastModifiedBy()
          Get last modified by
 String getLateHandling()
          late handling
 Boolean getMarkForReview()
          submission model
 Date getModifiedDate()
           
 String getNewName()
          tempalte name
 String getOutcome()
           
 String getQuestionNumbering()
          numbering
 String getRecordedScore()
           
 RecordingData getRecordingData()
          encapsulates audio recording info
 String[] getSelectedGroups()
           
 boolean getShowAssessmentTypes()
           
 String getSubmissionModel()
          submission model
 String getSubmissionNumber()
          submission number
 String getTemplateAuthor()
          author
 String getTemplateDescription()
          description
 String getTemplateName()
          tempalte name
 String getToGradebook()
           
 String getTypeId()
           
 Object getValue(String key)
          get value
 HashMap getValueMap()
          get value map
 boolean isSecureDeliveryAvailable()
           
 void setAnonymousGrading(String newAnonymousGrading)
          anonymous grading
 void setAutomaticSubmission(Boolean newAutomaticSubmission)
          automaticSubmission
 void setAutoSave(String newAutoSave)
          autosave
 void setCreatedBy(String agent)
          Set created by
 void setCreatedDate(String newDate)
          Set created date
 void setDisplayChunking(String newDisplayChunking)
          numbering
 void setFeedbackAuthoring(String newFeedbackAuthoring)
           
 void setFeedbackComponent_CorrectResp(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_GraderComments(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_QuestionLevel(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_QuestionText(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_SelectionLevel(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_Statistics(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_StudentQuestionScore(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_StudentResp(Boolean newComponent)
          feedback component...
 void setFeedbackComponent_StudentScore(Boolean newComponent)
          feedback component...
 void setFeedbackType(String newFeedbackType)
           
 void setFeedbackType(String key, Object value)
          feedback type
 void setFeedbackTypeMap(String newType)
          set feedback type map
 void setGroups(String[] groups)
           
 void setIdString(String idString)
          set id string
 void setItemAccessType(String newItemAccessType)
          item access type
 void setLastModified(String newDate)
          Set last modified date
 void setLastModifiedBy(String agent)
          Set last modified by
 void setLateHandling(String newLateHandling)
          late handling
 void setMarkForReview(Boolean newMarkForReview)
          submission model
 void setNewName(String newName)
          template name
 void setOutcome(String outcome)
           
 void setQuestionNumbering(String newQuestionNumbering)
          numbering
 void setRecordedScore(String newRecordedScore)
           
 void setRecordingData(RecordingData rd)
          encapsulates audio recording info
 void setSelectedGroups(String[] selectedGroups)
           
 void setSubmissionModel(String newSubmissionModel)
          submission model
 void setSubmissionNumber(String newSubmissionNumber)
          submission number
 void setTemplateAuthor(String newAuthor)
          suthor
 void setTemplateDescription(String newDescription)
          description
 void setTemplateName(String newName)
          template name
 void setToGradebook(String newToGradebook)
           
 void setTypeId(String typeId)
           
 void setValue(String key, Object value)
          set value
 void setValueMap(HashMap newMap)
          set value map
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groups

protected String[] groups

selectedGroups

protected String[] selectedGroups
Constructor Detail

TemplateBean

public TemplateBean()
This just sets some defaults.

Method Detail

setOutcome

public void setOutcome(String outcome)

getOutcome

public String getOutcome()

setValue

public void setValue(String key,
                     Object value)
set value

Parameters:
key -
value -

getValue

public Object getValue(String key)
get value

Parameters:
key -
Returns:

setValueMap

public void setValueMap(HashMap newMap)
set value map

Parameters:
newMap -

getValueMap

public HashMap getValueMap()
get value map

Returns:

setFeedbackType

public void setFeedbackType(String key,
                            Object value)
feedback type

Parameters:
key -
value -

getFeedbackType

public String getFeedbackType(String value)
feedback tye

Parameters:
key -
Returns:

setFeedbackTypeMap

public void setFeedbackTypeMap(String newType)
set feedback type map

Parameters:
newMap -

getFeedbackTypeMap

public HashMap getFeedbackTypeMap()
get feedback type mape

Returns:

setNewName

public void setNewName(String newName)
template name

Parameters:
newName - the name

getNewName

public String getNewName()
tempalte name

Returns:
the name

setTemplateName

public void setTemplateName(String newName)
template name

Parameters:
newName - the name

getTemplateName

public String getTemplateName()
tempalte name

Returns:
the name

setTemplateAuthor

public void setTemplateAuthor(String newAuthor)
suthor

Parameters:
newAuthor - aquthor

getTemplateAuthor

public String getTemplateAuthor()
author

Returns:
author

setTemplateDescription

public void setTemplateDescription(String newDescription)
description

Parameters:
newDescription - description

getTemplateDescription

public String getTemplateDescription()
description

Returns:
description

setItemAccessType

public void setItemAccessType(String newItemAccessType)
item access type

Parameters:
newItemAccessType - item access type

getItemAccessType

public String getItemAccessType()
item access type

Returns:
item access type

setQuestionNumbering

public void setQuestionNumbering(String newQuestionNumbering)
numbering

Parameters:
newQuestionNumbering -

getQuestionNumbering

public String getQuestionNumbering()
numbering

Returns:

setDisplayChunking

public void setDisplayChunking(String newDisplayChunking)
numbering

Parameters:
newDisplayChunking -

getDisplayChunking

public String getDisplayChunking()
chunking

Returns:

setMarkForReview

public void setMarkForReview(Boolean newMarkForReview)
submission model

Parameters:
newSubmissionModel - submission model

getMarkForReview

public Boolean getMarkForReview()
submission model

Returns:
submission model

setSubmissionModel

public void setSubmissionModel(String newSubmissionModel)
submission model

Parameters:
newSubmissionModel - submission model

getSubmissionModel

public String getSubmissionModel()
submission model

Returns:
submission model

setSubmissionNumber

public void setSubmissionNumber(String newSubmissionNumber)
submission number

Parameters:
newSubmissionNumber - submission number

getSubmissionNumber

public String getSubmissionNumber()
submission number

Returns:
submission number

setAutomaticSubmission

public void setAutomaticSubmission(Boolean newAutomaticSubmission)
automaticSubmission

Parameters:
newAutomaticSubmission - 3

getAutomaticSubmission

public Boolean getAutomaticSubmission()
automaticSubmission

Returns:

setAutoSave

public void setAutoSave(String newAutoSave)
autosave

Parameters:
newAutoSave - 3

getAutoSave

public String getAutoSave()
autosave

Returns:

setLateHandling

public void setLateHandling(String newLateHandling)
late handling

Parameters:
newLateHandling - late handling

getLateHandling

public String getLateHandling()
late handling

Returns:
laqte handling

setFeedbackType

public void setFeedbackType(String newFeedbackType)

getFeedbackType

public String getFeedbackType()
Returns:
feedback type

setFeedbackAuthoring

public void setFeedbackAuthoring(String newFeedbackAuthoring)

getFeedbackAuthoring

public String getFeedbackAuthoring()
Returns:
feedback authoring

setFeedbackComponent_QuestionText

public void setFeedbackComponent_QuestionText(Boolean newComponent)
feedback component...

Parameters:
newComponent -

getFeedbackComponent_QuestionText

public Boolean getFeedbackComponent_QuestionText()
feedback component...

Returns:
feedback component...

setFeedbackComponent_StudentResp

public void setFeedbackComponent_StudentResp(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_StudentResp

public Boolean getFeedbackComponent_StudentResp()
feedback component...

Returns:
feedback component...

setFeedbackComponent_CorrectResp

public void setFeedbackComponent_CorrectResp(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_CorrectResp

public Boolean getFeedbackComponent_CorrectResp()
feedback component...

Returns:
feedback component...

setFeedbackComponent_StudentScore

public void setFeedbackComponent_StudentScore(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_StudentScore

public Boolean getFeedbackComponent_StudentScore()
feedback component...

Returns:
feedback component...

setFeedbackComponent_StudentQuestionScore

public void setFeedbackComponent_StudentQuestionScore(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_StudentQuestionScore

public Boolean getFeedbackComponent_StudentQuestionScore()
feedback component...

Returns:
feedback component...

setFeedbackComponent_QuestionLevel

public void setFeedbackComponent_QuestionLevel(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_QuestionLevel

public Boolean getFeedbackComponent_QuestionLevel()
v

Returns:
feedback component...

setFeedbackComponent_SelectionLevel

public void setFeedbackComponent_SelectionLevel(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_SelectionLevel

public Boolean getFeedbackComponent_SelectionLevel()
feedback component...

Returns:
feedback component...

setFeedbackComponent_GraderComments

public void setFeedbackComponent_GraderComments(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_GraderComments

public Boolean getFeedbackComponent_GraderComments()
feedback component...

Returns:
feedback component...

setFeedbackComponent_Statistics

public void setFeedbackComponent_Statistics(Boolean newComponent)
feedback component...

Parameters:
newComponent - feedback component...

getFeedbackComponent_Statistics

public Boolean getFeedbackComponent_Statistics()
feedback component...

Returns:
feedback component...

setAnonymousGrading

public void setAnonymousGrading(String newAnonymousGrading)
anonymous grading

Parameters:
newAnonymousGrading -

getAnonymousGrading

public String getAnonymousGrading()
anonymous grading

Returns:

setToGradebook

public void setToGradebook(String newToGradebook)
Parameters:
newToGradebook -

getToGradebook

public String getToGradebook()
Returns:
to what gradebook

setRecordedScore

public void setRecordedScore(String newRecordedScore)
Parameters:
newRecordedScore -

getRecordedScore

public String getRecordedScore()
Returns:
the recorded score

getRecordingData

public RecordingData getRecordingData()
encapsulates audio recording info

Returns:
recording data

setRecordingData

public void setRecordingData(RecordingData rd)
encapsulates audio recording info

Parameters:
rd -

getIdString

public String getIdString()
get id string

Returns:
id

setIdString

public void setIdString(String idString)
set id string

Parameters:
idString -

getCreatedDate

public String getCreatedDate()
Get created date


setCreatedDate

public void setCreatedDate(String newDate)
Set created date


getCreatedBy

public String getCreatedBy()
Get created by


setCreatedBy

public void setCreatedBy(String agent)
Set created by


getLastModified

public String getLastModified()
Get last modified date


getModifiedDate

public Date getModifiedDate()

setLastModified

public void setLastModified(String newDate)
Set last modified date


getLastModifiedBy

public String getLastModifiedBy()
Get last modified by


setLastModifiedBy

public void setLastModifiedBy(String agent)
Set last modified by


setTypeId

public void setTypeId(String typeId)

getTypeId

public String getTypeId()

getGroups

public String[] getGroups()

setGroups

public void setGroups(String[] groups)

getSelectedGroups

public String[] getSelectedGroups()

setSelectedGroups

public void setSelectedGroups(String[] selectedGroups)

getShowAssessmentTypes

public boolean getShowAssessmentTypes()

isSecureDeliveryAvailable

public boolean isSecureDeliveryAvailable()


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