Package com.saperion.intf
Interface SaUserSetting
- All Superinterfaces:
SaSetting
- All Known Implementing Classes:
SaUserSettingImpl
Interface holding the user specific settings to be transported to other
components; to get this information user authentication is required.
- Author:
- mak
-
Method Summary
Modifier and TypeMethodDescription<T extends SaUserSettingType>
TReturns the specific user setting.<T extends SaUserSettingType>
booleanChecks, if the system setting for the given key exists.<T extends SaUserSettingType>
voidSets the user setting.Methods inherited from interface com.saperion.intf.SaSetting
getAccessKey
-
Method Details
-
getEntry
Returns the specific user setting.- Type Parameters:
T
- specializedSaUserSettingType
- Parameters:
klass
- class representing the key the stored setting can be- Returns:
- the concrete
SaUserSettingType
instance
-
setEntry
Sets the user setting.- Type Parameters:
T
- specializedSaUserSettingType
- Parameters:
klass
- class representing the key the setting is storedsetting
- the concreteSaUserSettingType
instance
-
hasEntry
Checks, if the system setting for the given key exists.- Type Parameters:
T
- specializedSaUserSettingType
- Parameters:
klass
- class- Returns:
true
if a system setting exists to the given key, otherwisefalse
-