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 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, serializableList, update, update
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, delete, delete, deleteBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, update, update
getName
public SystemProperty getByKey(UserContext uc, String key)
ISystemPropertyHandler
Property
by a given key.getByKey
in interface ISystemPropertyHandler
uc
- the UserContext
to usekey
- the system property keySystemProperty
public List<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
ISystemPropertyHandler
List
of SystemProperty
s by a given key prefix.getByKeyPrefix
in interface ISystemPropertyHandler
uc
- the UserContext
to usekeyPrefix
- a prefix for all keys to search forList
of SystemProperty
spublic List<SystemProperty> getByKeys(UserContext uc, List<String> keys)
ISystemPropertyHandler
getByKeys
in interface ISystemPropertyHandler
uc
- the UserContext
to usekeys
- a List
of keysList
of SystemProperty
sCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.