com.retek.component.payment.impl.remote
Interface PaymentTestServicesRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface PaymentTestServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.payment.impl.remote.PaymentTestServices.


Method Summary
 void loadCacheRewardCertificateValue(java.lang.String controlNumber, java.math.BigDecimal certificateValue)
           
 void loadMockStoredValueCard(java.lang.String accountNumber, java.lang.String pinNumber, java.math.BigDecimal availableBalance, java.lang.String bannerId, boolean giftCard)
           
 void resetAllDaos()
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

loadCacheRewardCertificateValue

public void loadCacheRewardCertificateValue(java.lang.String controlNumber,
                                            java.math.BigDecimal certificateValue)
                                     throws SystemException,
                                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

loadMockStoredValueCard

public void loadMockStoredValueCard(java.lang.String accountNumber,
                                    java.lang.String pinNumber,
                                    java.math.BigDecimal availableBalance,
                                    java.lang.String bannerId,
                                    boolean giftCard)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

resetAllDaos

public void resetAllDaos()
                  throws SystemException,
                         BusinessException,
                         java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28