|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OriginEntryService
An interface of methods to interact with Origin Entries
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 groups
Map<String,PosterOutputSummaryEntry> getPosterOutputSummaryByGroupId(Collection groupIdList)
groupIdList
- the origin entry groups
Integer getGroupCount(String groupId)
Map getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<OriginEntryFull> originEntryList)
Map getEntriesByGroupIdWithPath(String fileNameWithPath, List<OriginEntryFull> originEntryList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |