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 BibInfoWrapperService
Exception
public String insertBibInfo(BibInfoBean bibInfoBean) throws Exception
insertBibInfo
in interface BibInfoWrapperService
Exception
public String insertBibInfo(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
insertBibInfo
in interface BibInfoWrapperService
Exception
public BibInfoBean getBibInfo(HashMap<String,String> dataMap) throws Exception
getBibInfo
in interface BibInfoWrapperService
Exception
public List<String> searchBibInfo(BibInfoBean bibInfoBean, int noOfRecords) throws Exception
searchBibInfo
in interface BibInfoWrapperService
Exception
public String getDocStoreResponse(HashMap<String,String> dataMap) throws Exception
getDocStoreResponse
in interface BibInfoWrapperService
Exception
public List searchBibInfo(Map map) throws Exception
searchBibInfo
in interface BibInfoWrapperService
Exception
public List<BibInfoBean> searchBibInfo(BibInfoBean bibInfoBean) throws Exception
searchBibInfo
in interface BibInfoWrapperService
Exception
public String generateXMLStringForIngest(BibInfoBean bibInfoBean, HashMap dataMap) throws Exception
generateXMLStringForIngest
in interface BibInfoWrapperService
Exception
public String getDocSearchResponse(BibInfoBean bibInfoBean) throws Exception
getDocSearchResponse
in interface BibInfoWrapperService
Exception
public String getTitleIdByMarcXMLFileProcessing(BibInfoBean bibInfoBean, HashMap<String,String> dataMap) throws Exception
getTitleIdByMarcXMLFileProcessing
in interface BibInfoWrapperService
Exception
public boolean isDuplicateRecord(BibInfoBean bibInfoBean) throws Exception
isDuplicateRecord
in interface BibInfoWrapperService
Exception
public BibInfoService getBibInfoService()
public void setBibInfoService(BibInfoService bibInfoService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.