public class AchServiceImpl extends Object implements AchService
AchService| Constructor and Description | 
|---|
| AchServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| PayeeACHAccount | getAchInformation(String idType,
                                  String payeeId,
                                  String achTransactionType)Retrieves a Payee's ACH record | 
| List<PayeeACHAccount> | getActiveAchAccounts()Gets all active PayeeAchAccounts. | 
| void | setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)Sets the businessObjectService attribute value. | 
public AchServiceImpl()
public PayeeACHAccount getAchInformation(String idType, String payeeId, String achTransactionType)
AchServicegetAchInformation in interface AchServiceidType - type of payeepayeeId - unique identifier for payee (based on type)achTransactionType - ach transaction type for recordAchService.getAchInformation(java.lang.String, java.lang.String, java.lang.String)public List<PayeeACHAccount> getActiveAchAccounts()
AchServicegetActiveAchAccounts in interface AchServiceAchService.getActiveAchAccounts()public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.