public interface OriginEntryService
| Modifier and Type | Method and Description | 
|---|---|
| void | createEntry(OriginEntryFull originEntry,
                      PrintStream ps) | 
| void | flatFile(Iterator<OriginEntryFull> entries,
                BufferedOutputStream bw)writes out a list of origin entries to an output stream. | 
| Map | getEntriesByBufferedReader(BufferedReader inputBufferedReader,
                                                    List<OriginEntryFull> originEntryList) | 
| Map | getEntriesByGroupIdWithPath(String fileNameWithPath,
                                                      List<OriginEntryFull> originEntryList) | 
| Integer | getGroupCount(String groupId) | 
| Map<String,PosterOutputSummaryEntry> | getPosterOutputSummaryByGroupId(Collection groupIdList)get the summarized information of poster input entries that belong to the entry groups with the given group id list | 
| LedgerEntryHolder | getSummaryByGroupId(Collection groupIdList)get the summarized information of the entries that belong to the entry groups with the given group id list | 
void createEntry(OriginEntryFull originEntry, PrintStream ps)
void flatFile(Iterator<OriginEntryFull> entries, BufferedOutputStream bw)
entries - an Iterator of entries to save as textbw - the output stream to write origin entries toLedgerEntryHolder getSummaryByGroupId(Collection groupIdList)
groupIdList - the origin entry groupsMap<String,PosterOutputSummaryEntry> getPosterOutputSummaryByGroupId(Collection groupIdList)
groupIdList - the origin entry groupsInteger getGroupCount(String groupId)
Map getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<OriginEntryFull> originEntryList)
Map getEntriesByGroupIdWithPath(String fileNameWithPath, List<OriginEntryFull> originEntryList)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.