|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectService | |
---|---|
ar.com.jiji.kaya.app | |
ar.com.jiji.kaya.dao | Interfaces genericas para los DAO. |
ar.com.jiji.kaya.tests | Clases base para tests unitarios. |
Uses of ProjectService in ar.com.jiji.kaya.app |
---|
Classes in ar.com.jiji.kaya.app that implement ProjectService | |
---|---|
class |
BaseProjectServiceImpl
|
Methods in ar.com.jiji.kaya.app that return ProjectService | |
---|---|
static ProjectService |
ProjectBeanFactory.getProjectService()
|
ProjectService |
BusinessFacade.getService()
|
static ProjectService |
Application.getService()
|
ProjectService |
BaseBusinessFacadeImpl.getService()
|
Methods in ar.com.jiji.kaya.app with parameters of type ProjectService | |
---|---|
void |
BusinessFacade.setService(ProjectService service)
|
void |
BaseBusinessFacadeImpl.setService(ProjectService service)
|
Uses of ProjectService in ar.com.jiji.kaya.dao |
---|
Methods in ar.com.jiji.kaya.dao with parameters of type ProjectService | |
---|---|
static void |
DaoUtils.remove(ProjectService service,
java.lang.Class modelClass,
java.util.Set selectedObjs)
|
static void |
DaoUtils.save(ProjectService service,
java.lang.Class modelClass,
java.lang.Object object)
|
Uses of ProjectService in ar.com.jiji.kaya.tests |
---|
Fields in ar.com.jiji.kaya.tests declared as ProjectService | |
---|---|
protected ProjectService |
AbstractTestCase.service
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |