Uses of Class
org.kuali.kfs.gl.batch.service.impl.ReconciliationBlock

Packages that use ReconciliationBlock
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.module.ld.batch.service   
org.kuali.kfs.module.ld.batch.service.impl   
 

Uses of ReconciliationBlock in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service that return ReconciliationBlock
 ReconciliationBlock ReconciliationParserService.parseReconciliationBlock(Reader reader, String tableId)
          Parses a reconciliation file
 

Methods in org.kuali.kfs.gl.batch.service with parameters of type ReconciliationBlock
 void ReconciliationService.reconcile(Iterator<OriginEntryFull> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 

Uses of ReconciliationBlock in org.kuali.kfs.gl.batch.service.impl
 

Methods in org.kuali.kfs.gl.batch.service.impl that return ReconciliationBlock
 ReconciliationBlock ReconciliationParserServiceImpl.parseReconciliationBlock(Reader reader, String tableId)
          Parses a reconciliation file
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type ReconciliationBlock
protected  Message ReconciliationServiceImpl.generateRowCountMismatchMessage(ReconciliationBlock block, int actualRowCount)
          Generates the error message for the number of entries reconciled being unequal to the expected value
 void ReconciliationServiceImpl.reconcile(Iterator<OriginEntryFull> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 

Uses of ReconciliationBlock in org.kuali.kfs.module.ld.batch.service
 

Methods in org.kuali.kfs.module.ld.batch.service with parameters of type ReconciliationBlock
 void ReconciliationService.reconcile(Iterator<LaborOriginEntry> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 

Uses of ReconciliationBlock in org.kuali.kfs.module.ld.batch.service.impl
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type ReconciliationBlock
protected  Message ReconciliationServiceImpl.generateRowCountMismatchMessage(ReconciliationBlock block, int actualRowCount)
          Generates the error message for the number of entries reconciled being unequal to the expected value
 void ReconciliationServiceImpl.reconcile(Iterator<LaborOriginEntry> entries, ReconciliationBlock reconBlock, List<Message> errorMessages)
          Performs the reconciliation on origin entries using the data from the ReconciliationBlock parameter
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.