|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.service.impl.BankServiceImpl
public class BankServiceImpl
Default implementation of the BankService interface.
org.kuali.kfs.fp.service.BankService| Constructor Summary | |
|---|---|
BankServiceImpl()
|
|
| Method Summary | |
|---|---|
Bank |
getByPrimaryId(String bankCode)
Retrieves a bank object who's primary id matches the values provided. |
org.kuali.rice.kns.service.DataDictionaryService |
getDataDictionaryService()
Gets the dataDictionaryService attribute. |
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. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Sets the dataDictionaryService attribute value. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BankServiceImpl()
| Method Detail |
|---|
public Bank getByPrimaryId(String bankCode)
BankService
getByPrimaryId in interface BankServicebankCode - The bank code to be looked up by.
org.kuali.kfs.fp.service.BankService#getByPrimaryId(java.lang.String)public Bank getDefaultBankByDocType(String documentTypeCode)
BankService
getDefaultBankByDocType in interface BankServicedocumentTypeCode - the document type code
Bank object retrieved by default bank codeBankService.getDefaultBankByDocType(java.lang.String)public Bank getDefaultBankByDocType(Class documentClass)
BankService
getDefaultBankByDocType in interface BankServicedocumentClass - Class for the document type
Bank object retrieved by default bank codeBankService.getDefaultBankByDocType(java.lang.Class)public boolean isBankSpecificationEnabled()
BankService
isBankSpecificationEnabled in interface BankServiceBankService.isBankSpecificationEnabled()public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public org.kuali.rice.kns.service.DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
dataDictionaryService - The dataDictionaryService to set.public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService - The parameterService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||