Uses of Class
org.kuali.kfs.fp.businessobject.OffsetAccount

Packages that use OffsetAccount
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of OffsetAccount in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return OffsetAccount
 OffsetAccount FlexibleOffsetAccountService.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.
 

Uses of OffsetAccount in org.kuali.kfs.sys.service.impl
 

Methods in org.kuali.kfs.sys.service.impl that return OffsetAccount
 OffsetAccount FlexibleOffsetAccountServiceImpl.getByPrimaryIdIfEnabled(String chartOfAccountsCode, String accountNumber, String financialOffsetObjectCode)
          This method uses the parameters provided to retrieve an OffsetAccount instance if the flexible offset account flag is enabled.
 

Methods in org.kuali.kfs.sys.service.impl with parameters of type OffsetAccount
protected  void GeneralLedgerPendingEntryServiceImpl.flexOffsetAccountIfNecessary(OffsetAccount flexibleOffsetAccount, GeneralLedgerPendingEntry offsetEntry)
          Applies the given flexible offset account to the given offset entry.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.