org.kuali.rice.kew.docsearch.dao.impl
Class DocumentSearchDAOOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kew.docsearch.dao.impl.DocumentSearchDAOOjbImpl
All Implemented Interfaces:
DocumentSearchDAO, org.springframework.beans.factory.InitializingBean

Deprecated. Replaced by DocumentSearchDAOJdbcImpl

public class DocumentSearchDAOOjbImpl
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements DocumentSearchDAO

Ojb implementation of the DocumentSearchDAO

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static org.apache.log4j.Logger LOG
          Deprecated.  
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
DocumentSearchDAOOjbImpl()
          Deprecated.  
 
Method Summary
 List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
          Deprecated.  
 List<DocSearchDTO> getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
          Deprecated.  
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Deprecated. 
Constructor Detail

DocumentSearchDAOOjbImpl

public DocumentSearchDAOOjbImpl()
Deprecated. 
Method Detail

getListBoundedByCritera

public List<DocSearchDTO> getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator,
                                                  DocSearchCriteriaDTO criteria,
                                                  String principalId)
Deprecated. 
Specified by:
getListBoundedByCritera in interface DocumentSearchDAO

getList

public List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator,
                                  DocSearchCriteriaDTO criteria,
                                  String principalId)
Deprecated. 
Specified by:
getList in interface DocumentSearchDAO


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.