public interface ISystemPropertyDao extends IGenericDao<SystemProperty>
Modifier and Type | Method and Description |
---|---|
SystemProperty |
createProperty(IEntityContext ec,
String key,
String value) |
void |
deleteProperty(IEntityContext ec,
String key) |
SystemProperty |
getByKey(IEntityContext ec,
String key) |
List<SystemProperty> |
getByKeyPrefix(IEntityContext ec,
String keyPrefix) |
List<SystemProperty> |
getByKeys(IEntityContext ec,
List<String> keys) |
SystemProperty |
updateProperty(IEntityContext ec,
String key,
String value) |
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
SystemProperty getByKey(IEntityContext ec, String key)
List<SystemProperty> getByKeys(IEntityContext ec, List<String> keys)
List<SystemProperty> getByKeyPrefix(IEntityContext ec, String keyPrefix)
SystemProperty createProperty(IEntityContext ec, String key, String value)
SystemProperty updateProperty(IEntityContext ec, String key, String value)
void deleteProperty(IEntityContext ec, String key)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.