public class OrderServiceSoapBindingStub extends org.apache.axis.client.Stub implements OrderServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
OrderServiceSoapBindingStub() |
OrderServiceSoapBindingStub(javax.xml.rpc.Service service) |
OrderServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
Order |
createOrder(Order order)
Creates a new
Order. |
Order[] |
createOrders(Order[] orders)
Creates new
Order objects. |
Order |
getOrder(Long orderId)
Returns the
Order uniquely identified by the given
ID. |
OrderPage |
getOrdersByStatement(Statement filterStatement)
|
UpdateResult |
performOrderAction(OrderAction orderAction,
Statement filterStatement)
Performs actions on
Order objects that match the given
Statement.query. |
Order |
updateOrder(Order order)
Updates the specified
Order. |
Order[] |
updateOrders(Order[] orders)
Updates the specified
Order objects. |
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic OrderServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic OrderServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic OrderServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic Order createOrder(Order order) throws RemoteException, ApiException
OrderServiceInterfaceOrder.
The following fields are required:
createOrder in interface OrderServiceInterfaceorder - the order to createRemoteExceptionApiExceptionpublic Order[] createOrders(Order[] orders) throws RemoteException, ApiException
OrderServiceInterfaceOrder objects.createOrders in interface OrderServiceInterfaceorders - the orders to createRemoteExceptionApiExceptionpublic Order getOrder(Long orderId) throws RemoteException, ApiException
OrderServiceInterfaceOrder uniquely identified by the given
ID.getOrder in interface OrderServiceInterfaceorderId - the ID of the order, which must already existOrder uniquely identified by the given IDRemoteExceptionApiExceptionpublic OrderPage getOrdersByStatement(Statement filterStatement) throws RemoteException, ApiException
OrderServiceInterfaceOrderPage of Order objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
advertiserId |
Order.advertiserId |
endDateTime |
Order.endDateTime |
id |
Order.id |
name |
Order.name |
salespersonId |
Order.salespersonId |
startDateTime |
Order.startDateTime |
status |
Order.status |
traffickerId |
Order.traffickerId |
lastModifiedDateTime |
Order.lastModifiedDateTime |
getOrdersByStatement in interface OrderServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of ordersRemoteExceptionApiExceptionpublic UpdateResult performOrderAction(OrderAction orderAction, Statement filterStatement) throws RemoteException, ApiException
OrderServiceInterfaceOrder objects that match the given
Statement.query.performOrderAction in interface OrderServiceInterfaceorderAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ordersRemoteExceptionApiExceptionpublic Order updateOrder(Order order) throws RemoteException, ApiException
OrderServiceInterfaceOrder.updateOrder in interface OrderServiceInterfaceorder - the order to updateRemoteExceptionApiExceptionpublic Order[] updateOrders(Order[] orders) throws RemoteException, ApiException
OrderServiceInterfaceOrder objects.updateOrders in interface OrderServiceInterfaceorders - the orders to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.