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

Packages that use OriginEntryTotals
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.report   
 

Uses of OriginEntryTotals in org.kuali.kfs.gl.batch
 

Methods in org.kuali.kfs.gl.batch that return OriginEntryTotals
 OriginEntryTotals CollectorBatch.getOriginEntryTotals()
           
 

Methods in org.kuali.kfs.gl.batch with parameters of type OriginEntryTotals
 void CollectorBatch.setOriginEntryTotals(OriginEntryTotals originEntryTotals)
           
 

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

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type OriginEntryTotals
 void OriginEntryTotals.incorporateTotals(OriginEntryTotals anotherTotals)
          Adds up the values in the parameter totals object to the corresponding fields in this object
 

Uses of OriginEntryTotals in org.kuali.kfs.gl.report
 

Methods in org.kuali.kfs.gl.report that return types with arguments of type OriginEntryTotals
 Map<DocumentGroupData,OriginEntryTotals> CollectorReportData.getTotalsOnInputOriginEntriesAssociatedWithErrorGroup(CollectorBatch batch)
          Returns the totals or all origin entries in the input group that match the document group (doc #, doc type, origination code) of at least one origin entry in the error group, which is generated by the scrubber
 

Method parameters in org.kuali.kfs.gl.report with type arguments of type OriginEntryTotals
 void CollectorReportData.setTotalsOnInputOriginEntriesAssociatedWithErrorGroup(CollectorBatch batch, Map<DocumentGroupData,OriginEntryTotals> totals)
          Stores the totals or all origin entries in the input group that match the document group (doc #, doc type, origination code) of at least one origin entry in the error group, which is generated by the scrubber
 



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