| java.lang.Object com.flexive.faces.beans.MapBean
MapBean | public class MapBean implements Serializable(Code) | | Wrapper beans containing miscellaneous maps for
associative lookups via JSF EL.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 197 $ |
Constructor Summary | |
public | MapBean() Constructs a new map beans. |
Method Summary | |
public Map<Long, Account> | getAccount() | public Map<Long, ACL> | getAcls() | public Map<Long, FxAssignment> | getAssignments() Return all defined assignments. | public Map<Long, String> | getDateTime() | public Map<Long, FxLanguage> | getLanguage() Provides access to the system languages by ID. | public Map<Long, Mandator> | getMandators() Return all active mandators. | public Map<Long, FxProperty> | getProperties() Return all defined properties. | public Map<String, FxProperty> | getPropertiesByName() Return all defined properties, lookup by name (case-insensitive). | public Map<Long, StepDefinition> | getStepDefinitions() Return all available step definitions. | public Map<Long, FxType> | getTypes() Return all defined types. | public Map<String, FxType> | getTypesByName() Return all defined types, lookup by name (case-insensitive). | public Map<Long, UserGroup> | getUserGroups() Return all user groups for the current mandator. |
MapBean | public MapBean()(Code) | | Constructs a new map beans.
|
getAccount | public Map<Long, Account> getAccount()(Code) | | Get an account by id
map containing accounts by id |
getAcls | public Map<Long, ACL> getAcls()(Code) | | Return all available ACLs
all available ACLs |
getDateTime | public Map<Long, String> getDateTime()(Code) | | A date/time formatter
date/time formatter |
getLanguage | public Map<Long, FxLanguage> getLanguage()(Code) | | Provides access to the system languages by ID.
the languages by ID |
getMandators | public Map<Long, Mandator> getMandators()(Code) | | Return all active mandators.
all active mandators. |
getProperties | public Map<Long, FxProperty> getProperties()(Code) | | Return all defined properties.
all defined properties. |
getPropertiesByName | public Map<String, FxProperty> getPropertiesByName()(Code) | | Return all defined properties, lookup by name (case-insensitive).
all defined properties, lookup by name (case-insensitive). |
getStepDefinitions | public Map<Long, StepDefinition> getStepDefinitions()(Code) | | Return all available step definitions.
all available step definitions. |
getTypesByName | public Map<String, FxType> getTypesByName()(Code) | | Return all defined types, lookup by name (case-insensitive).
all defined types, lookup by name (case-insensitive). |
|
|