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 ProjektZaehlerProjektZaehlerDao. create(IEntityContext ec, long projektId)ProjektZaehlerProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)ProjektZaehlerProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)ProjektZaehlerProjektZaehlerDao. 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 ProjektZaehlerIProjektZaehlerDao. create(IEntityContext ec, long projektId)ProjektZaehlerIProjektZaehlerDao. create(IEntityContext ec, Projekt projekt)ProjektZaehlerIProjektZaehlerDao. getByProjekt(IEntityContext ec, long projektId)ProjektZaehlerIProjektZaehlerDao. getByProjekt(IEntityContext ec, Projekt projekt) 
 -