Modifier and Type | Interface and Description |
---|---|
interface |
AppInterface
AppInterface provides methods to access info at the application level.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
SettingsInterface.loadData(SettingsManagerInterface settingsMgr)
Retrieves settings data from the database
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
UserSettingsInterface.getSettings(SettingsManagerInterface settingsMgr,
java.lang.String sUserId,
int nUserProperty)
Get Company-specific User Settings
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
CacheManager.loadData(SettingsManagerInterface settingsMgr) |