public interface IProjektZaehlerDatenDao extends IGenericDao<ProjektZaehlerDaten>
| Modifier and Type | Method and Description |
|---|---|
ProjektZaehlerDaten |
create(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehlerDaten |
create(IEntityContext ec,
Projekt projekt,
Date date) |
List<ProjektZaehlerDaten> |
getAllByMandant(IEntityContext ec,
Date startDate,
Date endDate,
Mandant mandant) |
List<ProjektZaehlerDaten> |
getAllByProjekt(IEntityContext ec,
Date startDate,
Date endDate,
Projekt projekt) |
ProjektZaehlerDaten |
getByDate(IEntityContext ec,
long projektId,
Date date) |
ProjektZaehlerDaten |
getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateProjektZaehlerDaten getByDate(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten getByDate(IEntityContext ec, long projektId, Date date)
ProjektZaehlerDaten create(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten create(IEntityContext ec, long projektId, Date date)
List<ProjektZaehlerDaten> getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)
List<ProjektZaehlerDaten> getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.