public class SystemPropertyAPI extends AEntityAPI<SystemProperty>
entityClass
Constructor and Description |
---|
SystemPropertyAPI() |
Modifier and Type | Method and Description |
---|---|
SystemProperty |
getByKey(UserContext uc,
String key)
Method for determining a
SystemProperty s by a given key. |
List<SystemProperty> |
getByKeyPrefix(UserContext uc,
String keyPrefix)
Method for determining a
List of SystemProperty s that have the given key prefix. |
List<SystemProperty> |
getByKeys(UserContext uc,
List<String> keys)
|
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
getHandlerProvider
public SystemProperty getByKey(UserContext uc, String key)
SystemProperty
s by a given key.uc
- UserContext
the user context in which the action is to be performed.key
- the system property keySystemProperty
public List<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
List
of SystemProperty
s that have the given key prefix.uc
- UserContext
the user context in which the action is to be performed.keyPrefix
- the used key prefixList
of SystemProperty
spublic List<SystemProperty> getByKeys(UserContext uc, List<String> keys)
uc
- UserContext
the user context in which the action is to be performed.keys
- a List
of keys to search forList
of SystemProperty
sCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.