Uses of Class
de.xima.fc.entities.ProjektZaehler
-
Packages that use ProjektZaehler Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces -
-
Uses of ProjektZaehler in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ProjektZaehler Modifier and Type Method Description ProjektZaehler
ProjektZaehlerDao. create(IEntityContext ec, long projektId)
ProjektZaehler
ProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)
ProjektZaehler
ProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)
ProjektZaehler
ProjektZaehlerDao. getByProjekt(IEntityContext ec, Projekt projekt)
-
Uses of ProjektZaehler in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ProjektZaehler Modifier and Type Method Description ProjektZaehler
IProjektZaehlerDao. create(IEntityContext ec, long projektId)
ProjektZaehler
IProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)
ProjektZaehler
IProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)
ProjektZaehler
IProjektZaehlerDao. getByProjekt(IEntityContext ec, Projekt projekt)
-