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, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public SystemProperty getByKey(IEntityContext ec, String key)
getByKey
in interface ISystemPropertyDao
public SystemProperty createProperty(IEntityContext ec, String key, String value)
createProperty
in interface ISystemPropertyDao
public SystemProperty updateProperty(IEntityContext ec, String key, String value)
updateProperty
in interface ISystemPropertyDao
public void deleteProperty(IEntityContext ec, String key)
deleteProperty
in interface ISystemPropertyDao
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.