Uses of Class
org.kuali.kfs.gl.businessobject.OriginEntryStatistics

Packages that use OriginEntryStatistics
org.kuali.kfs.gl.document   
org.kuali.kfs.module.ld.service   
org.kuali.kfs.module.ld.service.impl   
 

Uses of OriginEntryStatistics in org.kuali.kfs.gl.document
 

Methods in org.kuali.kfs.gl.document that return OriginEntryStatistics
static OriginEntryStatistics CorrectionDocumentUtils.getStatistics(Collection<OriginEntryFull> entries)
          Computes the statistics (credit amount, debit amount, row count) of a collection of origin entries.
 

Methods in org.kuali.kfs.gl.document with parameters of type OriginEntryStatistics
static void CorrectionDocumentUtils.copyStatisticsToDocument(OriginEntryStatistics statistics, GeneralLedgerCorrectionProcessDocument document)
          Sets document with the statistics data
static void CorrectionDocumentUtils.updateStatisticsWithEntry(OriginEntryFull entry, OriginEntryStatistics statistics)
          Given an instance of statistics, it adds information from the passed in entry to the statistics
 

Uses of OriginEntryStatistics in org.kuali.kfs.module.ld.service
 

Methods in org.kuali.kfs.module.ld.service that return OriginEntryStatistics
 OriginEntryStatistics LaborOriginEntryService.getStatistics(String fileName)
          Get statistics from a group
 

Uses of OriginEntryStatistics in org.kuali.kfs.module.ld.service.impl
 

Methods in org.kuali.kfs.module.ld.service.impl that return OriginEntryStatistics
 OriginEntryStatistics LaborOriginEntryServiceImpl.getStatistics(String fileName)
           
 



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