org.kuali.rice.kew.docsearch.dao.impl
Class DocumentSearchDAOJdbcImpl
java.lang.Object
org.kuali.rice.kew.docsearch.dao.impl.DocumentSearchDAOJdbcImpl
- All Implemented Interfaces:
- DocumentSearchDAO
public class DocumentSearchDAOJdbcImpl
- extends Object
- implements DocumentSearchDAO
Spring JdbcTemplate implementation of DocumentSearchDAO
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
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
DEFAULT_FETCH_MORE_ITERATION_LIMIT
private static final int DEFAULT_FETCH_MORE_ITERATION_LIMIT
- See Also:
- Constant Field Values
ds
private DataSource ds
DocumentSearchDAOJdbcImpl
public DocumentSearchDAOJdbcImpl()
getListBoundedByCritera
public List<DocSearchDTO> getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator,
DocSearchCriteriaDTO criteria,
String principalId)
- Specified by:
getListBoundedByCritera
in interface DocumentSearchDAO
getList
public List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator,
DocSearchCriteriaDTO criteria,
String principalId)
- Specified by:
getList
in interface DocumentSearchDAO
setDataSource
public void setDataSource(DataSource ds)
getList
private List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator,
DocSearchCriteriaDTO criteria,
Integer searchResultCap,
String principalId)
getSearchResultCap
private int getSearchResultCap(DocumentSearchGenerator docSearchGenerator)
getFetchMoreIterationLimit
private int getFetchMoreIterationLimit()
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.