|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScrubberReportData | |
---|---|
org.kuali.kfs.gl.batch.service.impl | |
org.kuali.kfs.gl.report | |
org.kuali.kfs.gl.service |
Uses of ScrubberReportData in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type ScrubberReportData | |
---|---|
protected List<Summary> |
CollectorReportServiceImpl.buildDemergerReportSummary(ScrubberReportData scrubberReportData,
DemergerReportData demergerReport)
Generate the header for the demerger status report. |
protected org.kuali.kfs.gl.batch.service.impl.ScrubberProcessImpl.TransactionError |
ScrubberProcessImpl.generateCostShareEncumbranceEntries(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
The purpose of this method is to generate a "Cost Share Encumbrance" transaction for the current transaction and its offset. |
protected org.kuali.kfs.gl.batch.service.impl.ScrubberProcessImpl.TransactionError |
ScrubberProcessImpl.generateCostShareEntries(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
Generates a cost share entry and offset for the given entry and saves both to the valid group |
protected boolean |
ScrubberProcessImpl.generateOffset(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
The purpose of this method is to build the actual offset transaction. |
protected void |
ScrubberProcessImpl.handleEndOfScrubberReport(ScrubberReportData scrubberReport)
|
protected String |
ScrubberProcessImpl.processCapitalization(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
Generates capitalization entries if necessary |
protected void |
ScrubberProcessImpl.processGroup(boolean reportOnlyMode,
ScrubberReportData scrubberReport)
This will process a group of origin entries. |
protected String |
ScrubberProcessImpl.processLiabilities(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
Generate the liability entries for the entry if necessary |
protected String |
ScrubberProcessImpl.processPlantIndebtedness(OriginEntryInformation scrubbedEntry,
ScrubberReportData scrubberReport)
Generates the plant indebtedness entries |
Uses of ScrubberReportData in org.kuali.kfs.gl.report |
---|
Methods in org.kuali.kfs.gl.report that return ScrubberReportData | |
---|---|
ScrubberReportData |
CollectorReportData.getScrubberReportData(CollectorBatch batch)
|
Methods in org.kuali.kfs.gl.report with parameters of type ScrubberReportData | |
---|---|
void |
CollectorReportData.setScrubberReportData(CollectorBatch batch,
ScrubberReportData scrubberReportData)
|
Uses of ScrubberReportData in org.kuali.kfs.gl.service |
---|
Methods in org.kuali.kfs.gl.service with parameters of type ScrubberReportData | |
---|---|
void |
ScrubberReportData.incorporateReportData(ScrubberReportData anotherReport)
Adds the values from the parameter report data into this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |