Package de.xima.fc.dao.impl
Class FrontendServerPropertyDao
- java.lang.Object
-
- de.xima.cmn.dao.AbstractDao<T,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
-
-
Constructor Summary
Constructors Constructor Description FrontendServerPropertyDao()
-
Method Summary
-
Methods inherited from class de.xima.fc.dao.impl.GenericDao
getEntityRefs, getPostActionHook, getPreActionHook, read
-
Methods 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, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, update
-
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
-
-
-
Method Detail
-
getBooleanValue
public boolean getBooleanValue(IEntityContext ec, String key, FrontendServer frontendServer, boolean defaultValue)
- Specified by:
getBooleanValue
in interfaceIFrontendServerPropertyDao
-
getIntegerValue
public int getIntegerValue(IEntityContext ec, String key, FrontendServer frontendServer, int defaultValue)
- Specified by:
getIntegerValue
in interfaceIFrontendServerPropertyDao
-
getLongValue
public long getLongValue(IEntityContext ec, String key, FrontendServer frontendServer, long defaultValue)
- Specified by:
getLongValue
in interfaceIFrontendServerPropertyDao
-
getByKeyAndFrontendServer
public FrontendServerProperty getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer)
- Specified by:
getByKeyAndFrontendServer
in interfaceIFrontendServerPropertyDao
-
getAllByFrontendServer
public List<FrontendServerProperty> getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer)
- Specified by:
getAllByFrontendServer
in interfaceIFrontendServerPropertyDao
-
getStringValue
public String getStringValue(IEntityContext ec, String key, FrontendServer frontendServer, String defaultValue)
- Specified by:
getStringValue
in interfaceIFrontendServerPropertyDao
-
createProperty
public FrontendServerProperty createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
- Specified by:
createProperty
in interfaceIFrontendServerPropertyDao
-
updateProperty
public FrontendServerProperty updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
- Specified by:
updateProperty
in interfaceIFrontendServerPropertyDao
-
deleteProperty
public void deleteProperty(IEntityContext ec, String key, FrontendServer frontendServer)
- Specified by:
deleteProperty
in interfaceIFrontendServerPropertyDao
-
-