org.kuali.kfs.pdp.service.impl
Class AchServiceImpl

java.lang.Object
  extended by org.kuali.kfs.pdp.service.impl.AchServiceImpl
All Implemented Interfaces:
AchService

public class AchServiceImpl
extends Object
implements AchService

See Also:
AchService

Constructor Summary
AchServiceImpl()
           
 
Method Summary
 PayeeACHAccount getAchInformation(String idType, String payeeId, String achTransactionType)
          Retrieves a Payee's ACH record
 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
 

Constructor Detail

AchServiceImpl

public AchServiceImpl()
Method Detail

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 payee
payeeId - 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.