Uses of Class
ejava.examples.cdiconfig.bo.Project
-
Packages that use Project Package Description ejava.examples.cdiconfig.dao ejava.examples.cdiconfig.ejb -
-
Uses of Project in ejava.examples.cdiconfig.dao
Methods in ejava.examples.cdiconfig.dao that return Project Modifier and Type Method Description Project
ProjectsDao. getProject(int id)
Project
ProjectsDaoImpl. getProject(int id)
Methods in ejava.examples.cdiconfig.dao that return types with arguments of type Project Modifier and Type Method Description List<Project>
ProjectsDao. getProjects(int offset, int limit)
List<Project>
ProjectsDaoImpl. getProjects(int offset, int limit)
Methods in ejava.examples.cdiconfig.dao with parameters of type Project Modifier and Type Method Description void
ProjectsDao. create(Project task)
void
ProjectsDaoImpl. create(Project task)
void
ProjectsDao. delete(Project task)
void
ProjectsDaoImpl. delete(Project task)
-
Uses of Project in ejava.examples.cdiconfig.ejb
Methods in ejava.examples.cdiconfig.ejb with parameters of type Project Modifier and Type Method Description int
ProjectsMgmtEJB. createProject(Project task)
int
ProjectsMgmtRemote. createProject(Project project)
-