public interface AdminAppMgrIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminAppProperty(java.lang.String key,
java.lang.String def)
Get the Admin App property value for the specified key.
|
int |
getAdminAppPropertyAsInt(java.lang.String key,
int def)
Get the Admin App property value as in int for the specified key.
|
void |
refreshCache()
Refresh the Admin App Manager's cached data
|
java.lang.String getAdminAppProperty(java.lang.String key, java.lang.String def) throws KKAdminException
key
- the keydef
- the defKKAdminException
- an unexpected exception in the KonaKart Admin engineint getAdminAppPropertyAsInt(java.lang.String key, int def) throws KKAdminException
key
- the keydef
- the defKKAdminException
- an unexpected exception in the KonaKart Admin enginevoid refreshCache() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin engine
for unexpected problems such as not being able to locate or read properties filesCopyright © 2018 DS Data Systems UK Ltd.