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

java.lang.Object
  extended by 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)

Field Summary
private static int DEFAULT_FETCH_MORE_ITERATION_LIMIT
           
private  DataSource ds
           
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
DocumentSearchDAOJdbcImpl()
           
 
Method Summary
private  int getFetchMoreIterationLimit()
           
private  List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, Integer searchResultCap, String principalId)
           
 List<DocSearchDTO> getList(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
 List<DocSearchDTO> getListBoundedByCritera(DocumentSearchGenerator documentSearchGenerator, DocSearchCriteriaDTO criteria, String principalId)
           
private  int getSearchResultCap(DocumentSearchGenerator docSearchGenerator)
           
 void setDataSource(DataSource ds)
           
 
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

DEFAULT_FETCH_MORE_ITERATION_LIMIT

private static final int DEFAULT_FETCH_MORE_ITERATION_LIMIT
See Also:
Constant Field Values

ds

private DataSource ds
Constructor Detail

DocumentSearchDAOJdbcImpl

public DocumentSearchDAOJdbcImpl()
Method Detail

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.