public interface ReconciliationReportRowServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
ReconciliationReportRowPage |
getReconciliationReportRowsByStatement(Statement filterStatement)
Gets a
ReconciliationReportRowPage of ReconciliationReportRow
objects that
satisfy the given Statement.query. |
ReconciliationReportRow[] |
updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows)
Updates a list of
ReconciliationReportRow which belong
to same
ReconciliationReport. |
ReconciliationReportRowPage getReconciliationReportRowsByStatement(Statement filterStatement) throws RemoteException, ApiException
ReconciliationReportRowPage of ReconciliationReportRow
objects that
satisfy the given Statement.query. The following fields
are supported for filtering:
reconciliationReportId field is required and can
only be combined with an
AND to other conditions. Furthermore, the results
may only belong to
one ReconciliationReport.filterStatement - a Publisher Query Language statement used to
filter a set of reconciliation report rowsRemoteExceptionApiExceptionReconciliationReportRow[] updateReconciliationReportRows(ReconciliationReportRow[] reconciliationReportRows) throws RemoteException, ApiException
ReconciliationReportRow which belong
to same
ReconciliationReport.reconciliationReportRows - a list of reconciliation report rows
to updateRemoteExceptionApiExceptionCopyright © 2013. All Rights Reserved.