|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BusinessObjectDao | |
|---|---|
| org.kuali.rice.krad.dao | Core dao interfaces |
| org.kuali.rice.krad.dao.impl | Core dao implementations using ojb. |
| org.kuali.rice.krad.dao.proxy | |
| org.kuali.rice.krad.service | Core service interfaces. |
| org.kuali.rice.krad.service.impl | Core service implementations. |
| Uses of BusinessObjectDao in org.kuali.rice.krad.dao |
|---|
| Methods in org.kuali.rice.krad.dao that return BusinessObjectDao | |
|---|---|
BusinessObjectDao |
DocumentDao.getBusinessObjectDao()
|
| Uses of BusinessObjectDao in org.kuali.rice.krad.dao.impl |
|---|
| Classes in org.kuali.rice.krad.dao.impl that implement BusinessObjectDao | |
|---|---|
class |
BusinessObjectDaoJpa
This class is the JPA implementation of the BusinessObjectDao interface. |
class |
BusinessObjectDaoOjb
This class is the OJB implementation of the BusinessObjectDao interface and should be used for generic business object unit tests. |
| Fields in org.kuali.rice.krad.dao.impl declared as BusinessObjectDao | |
|---|---|
protected BusinessObjectDao |
DocumentDaoOjb.businessObjectDao
|
| Methods in org.kuali.rice.krad.dao.impl that return BusinessObjectDao | |
|---|---|
BusinessObjectDao |
DocumentDaoJpa.getBusinessObjectDao()
|
BusinessObjectDao |
DocumentDaoOjb.getBusinessObjectDao()
Returns the BusinessObjectDao |
| Methods in org.kuali.rice.krad.dao.impl with parameters of type BusinessObjectDao | |
|---|---|
void |
DocumentDaoJpa.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
|
void |
DocumentDaoOjb.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
Sets the BusinessObjectDao |
| Constructors in org.kuali.rice.krad.dao.impl with parameters of type BusinessObjectDao | |
|---|---|
DocumentDaoJpa(javax.persistence.EntityManager entityManager,
BusinessObjectDao businessObjectDao,
DocumentAdHocService documentAdHocService)
|
|
DocumentDaoOjb(BusinessObjectDao businessObjectDao,
DocumentAdHocService documentAdHocService)
|
|
| Uses of BusinessObjectDao in org.kuali.rice.krad.dao.proxy |
|---|
| Classes in org.kuali.rice.krad.dao.proxy that implement BusinessObjectDao | |
|---|---|
class |
BusinessObjectDaoProxy
|
| Methods in org.kuali.rice.krad.dao.proxy that return BusinessObjectDao | |
|---|---|
BusinessObjectDao |
DocumentDaoProxy.getBusinessObjectDao()
|
| Methods in org.kuali.rice.krad.dao.proxy with parameters of type BusinessObjectDao | |
|---|---|
void |
BusinessObjectDaoProxy.setBusinessObjectDaoJpa(BusinessObjectDao businessObjectDaoJpa)
|
void |
BusinessObjectDaoProxy.setBusinessObjectDaoOjb(BusinessObjectDao businessObjectDaoOjb)
|
| Uses of BusinessObjectDao in org.kuali.rice.krad.service |
|---|
| Methods in org.kuali.rice.krad.service that return BusinessObjectDao | |
|---|---|
static BusinessObjectDao |
KRADServiceLocatorInternal.getBusinessObjectDao()
|
| Uses of BusinessObjectDao in org.kuali.rice.krad.service.impl |
|---|
| Methods in org.kuali.rice.krad.service.impl that return BusinessObjectDao | |
|---|---|
protected BusinessObjectDao |
BusinessObjectServiceImpl.getBusinessObjectDao()
Gets the businessObjectDao attribute. |
BusinessObjectDao |
KeyValuesServiceImpl.getBusinessObjectDao()
|
| Methods in org.kuali.rice.krad.service.impl with parameters of type BusinessObjectDao | |
|---|---|
void |
BusinessObjectServiceImpl.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
Sets the businessObjectDao attribute value. |
void |
KeyValuesServiceImpl.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||