|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BalancingService
Interface for BalancingService
Method Summary | |
---|---|
void |
clearHistories()
Removes the data from the History tables. |
void |
clearPosterFileCache()
In order to avoid file system scans this class caches poster input and poster error filenames. |
Balance |
getBalance(LedgerBalanceHistory ledgerBalanceHistory)
Returns a Balance object for the parameters of the passed in LedgerBalanceHistory. |
int |
getComparisonFailuresToPrintPerReport()
|
File |
getICRErrorOutputFile()
|
File |
getICRInputFile()
|
OriginEntryInformation |
getOriginEntry(String inputLine,
int lineNumber)
Gets an OriginEntryInformation for the parsed line. |
int |
getPastFiscalYearsToConsider()
|
File |
getPosterErrorOutputFile()
|
File |
getPosterInputFile()
|
File |
getReversalErrorOutputFile()
|
File |
getReversalInputFile()
|
String |
getShortTableLabel(String businessObjectName)
|
boolean |
runBalancing()
Handle for batch processes to kick off balancing |
void |
updateBalanceHistory(Integer postMode,
OriginEntryInformation originEntry)
Updates the balance history table |
void |
updateEntryHistory(Integer postMode,
OriginEntryInformation originEntry)
Update the entry history table |
Method Detail |
---|
boolean runBalancing()
File getPosterInputFile()
File getPosterErrorOutputFile()
File getReversalInputFile()
File getReversalErrorOutputFile()
File getICRInputFile()
File getICRErrorOutputFile()
int getPastFiscalYearsToConsider()
int getComparisonFailuresToPrintPerReport()
String getShortTableLabel(String businessObjectName)
businessObjectName
- name of the BO for which to return the label
OriginEntryInformation getOriginEntry(String inputLine, int lineNumber)
inputLine
- line that was read from getPosterInputFilenamelineNumber
- line number we are currently reading from getPosterInputFilename
void updateEntryHistory(Integer postMode, OriginEntryInformation originEntry)
mode
- of post, e.g. MODE_REVERSALoriginEntry
- representing the update detailsvoid updateBalanceHistory(Integer postMode, OriginEntryInformation originEntry)
originEntry
- representing the update detailsBalance getBalance(LedgerBalanceHistory ledgerBalanceHistory)
ledgerBalanceHistory
- to retrieve the Balance object for
void clearPosterFileCache()
void clearHistories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |