Package | Description |
---|---|
de.fraunhofer.fokus.oefit.adhoc.custom |
Provides custom enumerations and service handlers to
support portlet classes
|
Modifier and Type | Method and Description |
---|---|
E_ConfigKey |
E_Role.getKey()
Gets the configuration key
|
E_ConfigKey |
E_ConfigRole.getKey()
Gets the configuration key
|
static E_ConfigKey |
E_ConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static E_ConfigKey[] |
E_ConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<E_ConfigKey> |
E_ConfigKey.getByCategory(E_ConfigCategory cat)
Gets the by category.
|
Modifier and Type | Method and Description |
---|---|
static String |
CustomPortalServiceHandler.getConfigValue(E_ConfigKey key)
Gets the value for a given configuration key (or the default setting if not found)
This method may either access the portlet data-source for local settings or the portal properties for global configuration settings
|
static boolean |
CustomPortalServiceHandler.isConfigEnabled(E_ConfigKey key)
Checks if a configuration key that holds a boolean setting is set to true
|
static void |
CustomPortalServiceHandler.setConfig(E_ConfigKey key,
String value)
Set a given configuration value
|
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.