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

Packages that use PaymentTypeFactory
com.elasticpath.domain.payment.impl   
com.elasticpath.persistence.impl   
com.elasticpath.service.order.impl   
com.elasticpath.service.shoppingcart.impl   
 

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

Classes in com.elasticpath.domain.payment.impl that implement PaymentTypeFactory
 class PaymentTypeFactoryImpl
          Represet a default implementation of PaymentTypeFactory.
 

Uses of PaymentTypeFactory in com.elasticpath.persistence.impl
 

Methods in com.elasticpath.persistence.impl with parameters of type PaymentTypeFactory
 void ElasticPathDaoXmlFileImpl.setPaymentTypeFactory(PaymentTypeFactory paymentTypeFactory)
          Set the PaymentTypeFactory singleton.
 

Uses of PaymentTypeFactory in com.elasticpath.service.order.impl
 

Methods in com.elasticpath.service.order.impl with parameters of type PaymentTypeFactory
 void OrderServiceImpl.setPaymentTypeFactory(PaymentTypeFactory paymentTypeFactory)
          Set the PaymentTypeFactory singleton.
 

Uses of PaymentTypeFactory in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type PaymentTypeFactory
 void CheckoutServiceImpl.setPaymentTypeFactory(PaymentTypeFactory paymentTypeFactory)
          Set the PaymentTypeFactory singleton.