| |
|
| java.lang.Object org.sakaiproject.tool.assessment.facade.QuestionPoolFacade
ACCESS_DENIED | final public static Long ACCESS_DENIED(Code) | | |
DEFAULT_INTELLECTUAL_PROPERTYID | final public static Long DEFAULT_INTELLECTUAL_PROPERTYID(Code) | | |
DEFAULT_TYPEID | final public static Long DEFAULT_TYPEID(Code) | | |
READ_WRITE | final public static Long READ_WRITE(Code) | | |
QuestionPoolFacade | public QuestionPoolFacade()(Code) | | Creates a new QuestionPoolFacade object.
|
QuestionPoolFacade | public QuestionPoolFacade(Id id, Id parentId)(Code) | | Constructor.
Each question pool has a unique Id object and owns the Id of
its parent. See getId(), getParentId()
Parameters: newId - the id Parameters: newParentId - the id of its parent |
QuestionPoolFacade | public QuestionPoolFacade(Long id, Long parentId)(Code) | | Constructor.
Each question pool has a unique Id object and owns the Id of
its parent. See getId(), getParentId()
Parameters: newId - the id Parameters: newParentId - the id of its parent |
QuestionPoolFacade | public QuestionPoolFacade(Long id, String title)(Code) | | IMPORTANT: this constructor do not have "data", this constructor is
merely used for holding questionPoolId, Title
for displaying purpose (used by the pulldown list in authoring).
This constructor does not persist data (which it has none) to DB
Parameters: id - Parameters: title - |
QuestionPoolFacade | public QuestionPoolFacade(Long id, String title, Long parentId)(Code) | | IMPORTANT: this constructor do not have "data", this constructor is
merely used for holding questionPoolId, Title, parentId
for validation question pool
This constructor does not persist data (which it has none) to DB
Parameters: id - Parameters: title - Parameters: parentid - |
getAccessTypeId | public Long getAccessTypeId()(Code) | | |
getId | org.osid.shared.Id getId()(Code) | | Get the Id for this QuestionPoolFacade.
org.osid.shared.Id |
getIntellectualPropertyId | public Long getIntellectualPropertyId()(Code) | | |
getLastModified | public Date getLastModified()(Code) | | |
getLastModifiedById | public String getLastModifiedById()(Code) | | |
getOrganizationName | public String getOrganizationName()(Code) | | |
getOwnerDisplayName | public String getOwnerDisplayName()(Code) | | |
getParentPoolId | public Long getParentPoolId()(Code) | | |
getQuestionPoolItems | public Set getQuestionPoolItems()(Code) | | This is a list of association between an item (question) and a pool.
This does not represent a list of items. use getQuestions()
to get a list of items
|
setAccessTypeId | public void setAccessTypeId(Long accessTypeId)(Code) | | |
setDateCreated | public void setDateCreated(Date dateCreated)(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setIntellectualPropertyId | public void setIntellectualPropertyId(Long intellectualPropertyId)(Code) | | |
setLastModified | public void setLastModified(Date lastModified)(Code) | | |
setLastModifiedById | public void setLastModifiedById(String lastModifiedById)(Code) | | |
setObjectives | public void setObjectives(String objectives)(Code) | | |
setOrganizationName | public void setOrganizationName(String organizationName)(Code) | | |
setParentPoolId | public void setParentPoolId(Long parentPoolId)(Code) | | |
setQuestionPoolId | public void setQuestionPoolId(Long questionPoolId)(Code) | | Set itemId for ItemFacade
Parameters: itemId - |
setQuestionPoolItems | public void setQuestionPoolItems(Set questionPoolItems)(Code) | | |
setSubPoolSize | public void setSubPoolSize(Integer subPoolSize)(Code) | | |
updateData | public void updateData(QuestionPoolDataIfc data)(Code) | | Call setDate() to update data in ItemFacade
Parameters: data - |
|
|
|