org.kuali.rice.kew.docsearch.dao.impl
Class DocumentSearchDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
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 |
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 |
LOG
public static final org.apache.log4j.Logger LOG
- Deprecated.
DocumentSearchDAOOjbImpl
public DocumentSearchDAOOjbImpl()
- Deprecated.
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.