public class ReconciliationReportServiceSoapBindingStub extends org.apache.axis.client.Stub implements ReconciliationReportServiceInterface
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ReconciliationReportServiceSoapBindingStub() |
ReconciliationReportServiceSoapBindingStub(javax.xml.rpc.Service service) |
ReconciliationReportServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
ReconciliationReport |
getReconciliationReport(Long reconciliationReportId)
Returns the
ReconciliationReport object uniquely identified
by given ID. |
ReconciliationReportPage |
getReconciliationReportsByStatement(Statement filterStatement)
Gets an
ReconciliationReportPage of ReconciliationReport
objects that satisfy
the given Statement.query. |
ReconciliationReport |
updateReconciliationReport(ReconciliationReport reconciliationReport)
Updates the specified
ReconciliationReport. |
ReconciliationReport[] |
updateReconciliationReports(ReconciliationReport[] reconciliationReports)
Updates the specified
ReconciliationReport 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 ReconciliationReportServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationReportServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ReconciliationReportServiceSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic ReconciliationReport getReconciliationReport(Long reconciliationReportId) throws RemoteException, ApiException
ReconciliationReportServiceInterfaceReconciliationReport object uniquely identified
by given ID.getReconciliationReport in interface ReconciliationReportServiceInterfacereconciliationReportId - the ID of the reconciliation report,
which must already existReconciliationReport uniquely identified by the
given IDRemoteExceptionApiExceptionpublic ReconciliationReportPage getReconciliationReportsByStatement(Statement filterStatement) throws RemoteException, ApiException
ReconciliationReportServiceInterfaceReconciliationReportPage of ReconciliationReport
objects that satisfy
the given Statement.query. The following fields are
supported for filtering.
| PQL Property | Object Property |
|---|---|
id |
ReconciliationReport.id |
status |
ReconciliationReport.status |
startDate |
ReconciliationReport.startDate |
getReconciliationReportsByStatement in interface ReconciliationReportServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter a set of reconciliation reportsRemoteExceptionApiExceptionpublic ReconciliationReport updateReconciliationReport(ReconciliationReport reconciliationReport) throws RemoteException, ApiException
ReconciliationReportServiceInterfaceReconciliationReport.updateReconciliationReport in interface ReconciliationReportServiceInterfacereconciliationReport - the reconciliation report to be updatedRemoteExceptionApiExceptionpublic ReconciliationReport[] updateReconciliationReports(ReconciliationReport[] reconciliationReports) throws RemoteException, ApiException
ReconciliationReportServiceInterfaceReconciliationReport objects.updateReconciliationReports in interface ReconciliationReportServiceInterfacereconciliationReports - the reconciliation reports to updateApiExceptionRemoteExceptionCopyright © 2014. All Rights Reserved.