public class BibInfoWrapperServiceImpl extends Object implements BibInfoWrapperService
| Modifier and Type | Field and Description |
|---|---|
protected BibInfoService |
bibInfoService |
| Constructor and Description |
|---|
BibInfoWrapperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateXMLStringForIngest(BibInfoBean bibInfoBean,
HashMap dataMap) |
BibInfoBean |
getBibInfo(HashMap<String,String> dataMap) |
BibInfoService |
getBibInfoService() |
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<BibInfoBean> |
searchBibInfo(BibInfoBean bibInfoBean) |
List<String> |
searchBibInfo(BibInfoBean bibInfoBean,
int noOfRecords) |
List |
searchBibInfo(Map map) |
void |
setBibInfoService(BibInfoService bibInfoService) |
protected BibInfoService bibInfoService
public BibInfoWrapperServiceImpl()
public boolean isBibInfoExists(BibInfoBean bibInfoBean) throws Exception
isBibInfoExists in interface BibInfoWrapperServiceExceptionpublic String insertBibInfo(BibInfoBean bibInfoBean) throws Exception
insertBibInfo in interface BibInfoWrapperServiceExceptionpublic String insertBibInfo(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
insertBibInfo in interface BibInfoWrapperServiceExceptionpublic BibInfoBean getBibInfo(HashMap<String,String> dataMap) throws Exception
getBibInfo in interface BibInfoWrapperServiceExceptionpublic List<String> searchBibInfo(BibInfoBean bibInfoBean, int noOfRecords) throws Exception
searchBibInfo in interface BibInfoWrapperServiceExceptionpublic String getDocStoreResponse(HashMap<String,String> dataMap) throws Exception
getDocStoreResponse in interface BibInfoWrapperServiceExceptionpublic List searchBibInfo(Map map) throws Exception
searchBibInfo in interface BibInfoWrapperServiceExceptionpublic List<BibInfoBean> searchBibInfo(BibInfoBean bibInfoBean) throws Exception
searchBibInfo in interface BibInfoWrapperServiceExceptionpublic String generateXMLStringForIngest(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
generateXMLStringForIngest in interface BibInfoWrapperServiceExceptionpublic String getDocSearchResponse(BibInfoBean bibInfoBean) throws Exception
getDocSearchResponse in interface BibInfoWrapperServiceExceptionpublic String getTitleIdByMarcXMLFileProcessing(BibInfoBean bibInfoBean, HashMap<String,String> dataMap) throws Exception
getTitleIdByMarcXMLFileProcessing in interface BibInfoWrapperServiceExceptionpublic boolean isDuplicateRecord(BibInfoBean bibInfoBean) throws Exception
isDuplicateRecord in interface BibInfoWrapperServiceExceptionpublic BibInfoService getBibInfoService()
public void setBibInfoService(BibInfoService bibInfoService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.