|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201203.OrderServiceSoapBindingStub
public class OrderServiceSoapBindingStub
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.client.Stub |
|---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Constructor Summary | |
|---|---|
OrderServiceSoapBindingStub()
|
|
OrderServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
OrderServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
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)
Gets an OrderPage of Order objects that satisfy
the given
Statement.query. |
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. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_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, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrderServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public OrderServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public OrderServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public Order createOrder(Order order)
throws RemoteException,
ApiException
OrderServiceInterfaceOrder.
The following fields are required:
createOrder in interface OrderServiceInterfaceorder - the order to create
RemoteException
ApiException
public Order[] createOrders(Order[] orders)
throws RemoteException,
ApiException
OrderServiceInterfaceOrder objects.
createOrders in interface OrderServiceInterfaceorders - the orders to create
RemoteException
ApiException
public 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 exist
Order uniquely identified by the given ID
RemoteException
ApiException
public 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 orders
RemoteException
ApiException
public 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 orders
RemoteException
ApiException
public Order updateOrder(Order order)
throws RemoteException,
ApiException
OrderServiceInterfaceOrder.
updateOrder in interface OrderServiceInterfaceorder - the order to update
RemoteException
ApiException
public Order[] updateOrders(Order[] orders)
throws RemoteException,
ApiException
OrderServiceInterfaceOrder objects.
updateOrders in interface OrderServiceInterfaceorders - the orders to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||