|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MaintenanceDocumentDao | |
---|---|
org.kuali.rice.kns.dao.impl | Core dao implementations using ojb. |
org.kuali.rice.kns.dao.proxy | |
org.kuali.rice.kns.service.impl | Core service implementations. |
Uses of MaintenanceDocumentDao in org.kuali.rice.kns.dao.impl |
---|
Classes in org.kuali.rice.kns.dao.impl that implement MaintenanceDocumentDao | |
---|---|
class |
MaintenanceDocumentDaoJpa
This class is the JPA implementation of the MaintenanceDocumentDao interface. |
class |
MaintenanceDocumentDaoOjb
This class is the OJB implementation of the MaintenanceDocumentDao interface. |
Uses of MaintenanceDocumentDao in org.kuali.rice.kns.dao.proxy |
---|
Classes in org.kuali.rice.kns.dao.proxy that implement MaintenanceDocumentDao | |
---|---|
class |
MaintenanceDocumentDaoProxy
|
Methods in org.kuali.rice.kns.dao.proxy with parameters of type MaintenanceDocumentDao | |
---|---|
void |
MaintenanceDocumentDaoProxy.setMaintenanceDocumentDaoJpa(MaintenanceDocumentDao maintenanceDocumentDaoJpa)
|
void |
MaintenanceDocumentDaoProxy.setMaintenanceDocumentDaoOjb(MaintenanceDocumentDao maintenanceDocumentDaoOjb)
|
Uses of MaintenanceDocumentDao in org.kuali.rice.kns.service.impl |
---|
Methods in org.kuali.rice.kns.service.impl that return MaintenanceDocumentDao | |
---|---|
MaintenanceDocumentDao |
MaintenanceDocumentServiceImpl.getMaintenanceDocumentDao()
|
Methods in org.kuali.rice.kns.service.impl with parameters of type MaintenanceDocumentDao | |
---|---|
void |
MaintenanceDocumentServiceImpl.setMaintenanceDocumentDao(MaintenanceDocumentDao maintenanceDocumentDao)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |