public interface ISystemPropertyHandler extends IGenericHandler
Modifier and Type | Method and Description |
---|---|
SystemProperty |
getByKey(UserContext uc,
String key)
Retrieves a
Property by a given key. |
List<SystemProperty> |
getByKeyPrefix(UserContext uc,
String keyPrefix)
Retrives a
List of SystemProperty s by a given key prefix. |
List<SystemProperty> |
getByKeys(UserContext uc,
List<String> keys)
|
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
SystemProperty getByKey(UserContext uc, String key)
Property
by a given key.uc
- the UserContext
to usekey
- the system property keySystemProperty
List<SystemProperty> getByKeys(UserContext uc, List<String> keys)
uc
- the UserContext
to usekeys
- a List
of keysList
of SystemProperty
sList<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
List
of SystemProperty
s by a given key prefix.uc
- the UserContext
to usekeyPrefix
- a prefix for all keys to search forList
of SystemProperty
sCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.