public class OleDocStoreSearchService extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements OleDocStoreSearchService
| Constructor and Description |
|---|
OleDocStoreSearchService() |
| Modifier and Type | Method and Description |
|---|---|
static BibInfoWrapperService |
getBibInfoWrapperService() |
String |
getBibUUID(String itemTitleId) |
List<DocData> |
getDocResult(Map arg1)
This method returns list of docdata populated through docstore search
|
List |
getResult(Class cl,
Map<String,List<Object>> val)
This method populates bib related values based on the document uuids using docstore search.
|
List |
getResult(Class cl,
String attr,
List<Object> vals)
This method invokes docstore search query with multiple document uuids
|
List |
getResult(Class cl,
String attr,
List<Object> val,
Map vas)
This method invokes getResult when there is no search based on bib
and invokes getDocResult when we have any bib related fields in search.
|
getDbPlatform, setDbPlatformpublic OleDocStoreSearchService()
public static BibInfoWrapperService getBibInfoWrapperService()
public List<DocData> getDocResult(Map arg1) throws Exception
arg1 - Exceptionpublic List getResult(Class cl, String attr, List<Object> vals) throws Exception
cl - attr - vals - Exceptionpublic List getResult(Class cl, Map<String,List<Object>> val)
getResult in interface OleDocStoreSearchServiceOleDocStoreSearchService.getResult(java.lang.Class, java.util.Map)public List getResult(Class cl, String attr, List<Object> val, Map vas)
getResult in interface OleDocStoreSearchServiceOleDocStoreSearchService.getResult(java.lang.Class, java.lang.String, java.util.List, java.util.Map)public String getBibUUID(String itemTitleId)
getBibUUID in interface OleDocStoreSearchServiceCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.