public interface IProjektZaehlerDatenDao extends IGenericDao<ProjektZaehlerDaten>
Modifier and Type | Method and Description |
---|---|
ProjektZaehlerDaten |
create(IEntityContext ec,
int 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,
int projektId,
Date date) |
ProjektZaehlerDaten |
getByDate(IEntityContext ec,
Projekt projekt,
Date date) |
getEntityRefs
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
ProjektZaehlerDaten getByDate(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten getByDate(IEntityContext ec, int projektId, Date date)
ProjektZaehlerDaten create(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten create(IEntityContext ec, int 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 © 2018 XIMA MEDIA GmbH. All rights reserved.