public interface FlexibleOffsetAccountService
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.