Uses of Class
de.xima.fc.entities.ProjektZaehlerDaten
Packages that use ProjektZaehlerDaten
-
Uses of ProjektZaehlerDaten in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektZaehlerDatenModifier and TypeMethodDescriptionProjektZaehlerDatenDao.create
(IEntityContext ec, long projektId, Date date) ProjektZaehlerDatenDao.create
(IEntityContext ec, Projekt projekt, Date date) ProjektZaehlerDatenDao.getByDate
(IEntityContext ec, long projektId, Date date) ProjektZaehlerDatenDao.getByDate
(IEntityContext ec, Projekt projekt, Date date) Methods in de.xima.fc.dao.impl that return types with arguments of type ProjektZaehlerDatenModifier and TypeMethodDescriptionProjektZaehlerDatenDao.getAllByMandant
(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) ProjektZaehlerDatenDao.getAllByProjekt
(IEntityContext ec, Date startDate, Date endDate, Projekt projekt) -
Uses of ProjektZaehlerDaten in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjektZaehlerDatenModifier and TypeMethodDescriptionIProjektZaehlerDatenDao.create
(IEntityContext ec, long projektId, Date date) IProjektZaehlerDatenDao.create
(IEntityContext ec, Projekt projekt, Date date) IProjektZaehlerDatenDao.getByDate
(IEntityContext ec, long projektId, Date date) IProjektZaehlerDatenDao.getByDate
(IEntityContext ec, Projekt projekt, Date date) Methods in de.xima.fc.dao.interfaces that return types with arguments of type ProjektZaehlerDatenModifier and TypeMethodDescriptionIProjektZaehlerDatenDao.getAllByMandant
(IEntityContext ec, Date startDate, Date endDate, Mandant mandant) IProjektZaehlerDatenDao.getAllByProjekt
(IEntityContext ec, Date startDate, Date endDate, Projekt projekt)