Uses of Interface
org.sakaiproject.sitemanage.api.SectionField
-
Packages that use SectionField Package Description org.sakaiproject.sitemanage.api org.sakaiproject.sitemanage.cover -
-
Uses of SectionField in org.sakaiproject.sitemanage.api
Methods in org.sakaiproject.sitemanage.api that return types with arguments of type SectionField Modifier and Type Method Description List<SectionField>SectionFieldProvider. getRequiredFields()Gets the List of SectionFields to use in the UI.Method parameters in org.sakaiproject.sitemanage.api with type arguments of type SectionField Modifier and Type Method Description StringSectionFieldProvider. getSectionEid(String academicSessionEid, List<SectionField> fields)Generates a Section EID from a List of fields.StringSectionFieldProvider. getSectionTitle(String academicSessionEid, List<SectionField> fields)Generates a Section title from a list of fields. -
Uses of SectionField in org.sakaiproject.sitemanage.cover
Methods in org.sakaiproject.sitemanage.cover that return types with arguments of type SectionField Modifier and Type Method Description static List<SectionField>SectionFieldProvider. getRequiredFields()Method parameters in org.sakaiproject.sitemanage.cover with type arguments of type SectionField Modifier and Type Method Description static StringSectionFieldProvider. getSectionEid(String academicSessionEid, List<SectionField> fields)
-