|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlexibleOffsetAccountService
This interface defines methods that a FlexibleOffsetAccount Service must provide.
Method Summary | |
---|---|
OffsetAccount |
getByPrimaryIdIfEnabled(String chartOfAccountsCode,
String accountNumber,
String financialOffsetObjectCode)
Retrieves the OffsetAccount by its composite primary key (all passed in as parameters) if the SYSTEM parameter FLEXIBLE_OFFSET_ENABLED_FLAG is true. |
boolean |
getEnabled()
Retrieves whether the SYSTEM parameter FLEXIBLE_OFFSET_ENABLED_FLAG is true. |
boolean |
updateOffset(FlexibleAccountUpdateable transaction)
This method will apply the flexible offset account if necessary. |
Method Detail |
---|
OffsetAccount getByPrimaryIdIfEnabled(String chartOfAccountsCode, String accountNumber, String financialOffsetObjectCode)
chartOfAccountsCode
- The chart code of the account to be retrieved.accountNumber
- The account number of the account to be retrieved.financialOffsetObjectCode
- Offset object code used to retrieve the OffsetAccount.
boolean getEnabled()
boolean updateOffset(FlexibleAccountUpdateable transaction)
transaction
- The OriginEntryFull object to be updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |