|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.service.ScrubberReportData
public class ScrubberReportData
A class which encapsulates statistics about a scrubber run
Constructor Summary | |
---|---|
ScrubberReportData()
Constructs a ScrubberReportData instance |
Method Summary | |
---|---|
int |
getNumberOfCapitalizationEntriesGenerated()
|
int |
getNumberOfCostShareEncumbrancesGenerated()
|
int |
getNumberOfCostShareEntriesGenerated()
|
int |
getNumberOfErrorRecordsWritten()
|
int |
getNumberOfExpiredAccountsFound()
|
int |
getNumberOfLiabilityEntriesGenerated()
|
int |
getNumberOfOffsetEntriesGenerated()
|
int |
getNumberOfPlantIndebtednessEntriesGenerated()
|
int |
getNumberOfScrubbedRecordsWritten()
|
int |
getNumberOfUnscrubbedRecordsRead()
|
int |
getTotalNumberOfRecordsWritten()
|
void |
incorporateReportData(ScrubberReportData anotherReport)
Adds the values from the parameter report data into this object. |
void |
incrementCapitalizationEntryGenerated()
Increments the capitalization entry generated count by 1 |
void |
incrementCostShareEncumbranceGenerated()
Increments the cost share encumbranace generated count by 1 |
void |
incrementCostShareEntryGenerated()
Increments the cost share entry generated count by 1 |
void |
incrementErrorRecordWritten()
Increments the error records written count by 1 |
void |
incrementExpiredAccountFound()
Increments the expired account found count by 1 |
void |
incrementLiabilityEntryGenerated()
Increments the liability entry generated count by 1 |
void |
incrementOffsetEntryGenerated()
Increments the offset entry generated count by 1 |
void |
incrementPlantIndebtednessEntryGenerated()
Increments the plant indebtedness entry count by 1 |
void |
incrementScrubbedRecordWritten()
Increments the scrubbed records written count by 1 |
void |
incrementUnscrubbedRecordsRead()
Increments the unscrubbed records read count by 1 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScrubberReportData()
Method Detail |
---|
public void incorporateReportData(ScrubberReportData anotherReport)
anotherReport
- another set of scrubber report data to add to this scrubber report datapublic void incrementErrorRecordWritten()
public void incrementExpiredAccountFound()
public void incrementScrubbedRecordWritten()
public void incrementOffsetEntryGenerated()
public void incrementCapitalizationEntryGenerated()
public void incrementLiabilityEntryGenerated()
public void incrementPlantIndebtednessEntryGenerated()
public void incrementCostShareEntryGenerated()
public void incrementCostShareEncumbranceGenerated()
public void incrementUnscrubbedRecordsRead()
public int getNumberOfUnscrubbedRecordsRead()
public int getNumberOfScrubbedRecordsWritten()
public int getNumberOfErrorRecordsWritten()
public int getNumberOfOffsetEntriesGenerated()
public int getNumberOfCapitalizationEntriesGenerated()
public int getNumberOfLiabilityEntriesGenerated()
public int getNumberOfPlantIndebtednessEntriesGenerated()
public int getNumberOfCostShareEntriesGenerated()
public int getNumberOfCostShareEncumbrancesGenerated()
public int getTotalNumberOfRecordsWritten()
public int getNumberOfExpiredAccountsFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |