Uses of Class
de.hybris.platform.core.model.order.payment.CreditCardPaymentInfoModel
-
-
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorfacades.payment.populators
Methods in de.hybris.platform.acceleratorfacades.payment.populators that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>PaymentSubscriptionResultDataPopulator. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.acceleratorfacades.payment.populators with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidPaymentSubscriptionResultDataPopulator. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment
Methods in de.hybris.platform.acceleratorservices.payment with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description PaymentDataPaymentService. beginHopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile).PaymentDataPaymentService. beginSopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)This method generates the Hosted Order Page request data which includes all data required to create a subscription (customer profile). -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidPaymentInfoDataPopulator. populate(CreditCardPaymentInfoModel source, PaymentInfoData target) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl
Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)CreditCardPaymentInfoModelDefaultCreditCardPaymentInfoCreateStrategy. saveSubscription(CustomerModel customerModel, CustomerInfoData customerInfoData, SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfoData, boolean saveInAccount)Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,PaymentInfoData>DefaultCreateSubscriptionRequestStrategy. getPaymentInfoDataConverter()Methods in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description CreateSubscriptionRequestDefaultCreateSubscriptionRequestStrategy. createSubscriptionRequest(java.lang.String siteName, java.lang.String requestUrl, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)Method parameters in de.hybris.platform.acceleratorservices.payment.cybersource.strategies.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultCreateSubscriptionRequestStrategy. setPaymentInfoDataConverter(Converter<CreditCardPaymentInfoModel,PaymentInfoData> paymentInfoDataConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.dao
Methods in de.hybris.platform.acceleratorservices.payment.dao that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelCreditCardPaymentSubscriptionDao. findCreditCartPaymentBySubscription(java.lang.String subscriptionId) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.dao.impl
Methods in de.hybris.platform.acceleratorservices.payment.dao.impl that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCreditCardPaymentSubscriptionDao. findCreditCartPaymentBySubscription(java.lang.String subscriptionId) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.data
Methods in de.hybris.platform.acceleratorservices.payment.data that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelPaymentSubscriptionResultItem. getStoredCard()Methods in de.hybris.platform.acceleratorservices.payment.data with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidPaymentSubscriptionResultItem. setStoredCard(CreditCardPaymentInfoModel storedCard) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.impl
Methods in de.hybris.platform.acceleratorservices.payment.impl with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description PaymentDataDefaultAcceleratorPaymentService. beginHopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress)PaymentDataDefaultAcceleratorPaymentService. beginSopCreatePaymentSubscription(java.lang.String siteName, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customer, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.acceleratorservices.payment.strategies
Methods in de.hybris.platform.acceleratorservices.payment.strategies that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelCreditCardPaymentInfoCreateStrategy. createCreditCardPaymentInfo(SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfo, AddressModel billingAddress, CustomerModel customerModel, boolean saveInAccount)CreditCardPaymentInfoModelCreditCardPaymentInfoCreateStrategy. saveSubscription(CustomerModel customerModel, CustomerInfoData customerInfoData, SubscriptionInfoData subscriptionInfo, PaymentInfoData paymentInfoData, boolean saveInAccount)Methods in de.hybris.platform.acceleratorservices.payment.strategies with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description CreateSubscriptionRequestCreateSubscriptionRequestStrategy. createSubscriptionRequest(java.lang.String siteName, java.lang.String requestUrl, java.lang.String responseUrl, java.lang.String merchantCallbackUrl, CustomerModel customerModel, CreditCardPaymentInfoModel cardInfo, AddressModel paymentAddress) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.assistedservicestorefront.customer360.populators
Methods in de.hybris.platform.assistedservicestorefront.customer360.populators that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>CustomerProfileDataPopulator. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.assistedservicestorefront.customer360.populators with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidCustomerProfileDataPopulator. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.cissapdigitalpayment.service
Methods in de.hybris.platform.cissapdigitalpayment.service that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelSapDigitalPaymentService. createPaymentSubscription(CCPaymentInfoData paymentInfoData, java.util.Map<java.lang.String,java.lang.Object> params)creates payment subscriptionMethod parameters in de.hybris.platform.cissapdigitalpayment.service with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description CisSapDigitalPaymentCardDeletionRequestListSapDigitalPaymentCustomerAccountService. createDeleteCardRequestList(java.util.List<CreditCardPaymentInfoModel> creditCardPaymentInfoList)Create delete card request list -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultSapDigitalPaymentService. createPaymentSubscription(CCPaymentInfoData paymentInfoData, java.util.Map<java.lang.String,java.lang.Object> params)Creates a payment subscription and returns theCreditCardPaymentInfoModelMethods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultSapDigitalPaymentCustomerAccountService. unlinkCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo)Unlink the credit card payment info from the customer.Method parameters in de.hybris.platform.cissapdigitalpayment.service.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description CisSapDigitalPaymentCardDeletionRequestListDefaultSapDigitalPaymentCustomerAccountService. createDeleteCardRequestList(java.util.List<CreditCardPaymentInfoModel> creditCardPaymentInfoList)Create delete card request list from CreditCardPaymentInfo List -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>DefaultCustomerFacade. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.commercefacades.customer.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultCustomerFacade. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>AbstractOrderPopulator. getCreditCardPaymentInfoConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidCreditCardPaymentInfoPopulator. populate(CreditCardPaymentInfoModel source, CCPaymentInfoData target)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidAbstractOrderPopulator. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>DefaultCheckoutFacade. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultCheckoutFacade. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commercefacades.user.converters.populator
Methods in de.hybris.platform.commercefacades.user.converters.populator with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidCCPaymentInfoReversePopulator. populate(CCPaymentInfoData ccPaymentInfoData, CreditCardPaymentInfoModel cardPaymentInfoModel) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commercefacades.user.impl
Methods in de.hybris.platform.commercefacades.user.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Populator<CCPaymentInfoData,CreditCardPaymentInfoModel>DefaultUserFacade. getCardPaymentInfoReversePopulator()protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>DefaultUserFacade. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.commercefacades.user.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultUserFacade. setCardPaymentInfoReversePopulator(Populator<CCPaymentInfoData,CreditCardPaymentInfoModel> cardPaymentInfoReversePopulator)voidDefaultUserFacade. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelCustomerAccountService. createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, java.lang.String titleCode, java.lang.String paymentProvider, boolean saveInAccount)Creates a payment subscription using specifiedpaymentProvider.CreditCardPaymentInfoModelCustomerAccountService. getCreditCardPaymentInfoForCode(CustomerModel customerModel, java.lang.String code)Retrieves the customer's credit card payment info given its codeMethods in de.hybris.platform.commerceservices.customer that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description java.util.List<CreditCardPaymentInfoModel>CustomerAccountService. getCreditCardPaymentInfos(CustomerModel customerModel, boolean saved)Retrieves the customer's list of credit card payment information.Methods in de.hybris.platform.commerceservices.customer with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidCustomerAccountService. deleteCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo)Delete credit card payment info.voidCustomerAccountService. unlinkCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo)Deprecated.Since 6.7. -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commerceservices.customer.dao
Methods in de.hybris.platform.commerceservices.customer.dao that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelCustomerAccountDao. findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, java.lang.String code)Retrieves the customer's credit card payment infoMethods in de.hybris.platform.commerceservices.customer.dao that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description java.util.List<CreditCardPaymentInfoModel>CustomerAccountDao. findCreditCardPaymentInfosByCustomer(CustomerModel customerModel, boolean saved)Retrieves the customer's list of credit card payment infos -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commerceservices.customer.dao.impl
Methods in de.hybris.platform.commerceservices.customer.dao.impl that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCustomerAccountDao. findCreditCardPaymentInfoByCustomer(CustomerModel customerModel, java.lang.String code)Methods in de.hybris.platform.commerceservices.customer.dao.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description java.util.List<CreditCardPaymentInfoModel>DefaultCustomerAccountDao. findCreditCardPaymentInfosByCustomer(CustomerModel customerModel, boolean saved) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return CreditCardPaymentInfoModel Modifier and Type Method Description CreditCardPaymentInfoModelDefaultCustomerAccountService. createPaymentSubscription(CustomerModel customerModel, CardInfo cardInfo, BillingInfo billingInfo, java.lang.String titleCode, java.lang.String paymentProvider, boolean saveInAccount)CreditCardPaymentInfoModelDefaultCustomerAccountService. getCreditCardPaymentInfoForCode(CustomerModel customerModel, java.lang.String code)Methods in de.hybris.platform.commerceservices.customer.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description java.util.List<CreditCardPaymentInfoModel>DefaultCustomerAccountService. getCreditCardPaymentInfos(CustomerModel customerModel, boolean saved)Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultCustomerAccountService. deleteCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo)voidDefaultCustomerAccountService. unlinkCCPaymentInfo(CustomerModel customerModel, CreditCardPaymentInfoModel creditCardPaymentInfo)Deprecated.Since 6.7. -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.integration.cis.subscription.facades.impl
Methods in de.hybris.platform.integration.cis.subscription.facades.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>DefaultCisSubscriptionFacade. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.integration.cis.subscription.facades.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidDefaultCisSubscriptionFacade. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.ordermanagementfacades.payment.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.payment.converters.populator that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CCPaymentInfoData,CreditCardPaymentInfoModel>PaymentTransactionReversePopulator. getCardPaymentInfoReverseConverter()Method parameters in de.hybris.platform.ordermanagementfacades.payment.converters.populator with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidPaymentTransactionReversePopulator. setCardPaymentInfoReverseConverter(Converter<CCPaymentInfoData,CreditCardPaymentInfoModel> cardPaymentInfoReverseConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.subscriptionfacades.impl
Methods in de.hybris.platform.subscriptionfacades.impl that return types with arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected Converter<CreditCardPaymentInfoModel,CCPaymentInfoData>AbstractSubscriptionFacade. getCreditCardPaymentInfoConverter()Method parameters in de.hybris.platform.subscriptionfacades.impl with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description voidAbstractSubscriptionFacade. setCreditCardPaymentInfoConverter(Converter<CreditCardPaymentInfoModel,CCPaymentInfoData> creditCardPaymentInfoConverter) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description voidCreditCardPaymentInfoPopulator. populate(CreditCardPaymentInfoModel source, CCPaymentInfoData target) -
Uses of CreditCardPaymentInfoModel in de.hybris.platform.yacceleratortest.orders
Methods in de.hybris.platform.yacceleratortest.orders with parameters of type CreditCardPaymentInfoModel Modifier and Type Method Description protected booleanAcceleratorTestOrderData. matchesCardInfo(CreditCardPaymentInfoModel storedCard, CardInfo cardInfo)Method parameters in de.hybris.platform.yacceleratortest.orders with type arguments of type CreditCardPaymentInfoModel Modifier and Type Method Description protected booleanAcceleratorTestOrderData. containsCardInfo(java.util.List<CreditCardPaymentInfoModel> storedCards, CardInfo cardInfo)
-