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 SystemPropertys 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, resultTotalCount, update, updategetNameSystemProperty getByKey(UserContext uc, String key)
Property by a given key.uc - the UserContext to usekey - the system property keySystemPropertyList<SystemProperty> getByKeys(UserContext uc, List<String> keys)
uc - the UserContext to usekeys - a List of keysList of SystemPropertysList<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
List of SystemPropertys by a given key prefix.uc - the UserContext to usekeyPrefix - a prefix for all keys to search forList of SystemPropertysCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.