Package de.xima.fc.dao.impl
Class ProjectPortalConfigDao
- java.lang.Object
-
- de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
-
- de.xima.fc.dao.impl.GenericDao<ProjectPortalConfig>
-
- de.xima.fc.dao.impl.ProjectPortalConfigDao
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<ProjectPortalConfig,Long,IEntityContext>,IGenericDao<ProjectPortalConfig>,IProjectPortalConfigDao
public class ProjectPortalConfigDao extends GenericDao<ProjectPortalConfig> implements IProjectPortalConfigDao
Implementation of theIProjectPortalConfigDaofor reading and writingProjectPortalConfigentities.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProjectPortalConfigDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertProjectPortalConfig(IEntityContext ec, ProjectPortalConfig config)Checks if the project portal config can be persisted (create/update).protected IFCDaoActionHook<ProjectPortalConfig>getPostActionHook()protected IFCDaoActionHook<ProjectPortalConfig>getPreActionHook()-
Methods inherited from class de.xima.fc.dao.impl.GenericDao
getEntityRefs, 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
-
assertProjectPortalConfig
public void assertProjectPortalConfig(IEntityContext ec, ProjectPortalConfig config)
Description copied from interface:IProjectPortalConfigDaoChecks if the project portal config can be persisted (create/update). If the state of the project portal config does not allow persisting than aDatabaseAccessExceptionwill be thrown.- Specified by:
assertProjectPortalConfigin interfaceIProjectPortalConfigDao- Parameters:
ec- entity context for accessing the database.config- to check.
-
getPreActionHook
protected IFCDaoActionHook<ProjectPortalConfig> getPreActionHook()
- Overrides:
getPreActionHookin classGenericDao<ProjectPortalConfig>
-
getPostActionHook
protected IFCDaoActionHook<ProjectPortalConfig> getPostActionHook()
- Overrides:
getPostActionHookin classGenericDao<ProjectPortalConfig>
-
-