Uses of Class
de.hybris.platform.core.model.order.payment.PaymentModeModel
-
-
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps
Methods in de.hybris.platform.chinesepaymentaddon.controllers.pages.checkout.steps that return PaymentModeModel Modifier and Type Method Description protected PaymentModeModelChinesePaymentMethodCheckoutStepController. getPaymentModeModel(java.lang.String selectedPaymentCode) -
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentfacades.checkout
Methods in de.hybris.platform.chinesepaymentfacades.checkout with parameters of type PaymentModeModel Modifier and Type Method Description voidChineseCheckoutFacade. setPaymentMode(PaymentModeModel paymentMode)Saves the PaymentMode in the cart. -
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentfacades.checkout.impl
Methods in de.hybris.platform.chinesepaymentfacades.checkout.impl that return types with arguments of type PaymentModeModel Modifier and Type Method Description protected Converter<PaymentModeModel,PaymentModeData>DefaultChineseCheckoutFacade. getPaymentModeConverter()Methods in de.hybris.platform.chinesepaymentfacades.checkout.impl with parameters of type PaymentModeModel Modifier and Type Method Description voidDefaultChineseCheckoutFacade. setPaymentMode(PaymentModeModel paymentMode)Method parameters in de.hybris.platform.chinesepaymentfacades.checkout.impl with type arguments of type PaymentModeModel Modifier and Type Method Description voidDefaultChineseCheckoutFacade. setPaymentModeConverter(Converter<PaymentModeModel,PaymentModeData> paymentModeConverter) -
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentfacades.payment.populator
Methods in de.hybris.platform.chinesepaymentfacades.payment.populator with parameters of type PaymentModeModel Modifier and Type Method Description voidChinesePaymentModePopulator. populate(PaymentModeModel source, PaymentModeData target) -
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentservices.checkout
Methods in de.hybris.platform.chinesepaymentservices.checkout with parameters of type PaymentModeModel Modifier and Type Method Description voidChineseCheckoutService. setPaymentMode(PaymentModeModel paymentMode, CartModel cartModel)Save the PaymentMode information in the cart -
Uses of PaymentModeModel in de.hybris.platform.chinesepaymentservices.checkout.impl
Methods in de.hybris.platform.chinesepaymentservices.checkout.impl with parameters of type PaymentModeModel Modifier and Type Method Description voidDefaultChineseCheckoutService. setPaymentMode(PaymentModeModel paymentMode, CartModel cartModel) -
Uses of PaymentModeModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type PaymentModeModel Modifier and Type Method Description voidPaymentModePopulator. populate(PaymentModeModel source, PaymentModeData target) -
Uses of PaymentModeModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return PaymentModeModel Modifier and Type Method Description PaymentModeModelAbstractOrderModel. getPaymentMode()Generated method - Getter of theAbstractOrder.paymentModeattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type PaymentModeModel Modifier and Type Method Description voidAbstractOrderModel. setPaymentMode(PaymentModeModel value)Generated method - Setter ofAbstractOrder.paymentModeattribute defined at extensioncore. -
Uses of PaymentModeModel in de.hybris.platform.core.model.order.delivery
Methods in de.hybris.platform.core.model.order.delivery that return types with arguments of type PaymentModeModel Modifier and Type Method Description java.util.Collection<PaymentModeModel>DeliveryModeModel. getSupportedPaymentModes()Generated method - Getter of theDeliveryMode.supportedPaymentModesattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.order.delivery with type arguments of type PaymentModeModel Modifier and Type Method Description voidDeliveryModeModel. setSupportedPaymentModes(java.util.Collection<PaymentModeModel> value)Generated method - Setter ofDeliveryMode.supportedPaymentModesattribute defined at extensioncore. -
Uses of PaymentModeModel in de.hybris.platform.order
Methods in de.hybris.platform.order that return PaymentModeModel Modifier and Type Method Description PaymentModeModelPaymentModeService. getPaymentModeForCode(java.lang.String code)Gets thePaymentModeModelwith the specified code.Methods in de.hybris.platform.order that return types with arguments of type PaymentModeModel Modifier and Type Method Description java.util.List<PaymentModeModel>PaymentModeService. getAllPaymentModes()Gets all payment modesMethods in de.hybris.platform.order with parameters of type PaymentModeModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DeliveryModeService. getSupportedDeliveryModes(PaymentModeModel paymentMode)Gets allDeliveryModeModels which are supported for the givenPaymentModeModel. -
Uses of PaymentModeModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type PaymentModeModel Modifier and Type Method Description java.util.List<PaymentModeModel>PaymentModeDao. findAllPaymentModes()Search for all PaymentModesjava.util.List<PaymentModeModel>PaymentModeDao. findPaymentModeForCode(java.lang.String code)Search for PaymentMode by codeMethods in de.hybris.platform.order.daos with parameters of type PaymentModeModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DeliveryModeDao. findDeliveryModeByPaymentMode(PaymentModeModel paymentMode)Finds allDeliveryModeModels supported by givenPaymentModeModel.java.util.List<AbstractOrderModel>OrderDao. findOrdersByPaymentMode(PaymentModeModel paymentMode)Returns orders with the given payment mode. -
Uses of PaymentModeModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type PaymentModeModel Modifier and Type Method Description java.util.List<PaymentModeModel>DefaultPaymentModeDao. findAllPaymentModes()java.util.List<PaymentModeModel>DefaultPaymentModeDao. findPaymentModeForCode(java.lang.String code)Methods in de.hybris.platform.order.daos.impl with parameters of type PaymentModeModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DefaultDeliveryModeDao. findDeliveryModeByPaymentMode(PaymentModeModel paymentMode)java.util.List<AbstractOrderModel>DefaultOrderDao. findOrdersByPaymentMode(PaymentModeModel paymentMode) -
Uses of PaymentModeModel in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl that return PaymentModeModel Modifier and Type Method Description PaymentModeModelDefaultPaymentModeService. getPaymentModeForCode(java.lang.String code)Methods in de.hybris.platform.order.impl that return types with arguments of type PaymentModeModel Modifier and Type Method Description java.util.List<PaymentModeModel>DefaultPaymentModeService. getAllPaymentModes()Methods in de.hybris.platform.order.impl with parameters of type PaymentModeModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DefaultDeliveryModeService. getSupportedDeliveryModes(PaymentModeModel paymentMode) -
Uses of PaymentModeModel in de.hybris.platform.paymentstandard.model
Subclasses of PaymentModeModel in de.hybris.platform.paymentstandard.model Modifier and Type Class Description classStandardPaymentModeModelGenerated model class for type StandardPaymentMode first defined at extension paymentstandard. -
Uses of PaymentModeModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type PaymentModeModel Modifier and Type Method Description protected Converter<PaymentModeModel,PaymentModeRAO>AbstractOrderRaoPopulator. getPaymentModeConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type PaymentModeModel Modifier and Type Method Description protected voidAbstractOrderRaoPopulator. convertAndSetPaymentMode(P target, PaymentModeModel paymentMode)voidPaymentModeRaoPopulator. populate(PaymentModeModel source, PaymentModeRAO target)Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type PaymentModeModel Modifier and Type Method Description voidAbstractOrderRaoPopulator. setPaymentModeConverter(Converter<PaymentModeModel,PaymentModeRAO> paymentModeConverter) -
Uses of PaymentModeModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl that return PaymentModeModel Modifier and Type Method Description PaymentModeModelCartTestContextBuilder. getPaymentModeModel() -
Uses of PaymentModeModel in de.hybris.platform.sap.sapmodel.model
Methods in de.hybris.platform.sap.sapmodel.model that return PaymentModeModel Modifier and Type Method Description PaymentModeModelSAPPaymentModeModel. getPaymentMode()Generated method - Getter of theSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.Methods in de.hybris.platform.sap.sapmodel.model with parameters of type PaymentModeModel Modifier and Type Method Description voidSAPPaymentModeModel. setPaymentMode(PaymentModeModel value)Generated method - Setter ofSAPPaymentMode.paymentModeattribute defined at extensionsapmodel.Constructors in de.hybris.platform.sap.sapmodel.model with parameters of type PaymentModeModel Constructor Description SAPPaymentModeModel(ItemModel _owner, PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.String _paymentValue, SAPConfigurationModel _sapConfiguration)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPPaymentModeModel(PaymentModeModel _paymentMode, java.lang.String _paymentName, java.lang.String _paymentValue)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-