Uses of Class
de.xima.fc.entities.ProjektZaehlerDaten
-
Packages that use ProjektZaehlerDaten Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.statistics.model -
-
Uses of ProjektZaehlerDaten in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektZaehlerDaten Modifier and Type Method Description ProjektZaehlerDatenProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)ProjektZaehlerDatenProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenProjektZaehlerDatenDao. getByDate(IEntityContext ec, Projekt projekt, Date date)Methods in de.xima.fc.dao.impl that return types with arguments of type ProjektZaehlerDaten Modifier and Type Method Description List<ProjektZaehlerDaten>ProjektZaehlerDatenDao. getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)List<ProjektZaehlerDaten>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 ProjektZaehlerDaten Modifier and Type Method Description ProjektZaehlerDatenIProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenIProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)ProjektZaehlerDatenIProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)ProjektZaehlerDatenIProjektZaehlerDatenDao. getByDate(IEntityContext ec, Projekt projekt, Date date)Methods in de.xima.fc.dao.interfaces that return types with arguments of type ProjektZaehlerDaten Modifier and Type Method Description List<ProjektZaehlerDaten>IProjektZaehlerDatenDao. getAllByMandant(IEntityContext ec, Date startDate, Date endDate, Mandant mandant)List<ProjektZaehlerDaten>IProjektZaehlerDatenDao. getAllByProjekt(IEntityContext ec, Date startDate, Date endDate, Projekt projekt) -
Uses of ProjektZaehlerDaten in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProjektZaehlerDaten Modifier and Type Method Description ProjektZaehlerDatenProjektZaehlerDaten. accumulate(ProjektZaehlerDaten projektZaehlerDaten)Accumulate the data for calls, eingaenge and fehler for this and the given param.Methods in de.xima.fc.entities with parameters of type ProjektZaehlerDaten Modifier and Type Method Description ProjektZaehlerDatenProjektZaehlerDaten. accumulate(ProjektZaehlerDaten projektZaehlerDaten)Accumulate the data for calls, eingaenge and fehler for this and the given param. -
Uses of ProjektZaehlerDaten in de.xima.fc.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjektZaehlerDaten Modifier and Type Method Description static NumberEProjectAttribute. calls(ProjektZaehlerDaten data)static NumberEProjectAttribute. errors(ProjektZaehlerDaten data)static NumberEProjectAttribute. submits(ProjektZaehlerDaten data)NumberEProjectAttribute. value(ProjektZaehlerDaten data)
-