Uses of Class
de.xima.fc.entities.ProjektZaehlerDaten
Packages that use ProjektZaehlerDaten
Package
Description
Package for the API access of the model classes.
-
Uses of ProjektZaehlerDaten in de.xima.fc.api.entity
Subclasses with type arguments of type ProjektZaehlerDaten in de.xima.fc.api.entity -
Uses of ProjektZaehlerDaten in de.xima.fc.dao.impl
Subclasses with type arguments of type ProjektZaehlerDaten in de.xima.fc.dao.implMethods 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
Subinterfaces with type arguments of type ProjektZaehlerDaten in de.xima.fc.dao.interfacesMethods 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) -
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 ProjektZaehlerDatenModifier and TypeMethodDescriptionstatic Collector<ProjektZaehlerDaten, ?, List<ProjectCounts>> ProjectCounts.collectingProjectCounterData()Gets aCollectorthat accumulates all data into a singleProjectCountsobject (by summing all individual values), one for each project.static Collector<ProjektZaehlerDaten, ?, ProjectCounts> ProjectCounts.summingProjectCounterData()Gets aCollectorthat accumulates all data into a singleProjectCountsobject (by summing all individual values).Methods in de.xima.fc.gui.bean.statistics.model with parameters of type ProjektZaehlerDatenModifier and TypeMethodDescriptionstatic NumberEProjectAttribute.calls(ProjektZaehlerDaten data) static NumberEProjectAttribute.errors(ProjektZaehlerDaten data) static NumberEProjectAttribute.submits(ProjektZaehlerDaten data) EProjectAttribute.value(ProjektZaehlerDaten data)