public interface ReconciliationReportServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ReconciliationReportPage |
getReconciliationReportsByStatement(Statement filterStatement)
Gets an
ReconciliationReportPage of ReconciliationReport
objects that satisfy
the given Statement.query. |
ReconciliationReport[] |
updateReconciliationReports(ReconciliationReport[] reconciliationReports)
Updates the specified
ReconciliationReport objects. |
ReconciliationReportPage 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[] updateReconciliationReports(ReconciliationReport[] reconciliationReports) throws RemoteException, ApiException
ReconciliationReport objects.reconciliationReports - the reconciliation reports to updateApiExceptionRemoteExceptionCopyright © 2014. All Rights Reserved.