Class DocumentDaoOjb

java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
All Implemented Interfaces:
org.kuali.rice.core.framework.persistence.dao.PlatformAwareDao, DocumentDao, OjbCollectionAware, org.springframework.beans.factory.InitializingBean

@Deprecated public class DocumentDaoOjb extends PlatformAwareDaoBaseOjb implements DocumentDao, OjbCollectionAware
Deprecated.
OJB implementation of the DocumentDao interface
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • businessObjectDao

      protected BusinessObjectDao businessObjectDao
      Deprecated.
    • documentAdHocService

      protected org.kuali.rice.krad.service.DocumentAdHocService documentAdHocService
      Deprecated.
  • Constructor Details

    • DocumentDaoOjb

      public DocumentDaoOjb(BusinessObjectDao businessObjectDao, org.kuali.rice.krad.service.DocumentAdHocService documentAdHocService)
      Deprecated.
  • Method Details

    • save

      public <T extends org.kuali.rice.krad.document.Document> T save(T document) throws org.springframework.dao.DataAccessException
      Deprecated.
      Specified by:
      save in interface DocumentDao
      Throws:
      org.springframework.dao.DataAccessException
    • findByDocumentHeaderId

      public <T extends org.kuali.rice.krad.document.Document> T findByDocumentHeaderId(Class<T> clazz, String id)
      Deprecated.
      Retrieve a Document of a specific type with a given document header ID.
      Specified by:
      findByDocumentHeaderId in interface DocumentDao
      Parameters:
      clazz -
      id -
      Returns:
      Document with given id
    • findByDocumentHeaderIds

      public <T extends org.kuali.rice.krad.document.Document> List<T> findByDocumentHeaderIds(Class<T> clazz, List<String> idList)
      Deprecated.
      Retrieve a List of Document instances with the given ids
      Specified by:
      findByDocumentHeaderIds in interface DocumentDao
      Parameters:
      clazz -
      idList -
      Returns:
      List
    • getBusinessObjectDao

      public BusinessObjectDao getBusinessObjectDao()
      Deprecated.
      Returns the BusinessObjectDao
      Specified by:
      getBusinessObjectDao in interface DocumentDao
      Returns:
      the BusinessObjectDao
      See Also:
    • setBusinessObjectDao

      public void setBusinessObjectDao(BusinessObjectDao businessObjectDao)
      Deprecated.
      Parameters:
      businessObjectDao - ths BusinessObjectDao
    • getDocumentAdHocService

      public org.kuali.rice.krad.service.DocumentAdHocService getDocumentAdHocService()
      Deprecated.
      Specified by:
      getDocumentAdHocService in interface DocumentDao
      Returns:
      the documentAdHocService
    • setDocumentAdHocService

      public void setDocumentAdHocService(org.kuali.rice.krad.service.DocumentAdHocService dahs)
      Deprecated.
      Setter for injecting the DocumentAdHocService
      Parameters:
      dahs -
    • getOjbCollectionHelper

      protected OjbCollectionHelper getOjbCollectionHelper()
      Deprecated.
    • setOjbCollectionHelper

      public void setOjbCollectionHelper(OjbCollectionHelper ojbCollectionHelper)
      Deprecated.