public interface PreOrderService
Modifier and Type | Method and Description |
---|---|
String |
createPreOrderForCitation(String arg0,
String arg1,
String arg2,
String arg3,
String arg4) |
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 arg0,
String arg1,
String arg2,
String arg3,
String arg4) |
@RequestWrapper(localName="createPreOrderForForm", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForForm") @ResponseWrapper(localName="createPreOrderForFormResponse", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForFormResponse") 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
title
- author
- edition
- series
- publisher
- placeOfPublication
- yearOfPublication
- standardNumber
- typeOfStandardNumber
- routeRequestorReceipt
- requestorsNote
- requestorsFirstName
- requestorsLastName
- requestorsAddress1
- requestorsAddress2
- requestorsCity
- requestorsState
- requestorsZipCode
- requestorsCountryCode
- requestorsPhone
- requestorsEmail
- requestorsSMS
- requestorType
- WSException_Exception
@RequestWrapper(localName="createPreOrderForOpenURL", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForOpenURL") @ResponseWrapper(localName="createPreOrderForOpenURLResponse", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForOpenURLResponse") String createPreOrderForOpenURL(String arg0, String arg1, String arg2, String arg3, String arg4) throws WSException_Exception
openUrlString
- routeRequestorReceipt
- requestorsNote
- requestorsFirstName
- requestorsLastName
- requestorsAddress1
- requestorsAddress2
- requestorsCity
- requestorsState
- requestorsZipCode
- requestorsCountryCode
- requestorsPhone
- requestorsEmail
- requestorsSMS
- requestorType
- WSException_Exception
@RequestWrapper(localName="createPreOrderForCitation", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForCitation") @ResponseWrapper(localName="createPreOrderForCitationResponse", targetNamespace="http://service.select.ole.kuali.org/", className="org.kuali.ole.select.testing.CreatePreOrderForCitationResponse") String createPreOrderForCitation(String arg0, String arg1, String arg2, String arg3, String arg4) throws WSException_Exception
citationString
- routeRequestorReceipt
- requestorsNote
- requestorsFirstName
- requestorsLastName
- requestorsAddress1
- requestorsAddress2
- requestorsCity
- requestorsState
- requestorsZipCode
- requestorsCountryCode
- requestorsPhone
- requestorsEmail
- requestorsSMS
- requestorType
- WSException_Exception
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.