public class OleAcquisitionSearchServiceImpl extends Object implements OleAcquisitionSearchService
| Constructor and Description | 
|---|
| OleAcquisitionSearchServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Collection<Bib> | getBib(List<org.kuali.rice.kew.api.document.search.DocumentSearchResult> documentSearchResults) | 
| DocstoreClientLocator | getDocstoreClientLocator() | 
| protected List<OleAcquisitionSearchResult> | getFinalBibTypeResult(List<org.kuali.rice.kew.api.document.search.DocumentSearchResult> componentResults)returns a collection of resultRow for the search type bib
 from the documentsearchresult components | 
| List<String> | getTitleIds(List<SearchResult> searchResults)return a string array of titleIds from a List of docdata class | 
| List<OleAcquisitionSearchResult> | performDocumentSearch(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria docSearchCriteria,
                                          Map<String,List<String>> fixedParameters)This method filters other search criteria's based on create from/to date. | 
public OleAcquisitionSearchServiceImpl()
public DocstoreClientLocator getDocstoreClientLocator()
protected Collection<Bib> getBib(List<org.kuali.rice.kew.api.document.search.DocumentSearchResult> documentSearchResults)
public List<String> getTitleIds(List<SearchResult> searchResults)
getTitleIds in interface OleAcquisitionSearchServicedocDataList - public List<OleAcquisitionSearchResult> performDocumentSearch(org.kuali.rice.kew.api.document.search.DocumentSearchCriteria docSearchCriteria, Map<String,List<String>> fixedParameters)
performDocumentSearch in interface OleAcquisitionSearchServicefixedParameters - Map containing created date search criteria.protected List<OleAcquisitionSearchResult> getFinalBibTypeResult(List<org.kuali.rice.kew.api.document.search.DocumentSearchResult> componentResults)
components - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.