Uses of Class
de.hybris.platform.core.model.order.payment.PaymentInfoModel
-
-
Uses of PaymentInfoModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelDefaultB2BPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated. -
Uses of PaymentInfoModel in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return PaymentInfoModel Modifier and Type Method Description protected PaymentInfoModelDefaultB2BCheckoutFacade. getPaymentInfoModelForClonedCart(OrderModel order)protected PaymentInfoModelDefaultB2BCheckoutFacadeIntegrationTest. getPaymentInfoModelForClonedCart(OrderModel order) -
Uses of PaymentInfoModel in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl
Methods in de.hybris.platform.b2bacceleratorservices.orderscheduling.impl with parameters of type PaymentInfoModel Modifier and Type Method Description protected CartModelB2BAcceleratorScheduleOrderService. cloneCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)CartToOrderCronJobModelB2BAcceleratorScheduleOrderService. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> triggers) -
Uses of PaymentInfoModel in de.hybris.platform.chinesepaymentservices.model
Subclasses of PaymentInfoModel in de.hybris.platform.chinesepaymentservices.model Modifier and Type Class Description classChinesePaymentInfoModelGenerated model class for type ChinesePaymentInfo first defined at extension chinesepaymentservices. -
Uses of PaymentInfoModel in de.hybris.platform.commerceservices.customer
Methods in de.hybris.platform.commerceservices.customer with parameters of type PaymentInfoModel Modifier and Type Method Description voidCustomerAccountService. setDefaultPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel)Sets the defaultpaymentInfoModelfor the specifiedcustomerModel. -
Uses of PaymentInfoModel in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl with parameters of type PaymentInfoModel Modifier and Type Method Description protected voidDefaultCustomerAccountService. addPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel)voidDefaultCustomerAccountService. setDefaultPaymentInfo(CustomerModel customerModel, PaymentInfoModel paymentInfoModel) -
Uses of PaymentInfoModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type PaymentInfoModel Modifier and Type Method Description booleanCommerceCheckoutService. setPaymentInfo(CartModel cartModel, PaymentInfoModel paymentInfoModel)Deprecated.Since 5.2. -
Uses of PaymentInfoModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type PaymentInfoModel Modifier and Type Method Description booleanDefaultCommerceCheckoutService. setPaymentInfo(CartModel cartModel, PaymentInfoModel paymentInfoModel)Deprecated.Since 5.2. -
Uses of PaymentInfoModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelCommerceCheckoutParameter. getPaymentInfo()Methods in de.hybris.platform.commerceservices.service.data with parameters of type PaymentInfoModel Modifier and Type Method Description voidCommerceCheckoutParameter. setPaymentInfo(PaymentInfoModel paymentInfo) -
Uses of PaymentInfoModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelAbstractOrderModel. getPaymentInfo()Generated method - Getter of theAbstractOrder.paymentInfoattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type PaymentInfoModel Modifier and Type Method Description voidAbstractOrderModel. setPaymentInfo(PaymentInfoModel value)Generated method - Setter ofAbstractOrder.paymentInfoattribute defined at extensioncore. -
Uses of PaymentInfoModel in de.hybris.platform.core.model.order.payment
Subclasses of PaymentInfoModel in de.hybris.platform.core.model.order.payment Modifier and Type Class Description classAdvancePaymentInfoModelGenerated model class for type AdvancePaymentInfo first defined at extension core.classCreditCardPaymentInfoModelGenerated model class for type CreditCardPaymentInfo first defined at extension core.classDebitPaymentInfoModelGenerated model class for type DebitPaymentInfo first defined at extension core.classInvoicePaymentInfoModelGenerated model class for type InvoicePaymentInfo first defined at extension core. -
Uses of PaymentInfoModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelCustomerModel. getDefaultPaymentInfo()Generated method - Getter of theCustomer.defaultPaymentInfoattribute defined at extensioncommerceservices.Methods in de.hybris.platform.core.model.user that return types with arguments of type PaymentInfoModel Modifier and Type Method Description java.util.Collection<PaymentInfoModel>UserModel. getPaymentInfos()Generated method - Getter of theUser.paymentInfosattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type PaymentInfoModel Modifier and Type Method Description voidCustomerModel. setDefaultPaymentInfo(PaymentInfoModel value)Generated method - Setter ofCustomer.defaultPaymentInfoattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.core.model.user with type arguments of type PaymentInfoModel Modifier and Type Method Description voidUserModel. setPaymentInfos(java.util.Collection<PaymentInfoModel> value)Generated method - Setter ofUser.paymentInfosattribute defined at extensioncore. -
Uses of PaymentInfoModel in de.hybris.platform.order
Methods in de.hybris.platform.order that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentInfoService. createPaymentInfoForUser(UserModel user, java.lang.String code)Creates a new, not persistedPaymentInfofor the given user with a given code.Methods in de.hybris.platform.order with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelOrderService. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.since ages - Use lightweightOrderService.createOrderFromCart(CartModel)instead or your own implementation of order placement flow. -
Uses of PaymentInfoModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelDefaultPaymentInfoService. createPaymentInfoForUser(UserModel user, java.lang.String code)Methods in de.hybris.platform.order.impl with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelDefaultOrderService. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.since ages -
Uses of PaymentInfoModel in de.hybris.platform.order.strategies
Methods in de.hybris.platform.order.strategies with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated.Place the order for the givencart. -
Uses of PaymentInfoModel in de.hybris.platform.order.strategies.impl
Methods in de.hybris.platform.order.strategies.impl with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelDefaultPlaceOrderStrategy. placeOrder(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Deprecated. -
Uses of PaymentInfoModel in de.hybris.platform.order.strategies.ordercloning
Methods in de.hybris.platform.order.strategies.ordercloning that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order)Clones a payment info and sets the order as the clone's owner.Methods in de.hybris.platform.order.strategies.ordercloning with parameters of type PaymentInfoModel Modifier and Type Method Description PaymentInfoModelOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order)Clones a payment info and sets the order as the clone's owner.booleanOrderPartOfMembersCloningStrategy. paymentInfoNeedsCloning(PaymentInfoModel paymentInfo, OrderModel order)Checks according to business strategies whether given payment info needs to be cloned as a part of order's contract. -
Uses of PaymentInfoModel in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelDefaultOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order)Methods in de.hybris.platform.order.strategies.ordercloning.impl with parameters of type PaymentInfoModel Modifier and Type Method Description PaymentInfoModelDefaultOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order)booleanDefaultOrderPartOfMembersCloningStrategy. paymentInfoNeedsCloning(PaymentInfoModel paymentInfo, OrderModel order) -
Uses of PaymentInfoModel in de.hybris.platform.orderscheduling
Methods in de.hybris.platform.orderscheduling with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelOrderUtility. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)Creates the order from cart.CartToOrderCronJobModelScheduleOrderService. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> trigger)Creates the order from cart cron job. -
Uses of PaymentInfoModel in de.hybris.platform.orderscheduling.impl
Methods in de.hybris.platform.orderscheduling.impl with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelDefaultOrderUtilityImpl. createOrderFromCart(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo)CartToOrderCronJobModelDefaultScheduleOrderServiceImpl. createOrderFromCartCronJob(CartModel cart, AddressModel deliveryAddress, AddressModel paymentAddress, PaymentInfoModel paymentInfo, java.util.List<TriggerModel> triggers) -
Uses of PaymentInfoModel in de.hybris.platform.orderscheduling.model
Methods in de.hybris.platform.orderscheduling.model that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelCartToOrderCronJobModel. getPaymentInfo()Generated method - Getter of theCartToOrderCronJob.paymentInfoattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderscheduling.model with parameters of type PaymentInfoModel Modifier and Type Method Description voidCartToOrderCronJobModel. setPaymentInfo(PaymentInfoModel value)Generated method - Setter ofCartToOrderCronJob.paymentInfoattribute defined at extensionbasecommerce. -
Uses of PaymentInfoModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentTransactionModel. getInfo()Generated method - Getter of thePaymentTransaction.infoattribute defined at extensionpayment.Methods in de.hybris.platform.payment.model with parameters of type PaymentInfoModel Modifier and Type Method Description voidPaymentTransactionModel. setInfo(PaymentInfoModel value)Generated method - Setter ofPaymentTransaction.infoattribute defined at extensionpayment. -
Uses of PaymentInfoModel in de.hybris.platform.payment.order.strategies.impl
Methods in de.hybris.platform.payment.order.strategies.impl that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order)Methods in de.hybris.platform.payment.order.strategies.impl with parameters of type PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentOrderPartOfMembersCloningStrategy. clonePaymentInfoForOrder(PaymentInfoModel paymentInfo, OrderModel order) -
Uses of PaymentInfoModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type PaymentInfoModel Modifier and Type Method Description protected voidDefaultSAPRevenueCloudSubscriptionOrderPopulator. addPaymentDetalsForSubscriptionOrder(PaymentInfoModel paymentInfoModel, SubscriptionOrder subscriptionOrder)Add extract payment details fromPaymentInfoModeland populateSubscriptionOrder -
Uses of PaymentInfoModel in de.hybris.platform.sap.saprevenuecloudorder.service.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.service.impl with parameters of type PaymentInfoModel Modifier and Type Method Description protected voidSapRevenueCloudOrderConversionService. populatePaymentDetails(SAPCpiOutboundOrderModel sapCpiOutboundOrder, PaymentInfoModel paymentInfoModel) -
Uses of PaymentInfoModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentInfoModelBuilder. build()Methods in de.hybris.platform.warehousing.util.builder with parameters of type PaymentInfoModel Modifier and Type Method Description OrderModelBuilderOrderModelBuilder. withPaymentInfo(PaymentInfoModel paymentInfo) -
Uses of PaymentInfoModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return PaymentInfoModel Modifier and Type Method Description PaymentInfoModelPaymentInfos. PaymentInfoForNancy(java.lang.String code)
-