public interface ReconciliationReportServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
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. |
ReconciliationReport getReconciliationReport(Long reconciliationReportId) throws RemoteException, ApiException
ReconciliationReport object uniquely identified
by given ID.reconciliationReportId - the ID of the reconciliation report,
which must already existReconciliationReport uniquely identified by the
given IDRemoteExceptionApiExceptionReconciliationReportPage getReconciliationReportsByStatement(Statement filterStatement) throws RemoteException, ApiException
ReconciliationReportPage 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 |
filterStatement - a Publisher Query Language statement used to
filter a set of reconciliation reportsRemoteExceptionApiExceptionReconciliationReport updateReconciliationReport(ReconciliationReport reconciliationReport) throws RemoteException, ApiException
ReconciliationReport.reconciliationReport - the reconciliation report to be updatedRemoteExceptionApiExceptionReconciliationReport[] updateReconciliationReports(ReconciliationReport[] reconciliationReports) throws RemoteException, ApiException
ReconciliationReport objects.reconciliationReports - the reconciliation reports to updateApiExceptionRemoteExceptionCopyright © 2013. All Rights Reserved.