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 PreOrderService
WSException_Exception
public void setPopulateBibInfoService(PopulateBibInfoService populateBibInfoService)
public String createPreOrderForOpenURL(String openUrlString, String routeRequestorReceipt, String requestorsNote, String requestorType, String requestorId) throws WSException_Exception
createPreOrderForOpenURL
in interface PreOrderService
WSException_Exception
public 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 PreOrderService
WSException_Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.