|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BankService
This service interface defines methods that a BankService implementation must provide.
| Method Summary | |
|---|---|
Bank |
getByPrimaryId(String bankCode)
Retrieves a bank object who's primary id matches the values provided. |
Bank |
getDefaultBankByDocType(Class documentClass)
Retrieves the default bank code for the given document type from system parameter. |
Bank |
getDefaultBankByDocType(String documentTypeCode)
Retrieves the default bank code for the given document type from system parameter. |
boolean |
isBankSpecificationEnabled()
Determines if the bank specification is enabled in the system by system parameter. |
| Method Detail |
|---|
Bank getByPrimaryId(String bankCode)
bankCode - The bank code to be looked up by.
Bank getDefaultBankByDocType(Class documentClass)
documentClass - Class for the document type
Bank object retrieved by default bank codeBank getDefaultBankByDocType(String documentTypeCode)
documentTypeCode - the document type code
Bank object retrieved by default bank codeboolean isBankSpecificationEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||