org.kuali.kfs.pdp.service
Interface AchBankService

All Known Implementing Classes:
AchBankServiceImpl

public interface 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.
 

Method Detail

reloadTable

boolean reloadTable(String filename)
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

Parameters:
filename -

getByPrimaryId

ACHBank getByPrimaryId(String bankRoutingNumber)
Returns the AchBank for the given routing number

Parameters:
bankRoutingNumber - pk for AchBank
Returns:
AchBank


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.