get(String chartOfAccountsCode, String accountFinancialObjectTypeCode, String accountNumberFinancialObjectCode) Returns a sufficient fund rebuild record, based on the given keys.
getByAccount(String chartOfAccountsCode, String accountNumberFinancialObjectCode) Returns a sufficient fund rebuild record given the parameters as keys.
Returns a sufficient fund rebuild record, based on the given keys. Defers to the DAO.
Parameters: chartOfAccountsCode - the chart of the sufficient fund rebuild record to return Parameters: accountFinancialObjectTypeCode - if the record has an object code, the object code of the sufficient fund rebuild record to return Parameters: accountNumberFinancialObjectCode - if the record has an account number, the account number of the sufficient fund rebuild record to return the qualifying sufficient fund rebuild record, or null if not found See Also:org.kuali.module.gl.service.SufficientFundRebuildService.get(java.lang.Stringjava.lang.Stringjava.lang.String)
Returns a sufficient fund rebuild record given the parameters as keys. Defers to the DAO.
Parameters: chartOfAccountsCode - the chart of the record to return Parameters: accountNumberFinancialObjectCode - either an account number or an object code of the sufficient fund rebuild record to return the qualifying sufficient fund rebuild record, or null if not found See Also:org.kuali.module.gl.service.SufficientFundRebuildService.getByAccount(java.lang.Stringjava.lang.String)