Provides programmatic access for the creation of select lists out of enum values.
This method takes a list of Enum values, and returns a corresponding list of select items.
a map that maps enum lists to select item lists
Returns all user groups within the system.
all user groups in the system. throws: FxApplicationException - if the user groups could not be fetched successfully.
Returns all user groups within the system that are not flagged as system.
all user groups in the system. throws: FxApplicationException - if the user groups could not be fetched successfully.
Returns all mandators that may be selected in a create or edit screen, plus an empty element.
all mandators that may be selected in a create or edit screen
Returns all mandators that may be selected in a create or edit screen, with no empty element.
all mandators that may be selected in a create or edit screen
Returns all user groups defined for the current mandator.
all user groups defined for the current mandator. throws: FxApplicationException - if the user groups could not be fetched successfully.
Returns all user groups defined for the current mandator that are not flagged as system.
all user groups defined for the current mandator. throws: FxApplicationException - if the user groups could not be fetched successfully.