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  
SystemPropertys by a given key. | 
List<SystemProperty> | 
getByKeyPrefix(UserContext uc,
              String keyPrefix)
Method for determining a  
List of SystemPropertys 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, updategetHandlerProviderpublic SystemProperty getByKey(UserContext uc, String key)
SystemPropertys by a given key.uc - UserContext the user context in which the action is to be performed.key - the system property keySystemPropertypublic List<SystemProperty> getByKeyPrefix(UserContext uc, String keyPrefix)
List of SystemPropertys 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 SystemPropertyspublic 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 SystemPropertysCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.