Package de.xima.fc.dao.interfaces
Interface IProjektZaehlerDatenDao
- All Superinterfaces:
de.xima.cmn.dao.interfaces.IAbstractDao<ProjektZaehlerDaten,
,Long, IEntityContext> IGenericDao<ProjektZaehlerDaten>
- All Known Implementing Classes:
ProjektZaehlerDatenDao
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IEntityContext ec, long projektId, Date date) create
(IEntityContext ec, Projekt projekt, Date date) getAllByMandant
(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) getAllByProjekt
(IEntityContext ec, Date startDate, Date endDate, Projekt projekt) getByDate
(IEntityContext ec, long projektId, Date date) getByDate
(IEntityContext ec, Projekt projekt, Date date) 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 Details
-
getByDate
-
getByDate
-
create
-
create
-
getAllByMandant
List<ProjektZaehlerDaten> getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) -
getAllByProjekt
List<ProjektZaehlerDaten> getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)
-