Package com.saperion.intf
Interface SaSystemSetting
- All Superinterfaces:
SaSetting
- All Known Implementing Classes:
SaSystemSettingImpl
Interface holding the system specific settings to be transported to other
components; to get this information no user authentication is required.
- Author:
- mak
-
Method Summary
Modifier and TypeMethodDescription<T extends SaSystemSettingType>
TReturns the specific system setting.<T extends SaSystemSettingType>
booleanChecks, if the system setting for the given key exists.<T extends SaSystemSettingType>
voidSets the system setting.Methods inherited from interface com.saperion.intf.SaSetting
getAccessKey
-
Method Details
-
getEntry
Returns the specific system setting.- Type Parameters:
T- specializedSaSystemSettingType- Parameters:
klass- class- Returns:
- the concrete
SaSystemSettingTypeinstance
-
setEntry
Sets the system setting.- Type Parameters:
T- specializedSaSystemSettingType- Parameters:
klass- classsetting- the concreteSaSystemSettingTypeinstance
-
hasEntry
Checks, if the system setting for the given key exists.- Type Parameters:
T- specializedSaSystemSettingType- Parameters:
klass- class- Returns:
trueif a system setting exists to the given key, otherwisefalse
-