Uses of Interface
org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc
-
Packages that use SectionDataIfc Package Description org.sakaiproject.tool.assessment.data.ifc.assessment org.sakaiproject.tool.assessment.shared.api.assessment -
-
Uses of SectionDataIfc in org.sakaiproject.tool.assessment.data.ifc.assessment
Methods in org.sakaiproject.tool.assessment.data.ifc.assessment that return SectionDataIfc Modifier and Type Method Description SectionDataIfcAssessmentIfc. getDefaultSection()SectionDataIfcAssessmentIfc. getSection(Long sequence)SectionDataIfcItemDataIfc. getSection()SectionDataIfcSectionAttachmentIfc. getSection()SectionDataIfcSectionMetaDataIfc. getSection()Methods in org.sakaiproject.tool.assessment.data.ifc.assessment with parameters of type SectionDataIfc Modifier and Type Method Description voidItemDataIfc. setSection(SectionDataIfc section)voidSectionAttachmentIfc. setSection(SectionDataIfc section)voidSectionMetaDataIfc. setSection(SectionDataIfc section) -
Uses of SectionDataIfc in org.sakaiproject.tool.assessment.shared.api.assessment
Methods in org.sakaiproject.tool.assessment.shared.api.assessment that return SectionDataIfc Modifier and Type Method Description SectionDataIfcAssessmentServiceAPI. addSection(String assessmentId)SectionDataIfcAssessmentServiceAPI. getSection(String sectionId)SectionDataIfcSectionServiceAPI. getSection(Long secId, String agentId)Methods in org.sakaiproject.tool.assessment.shared.api.assessment with parameters of type SectionDataIfc Modifier and Type Method Description voidAssessmentServiceAPI. saveOrUpdateSection(SectionDataIfc section)
-