public interface OrderServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
Order[] |
createOrders(Order[] orders)
Creates new
Order objects. |
OrderPage |
getOrdersByStatement(Statement filterStatement)
|
UpdateResult |
performOrderAction(OrderAction orderAction,
Statement filterStatement)
Performs actions on
Order objects that match the given
Statement.query. |
Order[] |
updateOrders(Order[] orders)
Updates the specified
Order objects. |
Order[] createOrders(Order[] orders) throws RemoteException, ApiException
Order objects.orders - the orders to createRemoteExceptionApiExceptionOrderPage getOrdersByStatement(Statement filterStatement) throws RemoteException, ApiException
OrderPage 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 |
filterStatement - a Publisher Query Language statement used to
filter
a set of ordersRemoteExceptionApiExceptionUpdateResult performOrderAction(OrderAction orderAction, Statement filterStatement) throws RemoteException, ApiException
Order objects that match the given
Statement.query.orderAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ordersRemoteExceptionApiExceptionOrder[] updateOrders(Order[] orders) throws RemoteException, ApiException
Order objects.orders - the orders to updateRemoteExceptionApiExceptionCopyright © 2020. All rights reserved.