org.kuali.kfs.pdp.service.impl
Class AchBankServiceImpl
java.lang.Object
org.kuali.kfs.pdp.service.impl.AchBankServiceImpl
- All Implemented Interfaces:
- AchBankService
@Transactional
public class AchBankServiceImpl
- extends Object
- implements AchBankService
Method Summary |
ACHBank |
getByPrimaryId(String bankRoutingNumber)
Returns the AchBank for the given routing number |
boolean |
reloadTable(String filename)
Read the bank data from a text file and reset table to match this file. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AchBankServiceImpl
public AchBankServiceImpl()
getByPrimaryId
public ACHBank getByPrimaryId(String bankRoutingNumber)
- Description copied from interface:
AchBankService
- Returns the AchBank for the given routing number
- Specified by:
getByPrimaryId
in interface AchBankService
- Parameters:
bankRoutingNumber
- pk for AchBank
- Returns:
- AchBank
- See Also:
AchBankService.getByPrimaryId(java.lang.String)
reloadTable
public boolean reloadTable(String filename)
- Description copied from interface:
AchBankService
- Read the bank data from a text file and reset table to match this file. The format of the file comes from here:
https://www.fededirectory.frb.org/format_ACH.cfm https://www.fededirectory.frb.org/FedACHdir.txt
- Specified by:
reloadTable
in interface AchBankService
- See Also:
AchBankService.reloadTable(java.lang.String)
setBusinessObjectService
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
- Sets the businessObjectService attribute value.
- Parameters:
businessObjectService
- The businessObjectService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.