Class FrontendServerPropertyDao
java.lang.Object
de.xima.cmn.dao.AbstractDao<FrontendServerProperty, Long, IEntityContext>
de.xima.fc.dao.impl.GenericDao<FrontendServerProperty>
de.xima.fc.dao.impl.FrontendServerPropertyDao
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<FrontendServerProperty, Long, IEntityContext>, IFrontendServerPropertyDao, IGenericDao<FrontendServerProperty>
public class FrontendServerPropertyDao
extends GenericDao<FrontendServerProperty>
implements IFrontendServerPropertyDao
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class de.xima.cmn.dao.AbstractDao
entityClass, LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) voiddeleteProperty(IEntityContext ec, String key, FrontendServer frontendServer) getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer) booleangetBooleanValue(IEntityContext ec, String key, FrontendServer frontendServer, boolean defaultValue) getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) intgetIntegerValue(IEntityContext ec, String key, FrontendServer frontendServer, int defaultValue) longgetLongValue(IEntityContext ec, String key, FrontendServer frontendServer, long defaultValue) getStringValue(IEntityContext ec, String key, FrontendServer frontendServer, String defaultValue) updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) Methods inherited from class GenericDao
getEntityRefs, getPostActionHook, getPreActionHook, readMethods inherited from class de.xima.cmn.dao.AbstractDao
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, updateMethods inherited from interface IGenericDao
count, createOrUpdate, findAll, findSingle, getEntityRefs, read
-
Constructor Details
-
FrontendServerPropertyDao
public FrontendServerPropertyDao()
-
-
Method Details
-
getBooleanValue
public boolean getBooleanValue(IEntityContext ec, String key, FrontendServer frontendServer, boolean defaultValue) - Specified by:
getBooleanValuein interfaceIFrontendServerPropertyDao
-
getIntegerValue
public int getIntegerValue(IEntityContext ec, String key, FrontendServer frontendServer, int defaultValue) - Specified by:
getIntegerValuein interfaceIFrontendServerPropertyDao
-
getLongValue
public long getLongValue(IEntityContext ec, String key, FrontendServer frontendServer, long defaultValue) - Specified by:
getLongValuein interfaceIFrontendServerPropertyDao
-
getByKeyAndFrontendServer
public FrontendServerProperty getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) - Specified by:
getByKeyAndFrontendServerin interfaceIFrontendServerPropertyDao
-
getAllByFrontendServer
public List<FrontendServerProperty> getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer) - Specified by:
getAllByFrontendServerin interfaceIFrontendServerPropertyDao
-
getStringValue
public String getStringValue(IEntityContext ec, String key, FrontendServer frontendServer, String defaultValue) - Specified by:
getStringValuein interfaceIFrontendServerPropertyDao
-
createProperty
public FrontendServerProperty createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) - Specified by:
createPropertyin interfaceIFrontendServerPropertyDao
-
updateProperty
public FrontendServerProperty updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) - Specified by:
updatePropertyin interfaceIFrontendServerPropertyDao
-
deleteProperty
- Specified by:
deletePropertyin interfaceIFrontendServerPropertyDao
-