public class SystemPropertyDao extends GenericDao<SystemProperty> implements ISystemPropertyDao
| Constructor and Description |
|---|
SystemPropertyDao() |
| 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, getPostActionHook, getPreActionHook, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic SystemProperty getByKey(IEntityContext ec, String key)
getByKey in interface ISystemPropertyDaopublic List<SystemProperty> getByKeys(IEntityContext ec, List<String> keys)
getByKeys in interface ISystemPropertyDaopublic List<SystemProperty> getByKeyPrefix(IEntityContext ec, String keyPrefix)
getByKeyPrefix in interface ISystemPropertyDaopublic SystemProperty createProperty(IEntityContext ec, String key, String value)
createProperty in interface ISystemPropertyDaopublic SystemProperty updateProperty(IEntityContext ec, String key, String value)
updateProperty in interface ISystemPropertyDaopublic void deleteProperty(IEntityContext ec, String key)
deleteProperty in interface ISystemPropertyDaoCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.