@Deprecated public class DocumentDaoOjb extends PlatformAwareDaoBaseOjb implements DocumentDao, OjbCollectionAware
Modifier and Type | Field and Description |
---|---|
protected BusinessObjectDao |
businessObjectDao
Deprecated.
|
protected DocumentAdHocService |
documentAdHocService
Deprecated.
|
Constructor and Description |
---|
DocumentDaoOjb(BusinessObjectDao businessObjectDao,
DocumentAdHocService documentAdHocService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T extends Document> |
findByDocumentHeaderId(Class<T> clazz,
String id)
Deprecated.
Retrieve a Document of a specific type with a given document header ID.
|
<T extends Document> |
findByDocumentHeaderIds(Class<T> clazz,
List<String> idList)
Deprecated.
Retrieve a List of Document instances with the given ids
|
BusinessObjectDao |
getBusinessObjectDao()
Deprecated.
Returns the
BusinessObjectDao |
DocumentAdHocService |
getDocumentAdHocService()
Deprecated.
|
protected OjbCollectionHelper |
getOjbCollectionHelper()
Deprecated.
|
<T extends Document> |
save(T document)
Deprecated.
|
void |
setBusinessObjectDao(BusinessObjectDao businessObjectDao)
Deprecated.
Sets the
BusinessObjectDao |
void |
setDocumentAdHocService(DocumentAdHocService dahs)
Deprecated.
Setter for injecting the DocumentAdHocService
|
void |
setOjbCollectionHelper(OjbCollectionHelper ojbCollectionHelper)
Deprecated.
|
getDbPlatform, setDbPlatform
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPersistenceBrokerTemplate
protected BusinessObjectDao businessObjectDao
protected DocumentAdHocService documentAdHocService
public DocumentDaoOjb(BusinessObjectDao businessObjectDao, DocumentAdHocService documentAdHocService)
public <T extends Document> T save(T document) throws org.springframework.dao.DataAccessException
save
in interface DocumentDao
org.springframework.dao.DataAccessException
public <T extends Document> T findByDocumentHeaderId(Class<T> clazz, String id)
findByDocumentHeaderId
in interface DocumentDao
clazz
- id
- public <T extends Document> List<T> findByDocumentHeaderIds(Class<T> clazz, List<String> idList)
findByDocumentHeaderIds
in interface DocumentDao
clazz
- idList
- public BusinessObjectDao getBusinessObjectDao()
BusinessObjectDao
getBusinessObjectDao
in interface DocumentDao
BusinessObjectDao
DocumentDao.getBusinessObjectDao()
public void setBusinessObjectDao(BusinessObjectDao businessObjectDao)
BusinessObjectDao
businessObjectDao
- ths BusinessObjectDao
public DocumentAdHocService getDocumentAdHocService()
getDocumentAdHocService
in interface DocumentDao
public void setDocumentAdHocService(DocumentAdHocService dahs)
dahs
- protected OjbCollectionHelper getOjbCollectionHelper()
public void setOjbCollectionHelper(OjbCollectionHelper ojbCollectionHelper)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.