public interface SectionFieldProvider
| Modifier and Type | Method and Description |
|---|---|
List<SectionField> |
getRequiredFields()
Gets the List of SectionFields to use in the UI.
|
String |
getSectionEid(String academicSessionEid,
List<SectionField> fields)
Generates a Section EID from a List of fields.
|
String |
getSectionTitle(String academicSessionEid,
List<SectionField> fields)
Generates a Section title from a list of fields.
|
String getSectionEid(String academicSessionEid, List<SectionField> fields)
fields - String getSectionTitle(String academicSessionEid, List<SectionField> fields)
academicSessionEid - fields - List<SectionField> getRequiredFields()
Copyright © 2003–2018 The Sakai Foundation. All rights reserved.