public class ProjektZaehlerDatenDao extends GenericDao<ProjektZaehlerDaten> implements IProjektZaehlerDatenDao
Constructor and Description |
---|
ProjektZaehlerDatenDao() |
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, getPostActionHook, getPreActionHook, read
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public ProjektZaehlerDaten getByDate(IEntityContext ec, Projekt projekt, Date date)
getByDate
in interface IProjektZaehlerDatenDao
public ProjektZaehlerDaten create(IEntityContext ec, Projekt projekt, Date date)
create
in interface IProjektZaehlerDatenDao
public List<ProjektZaehlerDaten> getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)
getAllByMandant
in interface IProjektZaehlerDatenDao
public List<ProjektZaehlerDaten> getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)
getAllByProjekt
in interface IProjektZaehlerDatenDao
public ProjektZaehlerDaten getByDate(IEntityContext ec, long projektId, Date date)
getByDate
in interface IProjektZaehlerDatenDao
public ProjektZaehlerDaten create(IEntityContext ec, long projektId, Date date)
create
in interface IProjektZaehlerDatenDao
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.