| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDao |
DocumentDao.getBusinessObjectDao() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectDao |
DocumentDaoOjb.businessObjectDao |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDao |
DocumentDaoOjb.getBusinessObjectDao()
Returns the
BusinessObjectDao |
BusinessObjectDao |
DocumentDaoJpa.getBusinessObjectDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDaoOjb.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
Sets the
BusinessObjectDao |
void |
DocumentDaoJpa.setBusinessObjectDao(BusinessObjectDao businessObjectDao) |
| Constructor and Description |
|---|
DocumentDaoJpa(javax.persistence.EntityManager entityManager,
BusinessObjectDao businessObjectDao,
DocumentAdHocService documentAdHocService) |
DocumentDaoOjb(BusinessObjectDao businessObjectDao,
DocumentAdHocService documentAdHocService) |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessObjectDaoProxy |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDao |
DocumentDaoProxy.getBusinessObjectDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessObjectDaoProxy.setBusinessObjectDaoJpa(BusinessObjectDao businessObjectDaoJpa) |
void |
BusinessObjectDaoProxy.setBusinessObjectDaoOjb(BusinessObjectDao businessObjectDaoOjb) |
| Modifier and Type | Method and Description |
|---|---|
static BusinessObjectDao |
KRADServiceLocatorInternal.getBusinessObjectDao() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDao |
KeyValuesServiceImpl.getBusinessObjectDao() |
protected BusinessObjectDao |
BusinessObjectServiceImpl.getBusinessObjectDao()
Gets the businessObjectDao attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValuesServiceImpl.setBusinessObjectDao(BusinessObjectDao businessObjectDao) |
void |
BusinessObjectServiceImpl.setBusinessObjectDao(BusinessObjectDao businessObjectDao)
Sets the businessObjectDao attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.