Class DefaultCreditCardPaymentInfoCreateStrategy
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl.DefaultCreditCardPaymentInfoCreateStrategy
-
- All Implemented Interfaces:
CreditCardPaymentInfoCreateStrategy
public class DefaultCreditCardPaymentInfoCreateStrategy extends java.lang.Object implements CreditCardPaymentInfoCreateStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultCreditCardPaymentInfoCreateStrategy()
-
Method Summary
-
-
-
Method Detail
-
createCreditCardPaymentInfo
public CreditCardPaymentInfoModel createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)
- Specified by:
createCreditCardPaymentInfoin interfaceCreditCardPaymentInfoCreateStrategy
-
saveSubscription
public CreditCardPaymentInfoModel saveSubscription(CustomerModel customerModel, CustomerInfoData customerInfoData, SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfoData, boolean saveInAccount)
- Specified by:
saveSubscriptionin interfaceCreditCardPaymentInfoCreateStrategy
-
getCCOwner
protected java.lang.String getCCOwner(PaymentInfoData paymentInfo, AddressModel billingAddress)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
getCustomerEmailResolutionService
protected CustomerEmailResolutionService getCustomerEmailResolutionService()
-
setCustomerEmailResolutionService
public void setCustomerEmailResolutionService(CustomerEmailResolutionService customerEmailResolutionService)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-