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

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

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

Fields in org.kuali.kfs.gl.batch with type parameters of type DocumentGroupData
protected  Set<DocumentGroupData> CollectorScrubberProcess.errorDocumentGroups
           
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return types with arguments of type DocumentGroupData
static
<E extends Transaction>
Set<DocumentGroupData>
DocumentGroupData.getDocumentGroupDatasForTransactions(Iterator<E> transactions)
          Given an iterator of Transaction objects, return a set of all the document groups (doc #, doc type, origination code) for these transactions
 

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

Methods in org.kuali.kfs.gl.report that return types with arguments of type DocumentGroupData
 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 DocumentGroupData
 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.