|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.impl.OriginEntryServiceImpl
@Transactional public class OriginEntryServiceImpl
The base implementation of OriginEntryService
Constructor Summary | |
---|---|
OriginEntryServiceImpl()
Constructs a new instance of OriginEntryServiceImpl |
Method Summary | |
---|---|
static LedgerEntryForReporting |
buildLedgerEntry(Object[] entrySummary)
Creates or updates a ledger entry with the array of information from the given entry summary object |
void |
createEntry(OriginEntryFull originEntry,
PrintStream ps)
|
void |
flatFile(Iterator<OriginEntryFull> entries,
BufferedOutputStream bw)
This method writes origin entries into a file format. |
Map |
getEntriesByBufferedReader(BufferedReader inputBufferedReader,
List<OriginEntryFull> originEntryList)
|
Map |
getEntriesByGroupIdWithPath(String fileNameWithPath,
List<OriginEntryFull> originEntryList)
|
Integer |
getGroupCount(String fileNameWithPath)
|
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)
Given a collection of group ids, summarize the entries in each group. |
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
|
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
|
void |
setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
Sets the originEntryGroupService attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OriginEntryServiceImpl()
Method Detail |
---|
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
originEntryGroupService
- the implementation of OriginEntryGroupService to setpublic void createEntry(OriginEntryFull originEntry, PrintStream ps)
createEntry
in interface OriginEntryService
public LedgerEntryHolder getSummaryByGroupId(Collection groupIdList)
getSummaryByGroupId
in interface OriginEntryService
groupIdList
- a Collection of the ids of origin entry groups to summarize
OriginEntryService.getSummaryByGroupId(Collection)
public static LedgerEntryForReporting buildLedgerEntry(Object[] entrySummary)
entrySummary
- a collection of java.lang.Objects, which is what OJB report queries return
public void flatFile(Iterator<OriginEntryFull> entries, BufferedOutputStream bw)
flatFile
in interface OriginEntryService
entries
- An iterator of OriginEntriesbw
- an opened, ready-for-output bufferedOutputStream.OriginEntryService.flatFile(java.util.Iterator, java.io.BufferedOutputStream)
public Map getEntriesByGroupIdWithPath(String fileNameWithPath, List<OriginEntryFull> originEntryList)
getEntriesByGroupIdWithPath
in interface OriginEntryService
public Map getEntriesByBufferedReader(BufferedReader inputBufferedReader, List<OriginEntryFull> originEntryList)
getEntriesByBufferedReader
in interface OriginEntryService
public Map<String,PosterOutputSummaryEntry> getPosterOutputSummaryByGroupId(Collection groupIdList)
getPosterOutputSummaryByGroupId
in interface OriginEntryService
groupIdList
- the origin entry groups
OriginEntryService.getPosterOutputSummaryByGroupId(java.util.Collection)
public Integer getGroupCount(String fileNameWithPath)
getGroupCount
in interface OriginEntryService
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
public void setBatchFileDirectoryName(String batchFileDirectoryName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |