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.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 ProjektZaehlerDaten
ProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)
ProjektZaehlerDaten
ProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten
ProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)
ProjektZaehlerDaten
ProjektZaehlerDatenDao. 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 ProjektZaehlerDaten
IProjektZaehlerDatenDao. create(IEntityContext ec, long projektId, Date date)
ProjektZaehlerDaten
IProjektZaehlerDatenDao. create(IEntityContext ec, Projekt projekt, Date date)
ProjektZaehlerDaten
IProjektZaehlerDatenDao. getByDate(IEntityContext ec, long projektId, Date date)
ProjektZaehlerDaten
IProjektZaehlerDatenDao. 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.gui.bean.statistics.model
Methods in de.xima.fc.gui.bean.statistics.model that return types with arguments of type ProjektZaehlerDaten Modifier and Type Method Description static Collector<ProjektZaehlerDaten,?,List<ProjectCounts>>
ProjectCounts. collectingProjectCounterData()
Gets aCollector
that accumulates all data into a singleProjectCounts
object (by summing all individual values), one for each project.Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjektZaehlerDaten Modifier and Type Method Description static Number
EProjectAttribute. calls(ProjektZaehlerDaten data)
static Number
EProjectAttribute. errors(ProjektZaehlerDaten data)
static Number
EProjectAttribute. submits(ProjektZaehlerDaten data)
Number
EProjectAttribute. value(ProjektZaehlerDaten data)
-