Package de.xima.fc.dao.interfaces
Interface IProjectIdentityCheckDataDao
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<ProjectIdentityCheckData,,Long, IEntityContext> IGenericDao<ProjectIdentityCheckData>,IProjektDependentBaseDao<ProjectIdentityCheckData>
- All Known Implementing Classes:
ProjectIdentityCheckDataDao
public interface IProjectIdentityCheckDataDao
extends IProjektDependentBaseDao<ProjectIdentityCheckData>
Data access object for creating, updating, and deleting
ProjectIdentityCheckData entities.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
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, updateMethods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
count, findAll, findSingle, getEntityRefs, read
-
Method Details
-
getByProject
- Parameters:
ec- Entity context for accessing the database.project- Project for which to find the identity check data.- Returns:
- The identity check data for the given project. When none exist yet,
nullis returned.
-