Use this method to get an App setting according to key definition in the App admin settings XML file.
The admin setting is retrieved according to the tenant if it is defined as tenant setting in the XML file.
java.lang.String getAdminSetting(
java.lang.String ,
java.lang.String
)
|
Parameters
- categoryId
- the ID in which the setting exists. the category Id is the same as the service ID.
- settingName
- the setting key whose value you want to retrieve
Return Value
string the setting value for the given setting name(key)