| org.kuali.module.financial.service.BankService
All known Subclasses: org.kuali.module.financial.service.impl.BankServiceImpl,
BankService | public interface BankService (Code) | | This service interface defines methods that a BankService implementation must provide.
|
Method Summary | |
Bank | getByPrimaryId(String financialDocumentBankCode) This method retrieves a bank object who's primary id matches the values provided.
Parameters: financialDocumentBankCode - The bank code to be looked up by. |
getByPrimaryId | Bank getByPrimaryId(String financialDocumentBankCode)(Code) | | This method retrieves a bank object who's primary id matches the values provided.
Parameters: financialDocumentBankCode - The bank code to be looked up by. A Bank object with a matching primary id. |
|
|