public interface PosterOutputSummaryService
| Modifier and Type | Method and Description | 
|---|---|
| void | addAmountToAmountHolder(OriginEntryInformation oe,
                                              PosterOutputSummaryAmountHolder amountHolder)adds an origin entry amount to a given poster output summary amount holder | 
| void | addAmountToAmountHolder(Transaction t,
                                              PosterOutputSummaryAmountHolder amountHolder)adds a transaction amount to a given poster output summary amount holder | 
| Comparator<PosterOutputSummaryEntry> | getEntryComparator()Returns an instance of the comparator to use when sorting poster output summary entries | 
| void | summarize(OriginEntryInformation originEntry,
                  Map<String,PosterOutputSummaryEntry> entries)Summarizes the given origin entry to the map | 
| void | summarize(Transaction transaction,
                  Map<String,PosterOutputSummaryEntry> entries)Summarizes the given transaction to the map | 
void addAmountToAmountHolder(Transaction t, PosterOutputSummaryAmountHolder amountHolder)
t - the transaction with an amount to addamountHolder - the amount holder to add the amount tovoid addAmountToAmountHolder(OriginEntryInformation oe, PosterOutputSummaryAmountHolder amountHolder)
oe - the origin entry with an amount to addamountHolder - the amount holder to add the amount toComparator<PosterOutputSummaryEntry> getEntryComparator()
void summarize(Transaction transaction, Map<String,PosterOutputSummaryEntry> entries)
transaction - the transaction to summarizeentries - the map of entriesvoid summarize(OriginEntryInformation originEntry, Map<String,PosterOutputSummaryEntry> entries)
originEntry - the origin entry to summarizeentries - the map of entries that holds all summarizationsCopyright © 2004–2015 The Kuali Foundation. All rights reserved.