| Package | Description |
|---|---|
| org.sakaiproject.tool.assessment.facade | |
| org.sakaiproject.tool.assessment.services | |
| org.sakaiproject.tool.assessment.services.assessment |
| Modifier and Type | Class and Description |
|---|---|
class |
PublishedSectionFacade |
| Modifier and Type | Method and Description |
|---|---|
SectionFacade |
AssessmentFacadeQueries.addSection(Long assessmentId) |
SectionFacade |
AssessmentFacadeQueriesAPI.addSection(Long assessmentId) |
SectionFacade |
SectionFacadeQueries.get(Long sectionId) |
SectionFacade |
SectionFacadeQueriesAPI.get(Long sectionId) |
SectionFacade |
AssessmentFacadeQueries.getSection(Long sectionId) |
SectionFacade |
AssessmentFacadeQueriesAPI.getSection(Long sectionId) |
SectionFacade |
SectionIteratorFacade.nextSection()
DOCUMENTATION PENDING
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssessmentFacadeQueries.saveOrUpdateSection(SectionFacade section) |
void |
PublishedAssessmentFacadeQueriesAPI.saveOrUpdateSection(SectionFacade section) |
void |
AssessmentFacadeQueriesAPI.saveOrUpdateSection(SectionFacade section) |
void |
PublishedAssessmentFacadeQueries.saveOrUpdateSection(SectionFacade section) |
| Modifier and Type | Method and Description |
|---|---|
SectionFacade |
SectionService.getSection(Long secId,
String agentId)
Get a particular item from the backend, with all questions.
|
| Modifier and Type | Method and Description |
|---|---|
SectionFacade |
AssessmentService.addSection(String assessmentId)
public int checkDelete(long assessmentId){ return
assessmentService.checkDelete(assessmentId); }
public void deleteAssessment(Id assessmentId) throws
osid.assessment.AssessmentException {
assessmentService.deleteAssessment(assessmentId); }
public AssessmentIterator getAssessments() throws
osid.assessment.AssessmentException { return
assessmentService.getAssessments(); }
|
SectionFacade |
AssessmentService.getSection(String sectionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishedAssessmentService.saveOrUpdateSection(SectionFacade section) |
void |
AssessmentService.saveOrUpdateSection(SectionFacade section) |
int |
AssessmentService.updateRandomPoolQuestions(SectionFacade section) |
int |
AssessmentService.updateRandomPoolQuestions(SectionFacade section,
boolean publishing) |
boolean |
AssessmentService.verifyItemsDrawSize(SectionFacade section) |
Copyright © 2005-2014 Sakai Project. All Rights Reserved.