@Transactional public class AchBankServiceImpl extends Object implements AchBankService
| Constructor and Description | 
|---|
| AchBankServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.krad.service.BusinessObjectService businessObjectService)Sets the businessObjectService attribute value. | 
public AchBankServiceImpl()
public ACHBank getByPrimaryId(String bankRoutingNumber)
AchBankServicegetByPrimaryId in interface AchBankServicebankRoutingNumber - pk for AchBankAchBankService.getByPrimaryId(java.lang.String)public boolean reloadTable(String filename)
AchBankServicereloadTable in interface AchBankServiceAchBankService.reloadTable(java.lang.String)public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.