Uses of Interface
com.retek.component.internet.ExAPaymentRequest

Packages that use ExAPaymentRequest
com.retek.component.internet   
com.retek.component.internet.impl   
 

Uses of ExAPaymentRequest in com.retek.component.internet
 

Subinterfaces of ExAPaymentRequest in com.retek.component.internet
 interface ExACashPaymentRequest
          This is a high level interface which maintains cash payment information for the external API.
 interface ExACheckPaymentRequest
          This is a high level interface which maintains check payment information for the external API.
 interface ExACreditCardPaymentRequest
          This is a high level interface which maintains credit card payment information for the external API.
 interface ExAGiftCertificatePaymentRequest
          This is a high level interface which controls access to gift certificate payment information for the external API.
 interface ExAMerchandiseVoucherPaymentRequest
          This is a high level interface which controls access to merchandise voucher payment information for the external API.
 interface ExARewardCertificatePaymentRequest
          This is a high level interface which controls access to reward certificate payment information for the external API.
 interface ExAStoredValueCardPaymentRequest
          This is a high level interface which controls access to stored value card payment information for the external API.
 interface ExAVoucherPaymentRequest
          This is a high level interface which maintains voucher payment information for the external API.
 

Methods in com.retek.component.internet with parameters of type ExAPaymentRequest
 void ExAOrder.addPayment(ExAPaymentRequest payment)
           
 

Uses of ExAPaymentRequest in com.retek.component.internet.impl
 

Classes in com.retek.component.internet.impl that implement ExAPaymentRequest
 class ExACashPaymentImpl
           
 class ExACheckPaymentImpl
           
 class ExACreditCardPaymentImpl
           
 class ExAGiftCertificatePaymentImpl
           
 class ExAMerchandiseVoucherPaymentImpl
           
 class ExARewardCertificatePaymentImpl
           
 class ExAStoredValueCardPaymentImpl
           
 class ExAVoucherPaymentImpl
           
 

Methods in com.retek.component.internet.impl with parameters of type ExAPaymentRequest
 void ExAOrderImpl.addPayment(ExAPaymentRequest payment)
           
 



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