public class PopulateBibInfoServiceImpl extends Object implements PopulateBibInfoService
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.core.api.config.property.ConfigurationService |
kualiConfigurationService |
protected static org.apache.log4j.Logger |
LOG |
protected OlePurapService |
olePurapService |
Constructor and Description |
---|
PopulateBibInfoServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.config.property.ConfigurationService |
getConfigurationService() |
OlePurapService |
getOlePurapService() |
String |
processBibInfoForCitation(String citationString,
BibInfoBean bibInfoBean) |
String |
processBibInfoForForm(BibInfoBean bibInfoBean,
String title,
String author,
String edition,
String series,
String publisher,
String placeOfPublication,
String yearOfPublication,
String standardNumber,
String typeOfStandardNumber,
String routeRequesterReceipt) |
String |
processBibInfoForOperURL(String openUrlString,
BibInfoBean bibInfoBean) |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
protected static org.apache.log4j.Logger LOG
protected org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService
protected OlePurapService olePurapService
public PopulateBibInfoServiceImpl()
public OlePurapService getOlePurapService()
public String processBibInfoForCitation(String citationString, BibInfoBean bibInfoBean) throws Exception
processBibInfoForCitation
in interface PopulateBibInfoService
Exception
public String processBibInfoForOperURL(String openUrlString, BibInfoBean bibInfoBean) throws Exception
processBibInfoForOperURL
in interface PopulateBibInfoService
Exception
public String processBibInfoForForm(BibInfoBean bibInfoBean, String title, String author, String edition, String series, String publisher, String placeOfPublication, String yearOfPublication, String standardNumber, String typeOfStandardNumber, String routeRequesterReceipt) throws Exception
processBibInfoForForm
in interface PopulateBibInfoService
Exception
public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.