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
Exception
boolean isDuplicateRecord(BibInfoBean bibInfoBean) throws Exception
Exception
String insertBibInfo(BibInfoBean bibInfoBean) throws Exception
Exception
String insertBibInfo(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
Exception
BibInfoBean getBibInfo(HashMap<String,String> dataMap) throws Exception
Exception
List searchBibInfo(Map map) throws Exception
Exception
List searchBibInfo(BibInfoBean bibInfoBean) throws Exception
Exception
List<String> searchBibInfo(BibInfoBean bibInfoBean, int noOfRecords) throws Exception
Exception
String getDocStoreResponse(HashMap<String,String> dataMap) throws Exception
Exception
String generateXMLStringForIngest(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
Exception
String getDocSearchResponse(BibInfoBean bibInfoBean) throws Exception
Exception
String getTitleIdByMarcXMLFileProcessing(BibInfoBean bibInfoBean, HashMap<String,String> dataMap) throws Exception
Exception
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.