|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PosterOutputSummaryService
Interface for service methods which support the poster output summary report
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
void addAmountToAmountHolder(Transaction t,
PosterOutputSummaryAmountHolder amountHolder)
t - the transaction with an amount to addamountHolder - the amount holder to add the amount to
void 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 entries
void summarize(OriginEntryInformation originEntry,
Map<String,PosterOutputSummaryEntry> entries)
originEntry - the origin entry to summarizeentries - the map of entries that holds all summarizations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||