com.retek.component.payment.impl.remote
Class PaymentServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.payment.impl.remote.PaymentServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class PaymentServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaymentServicesEjb
public PaymentServicesEjb()
ejbCreate
public void ejbCreate()
authorize
public CreditCardAuthorizationResponse authorize(CreditCardPaymentDto paymentDto)
throws SystemException
- Throws:
SystemException
authorize
public RewardCertificateAuthorizationResponse authorize(RewardCertificatePaymentDto paymentDto)
throws SystemException
- Throws:
SystemException
authorize
public StoredValueCardAuthorizationResponse authorize(StoredValueCardPaymentDto paymentDto)
throws SystemException
- Throws:
SystemException
voidAuthorization
public void voidAuthorization(StoredValueCardPaymentDto paymentDto)
throws SystemException
- Throws:
SystemException
findAllAvsCodes
public java.util.Set findAllAvsCodes()
throws SystemException
- Throws:
SystemException
readAvsCode
public AvsCodeDto readAvsCode(java.lang.String avsCode)
throws InvalidIdException,
BusinessException,
SystemException
- Throws:
InvalidIdException
BusinessException
SystemException
applyForCredit
public PLCCCreditApplicationResponse applyForCredit(PLCCCreditApplication application)
throws SystemException
- Throws:
SystemException
storedValueCardInquiry
public StoredValueCardInquiryResponse storedValueCardInquiry(java.lang.String accountNumber)
throws SystemException
- Throws:
SystemException
storedValueCardCashOut
public StoredValueCardCashoutResponse storedValueCardCashOut(java.lang.String accountNumber,
java.lang.String pin)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28