reconcile(Iterator<OriginEntryFull> entries, ReconciliationBlock reconBlock, List<Message> errorMessages) Performs the reconciliation on origin entries using the data from the
ReconciliationBlock parameter
Parameters: entries - origin entries Parameters: reconBlock - reconciliation data Parameters: errorMessages - a non-null list onto which error messages will be appended.
Performs the reconciliation on origin entries using the data from the
ReconciliationBlock parameter
Parameters: entries - origin entries Parameters: reconBlock - reconciliation data Parameters: errorMessages - a non-null list onto which error messages will be appended. This list will be modified by reference.