public interface BibInfoWrapperService
| Modifier and Type | Method and Description |
|---|---|
String |
generateXMLStringForIngest(BibInfoBean bibInfoBean,
HashMap dataMap) |
BibInfoBean |
getBibInfo(HashMap<String,String> dataMap) |
String |
getDocSearchResponse(BibInfoBean bibInfoBean) |
String |
getDocStoreResponse(HashMap<String,String> dataMap) |
String |
getTitleIdByMarcXMLFileProcessing(BibInfoBean bibInfoBean,
HashMap<String,String> dataMap) |
String |
insertBibInfo(BibInfoBean bibInfoBean) |
String |
insertBibInfo(BibInfoBean bibInfoBean,
HashMap dataMap) |
boolean |
isBibInfoExists(BibInfoBean bibInfoBean) |
boolean |
isDuplicateRecord(BibInfoBean bibInfoBean) |
List |
searchBibInfo(BibInfoBean bibInfoBean) |
List<String> |
searchBibInfo(BibInfoBean bibInfoBean,
int noOfRecords) |
List |
searchBibInfo(Map map) |
boolean isBibInfoExists(BibInfoBean bibInfoBean) throws Exception
Exceptionboolean isDuplicateRecord(BibInfoBean bibInfoBean) throws Exception
ExceptionString insertBibInfo(BibInfoBean bibInfoBean) throws Exception
ExceptionString insertBibInfo(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
ExceptionBibInfoBean getBibInfo(HashMap<String,String> dataMap) throws Exception
ExceptionList searchBibInfo(Map map) throws Exception
ExceptionList searchBibInfo(BibInfoBean bibInfoBean) throws Exception
ExceptionList<String> searchBibInfo(BibInfoBean bibInfoBean, int noOfRecords) throws Exception
ExceptionString getDocStoreResponse(HashMap<String,String> dataMap) throws Exception
ExceptionString generateXMLStringForIngest(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
ExceptionString getDocSearchResponse(BibInfoBean bibInfoBean) throws Exception
ExceptionString getTitleIdByMarcXMLFileProcessing(BibInfoBean bibInfoBean, HashMap<String,String> dataMap) throws Exception
ExceptionCopyright © 2004–2014 The Kuali Foundation. All rights reserved.