public class SystemPropertyHandler extends GenericHandler implements ISystemPropertyHandler
LOG| Constructor and Description |
|---|
SystemPropertyHandler() |
| 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, serializableList, update, updategetNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, resultTotalCount, update, updategetNamepublic SystemProperty getByKey(UserContext uc, String key)
ISystemPropertyHandlerProperty by a given key.getByKey in interface ISystemPropertyHandleruc - the UserContext to usekey - the system property keySystemPropertypublic List<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
ISystemPropertyHandlerList of SystemPropertys by a given key prefix.getByKeyPrefix in interface ISystemPropertyHandleruc - the UserContext to usekeyPrefix - a prefix for all keys to search forList of SystemPropertyspublic List<SystemProperty> getByKeys(UserContext uc, List<String> keys)
ISystemPropertyHandlergetByKeys in interface ISystemPropertyHandleruc - the UserContext to usekeys - a List of keysList of SystemPropertysCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.