org.kuali.kfs.pdp.service.impl
Class AchServiceImpl
java.lang.Object
org.kuali.kfs.pdp.service.impl.AchServiceImpl
- All Implemented Interfaces:
- AchService
public class AchServiceImpl
- extends Object
- implements AchService
- See Also:
AchService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AchServiceImpl
public AchServiceImpl()
getAchInformation
public PayeeACHAccount getAchInformation(String idType,
String payeeId,
String achTransactionType)
- Description copied from interface:
AchService
- Retrieves a Payee's ACH record
- Specified by:
getAchInformation
in interface AchService
- Parameters:
idType
- type of payeepayeeId
- unique identifier for payee (based on type)achTransactionType
- ach transaction type for record
- Returns:
- PayeeAchAccount
- See Also:
AchService.getAchInformation(java.lang.String, java.lang.String, 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.