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) |
SystemProperty |
updateProperty(IEntityContext ec,
String key,
String value) |
getEntityRefs, getPostActionHook, getPreActionHook, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, 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, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updatepublic SystemProperty getByKey(IEntityContext ec, String key)
getByKey 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 © 2019 XIMA MEDIA GmbH. All rights reserved.