Uses of Interface
com.elasticpath.domain.payment.PaymentType

Packages that use PaymentType
com.elasticpath.domain   
com.elasticpath.domain.impl Tests for the default Elastic Path implementation of the Domain Model. 
com.elasticpath.domain.payment   
com.elasticpath.domain.payment.impl   
 

Uses of PaymentType in com.elasticpath.domain
 

Methods in com.elasticpath.domain with parameters of type PaymentType
 PaymentGateway ElasticPath.getPaymentGateway(PaymentType paymentType)
          Get the payment gateway for the given payment type (e.g.
 

Uses of PaymentType in com.elasticpath.domain.impl
 

Methods in com.elasticpath.domain.impl with parameters of type PaymentType
 PaymentGateway ElasticPathImpl.getPaymentGateway(PaymentType paymentType)
          Get the payment gateway for the given payment type (e.g.
 

Uses of PaymentType in com.elasticpath.domain.payment
 

Fields in com.elasticpath.domain.payment declared as PaymentType
static PaymentType PaymentTypeFactory.CREDITCARD
          The PaymentType instance for order placed.
static PaymentType PaymentTypeFactory.PAYPAL_EXPRESS
          The PaymentType instance for order on hold.
 

Methods in com.elasticpath.domain.payment that return PaymentType
 PaymentType PaymentGateway.getPaymentType()
          Get the type of this payment gateway.
 PaymentType PaymentTypeFactory.getPaymentType(java.lang.String typeName)
          Return the PaymentType instance based on the given type name.
 

Uses of PaymentType in com.elasticpath.domain.payment.impl
 

Classes in com.elasticpath.domain.payment.impl that implement PaymentType
 class PaymentTypeImpl
          Represents the payment type.
 

Methods in com.elasticpath.domain.payment.impl that return PaymentType
 PaymentType NullPaymentGatewayImpl.getPaymentType()
          Get the type of this payment gateway.
 PaymentType CyberSourcePaymentGatewayImpl.getPaymentType()
          Get the type of this payment gateway.
 PaymentType AuthorizeNetPaymentGatewayImpl.getPaymentType()
          Get the type of this payment gateway.
 PaymentType PayflowProPaymentGatewayImpl.getPaymentType()
          Get the type of this payment gateway.
 PaymentType PaypalExpressPaymentGatewayImpl.getPaymentType()
          Get the type of this payment gateway.
 PaymentType PaymentTypeFactoryImpl.getPaymentType(java.lang.String typeName)
          Return the PaymentType instance based on the given type name.