getByPrimaryId(String financialDocumentBankCode, String finDocumentBankAccountNumber) Retrieves the BankAccount instance from the database using the provided values as the primary keys to perform the lookup.
Parameters: financialDocumentBankCode - Bank code to use for retrieving the associated bank acocunt object. Parameters: finDocumentBankAccountNumber - Bank account number to use for retrieving the associated bank account object.
Retrieves the BankAccount instance from the database using the provided values as the primary keys to perform the lookup.
Parameters: financialDocumentBankCode - Bank code to use for retrieving the associated bank acocunt object. Parameters: finDocumentBankAccountNumber - Bank account number to use for retrieving the associated bank account object. A BankAccount object which matches the criteria provided. See Also:org.kuali.module.financial.service.BankAccountService.getByPrimaryId(java.lang.Stringjava.lang.String)
This method is a simple setter for setting the local BusinessObjectService attribute.
Parameters: businessObjectService - The BusinessObjectService to be set.