public class DocumentSearchDAOJdbcImpl extends Object implements DocumentSearchDAO
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
DocumentSearchDAOJdbcImpl() |
Modifier and Type | Method and Description |
---|---|
DocumentSearchResults.Builder |
findDocuments(DocumentSearchGenerator documentSearchGenerator,
DocumentSearchCriteria criteria,
boolean criteriaModified,
List<RemotableAttributeField> searchFields) |
int |
getFetchMoreIterationLimit() |
int |
getMaxResultCap(DocumentSearchCriteria criteria)
Returns the maximum number of results that should be returned from the document search.
|
void |
setDataSource(DataSource dataSource) |
public static final org.apache.log4j.Logger LOG
public DocumentSearchDAOJdbcImpl()
public void setDataSource(DataSource dataSource)
public DocumentSearchResults.Builder findDocuments(DocumentSearchGenerator documentSearchGenerator, DocumentSearchCriteria criteria, boolean criteriaModified, List<RemotableAttributeField> searchFields)
findDocuments
in interface DocumentSearchDAO
public int getMaxResultCap(DocumentSearchCriteria criteria)
getMaxResultCap
in interface DocumentSearchDAO
criteria
- the criteria in which to check for a max results valuepublic int getFetchMoreIterationLimit()
getFetchMoreIterationLimit
in interface DocumentSearchDAO
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.