Returns a list of realm/role options for the shopping period role
first checks the sakai.property: delegatedaccess.realmoptions.delegatedaccess
if not found, defaults to: all site realm templates that start with "!site."
Returns a list of realm/role options for the shopping period role
first checks the sakai.property: delegatedaccess.realmoptions.shopping
if not found, defaults to: all site realm templates that start with "!site."
returns the systems term field based on a sakai.property (delegatedaccess.termfield)
default is term_eid
getTerms() -
Method in interface org.sakaiproject.delegatedaccess.logic.SakaiProxy
Returns a map (id, title) of terms either by the course management api or by the unique set of site propeties if you unset useCourseManagementApiForTerms
default is true
if this is true, then the term options will be loaded from the CourseManagement API,
otherwise, a distinct query will be ran against site properties based on the
term field
delegatedaccess.term.useCourseManagmentApi