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