public class ReconciliationOrderReportServiceSoapBindingStub extends org.apache.axis.client.Stub implements ReconciliationOrderReportServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ReconciliationOrderReportServiceSoapBindingStub() |
ReconciliationOrderReportServiceSoapBindingStub(javax.xml.rpc.Service service) |
ReconciliationOrderReportServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ReconciliationOrderReportPage |
getReconciliationOrderReportsByStatement(Statement filterStatement)
Gets an
ReconciliationOrderReportPage of ReconciliationOrderReport
objects
that satisfy the given Statement.query. |
UpdateResult |
performReconciliationOrderReportAction(ReconciliationOrderReportAction reconciliationOrderReportAction,
Statement filterStatement)
Performs actions on the
ReconciliationOrderReport objects
that match the given
Statement.query. |
_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 ReconciliationOrderReportServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationOrderReportServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationOrderReportServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ReconciliationOrderReportPage getReconciliationOrderReportsByStatement(Statement filterStatement) throws RemoteException, ApiException
ReconciliationOrderReportServiceInterfaceReconciliationOrderReportPage of ReconciliationOrderReport
objects
that satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
reconciliationReportId |
ReconciliationOrderReport.reconciliationReportId |
id |
ReconciliationOrderReport.id |
orderId |
ReconciliationOrderReport.orderId |
status |
ReconciliationOrderReport.status |
submissionDateTime |
ReconciliationOrderReport.submissionDateTime |
submitterId |
ReconciliationOrderReport.submitterId |
reconciliationReportId field is required and can
only be combined with an
AND to other conditions. Furthermore, the results
may only belong to
one ReconciliationReport.getReconciliationOrderReportsByStatement in interface ReconciliationOrderReportServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of reconciliation order reports.RemoteExceptionApiExceptionpublic UpdateResult performReconciliationOrderReportAction(ReconciliationOrderReportAction reconciliationOrderReportAction, Statement filterStatement) throws RemoteException, ApiException
ReconciliationOrderReportServiceInterfaceReconciliationOrderReport objects
that match the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
orderId |
ReconciliationOrderReport.orderId |
reconciliationReportId |
ReconciliationOrderReport.reconciliationReportId |
reconciliationReportId field and orderId
are required and can only be
combined with an AND. Furthermore, the results may
only belong to one
ReconciliationReport.
Only orders to which the API user has access will be included.performReconciliationOrderReportAction in interface ReconciliationOrderReportServiceInterfacereconciliationOrderReportAction - the action to perform.filterStatement - a Publisher Query Language statement used to
filter a set of orders and
one reconciliation report.RemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.