public class PreOrderServiceImpl extends Object implements PreOrderService
| Constructor and Description |
|---|
PreOrderServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
createPreOrderForCitation(String citationString,
String routeRequesterReceipt,
String requestorsNote,
String requestorType,
String requestorId) |
String |
createPreOrderForForm(String title,
String author,
String edition,
String series,
String publisher,
String placeOfPublication,
String yearOfPublication,
String standardNumber,
String typeOfStandardNumber,
String requestorsNote,
String requestorType,
String requestorId) |
String |
createPreOrderForOpenURL(String openUrlString,
String routeRequestorReceipt,
String requestorsNote,
String requestorType,
String requestorId) |
void |
setPopulateBibInfoService(PopulateBibInfoService populateBibInfoService) |
public PreOrderServiceImpl()
public String createPreOrderForCitation(String citationString, String routeRequesterReceipt, String requestorsNote, String requestorType, String requestorId) throws WSException_Exception
createPreOrderForCitation in interface PreOrderServiceWSException_Exceptionpublic void setPopulateBibInfoService(PopulateBibInfoService populateBibInfoService)
public String createPreOrderForOpenURL(String openUrlString, String routeRequestorReceipt, String requestorsNote, String requestorType, String requestorId) throws WSException_Exception
createPreOrderForOpenURL in interface PreOrderServiceWSException_Exceptionpublic String createPreOrderForForm(String title, String author, String edition, String series, String publisher, String placeOfPublication, String yearOfPublication, String standardNumber, String typeOfStandardNumber, String requestorsNote, String requestorType, String requestorId) throws WSException_Exception
createPreOrderForForm in interface PreOrderServiceWSException_ExceptionCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.