Uses of Class
org.broadleafcommerce.core.payment.service.type.PaymentInfoType

Packages that use PaymentInfoType
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.payment.domain   
org.broadleafcommerce.core.payment.service   
org.broadleafcommerce.core.payment.service.module   
org.broadleafcommerce.core.payment.service.type   
 

Uses of PaymentInfoType in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service with parameters of type PaymentInfoType
 void OrderServiceImpl.removePaymentsFromOrder(Order order, PaymentInfoType paymentInfoType)
           
 void OrderService.removePaymentsFromOrder(Order order, PaymentInfoType paymentInfoType)
          Deletes the Payment Info of the passed in type from the order Note that this method will also delete any associated Secure Payment Infos if necessary.
 

Uses of PaymentInfoType in org.broadleafcommerce.core.payment.domain
 

Methods in org.broadleafcommerce.core.payment.domain that return PaymentInfoType
 PaymentInfoType PaymentInfo.getType()
           
 PaymentInfoType PaymentInfoImpl.getType()
           
 

Methods in org.broadleafcommerce.core.payment.domain with parameters of type PaymentInfoType
 void PaymentInfo.setType(PaymentInfoType type)
           
 void PaymentInfoImpl.setType(PaymentInfoType type)
           
 

Uses of PaymentInfoType in org.broadleafcommerce.core.payment.service
 

Methods in org.broadleafcommerce.core.payment.service with parameters of type PaymentInfoType
 Referenced SecurePaymentInfoServiceImpl.create(PaymentInfoType paymentInfoType)
           
 Referenced SecurePaymentInfoService.create(PaymentInfoType paymentInfoType)
           
 void SecurePaymentInfoServiceImpl.findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 void SecurePaymentInfoService.findAndRemoveSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Referenced SecurePaymentInfoServiceImpl.findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Referenced SecurePaymentInfoService.findSecurePaymentInfo(String referenceNumber, PaymentInfoType paymentInfoType)
           
 Boolean PaymentService.isValidCandidate(PaymentInfoType paymentType)
           
 Boolean PaymentServiceImpl.isValidCandidate(PaymentInfoType paymentType)
           
 

Uses of PaymentInfoType in org.broadleafcommerce.core.payment.service.module
 

Methods in org.broadleafcommerce.core.payment.service.module with parameters of type PaymentInfoType
 Boolean AcceptAndPassthroughModule.isValidCandidate(PaymentInfoType paymentType)
           
 Boolean PaymentModule.isValidCandidate(PaymentInfoType paymentType)
           
 Boolean NullCreditCardPaymentModule.isValidCandidate(PaymentInfoType paymentType)
           
 Boolean DefaultModule.isValidCandidate(PaymentInfoType paymentType)
           
 

Uses of PaymentInfoType in org.broadleafcommerce.core.payment.service.type
 

Fields in org.broadleafcommerce.core.payment.service.type declared as PaymentInfoType
static PaymentInfoType PaymentInfoType.ACCOUNT
           
static PaymentInfoType PaymentInfoType.ACCOUNT_CREDIT
           
static PaymentInfoType PaymentInfoType.BANK_ACCOUNT
           
static PaymentInfoType PaymentInfoType.CHECK
           
static PaymentInfoType PaymentInfoType.CREDIT_CARD
           
static PaymentInfoType PaymentInfoType.CUSTOMER_CREDIT
           
static PaymentInfoType PaymentInfoType.ELECTRONIC_CHECK
           
static PaymentInfoType PaymentInfoType.GIFT_CARD
           
static PaymentInfoType PaymentInfoType.MONEY_ORDER
           
static PaymentInfoType PaymentInfoType.PAYPAL
           
static PaymentInfoType PaymentInfoType.WIRE
           
 

Methods in org.broadleafcommerce.core.payment.service.type that return PaymentInfoType
static PaymentInfoType PaymentInfoType.getInstance(String type)
           
 



Copyright © 2013. All Rights Reserved.