Uses of Interface
de.hybris.platform.commerceservices.order.CommerceDeliveryModeValidationStrategy
-
Packages that use CommerceDeliveryModeValidationStrategy Package Description de.hybris.platform.commerceservices.order.impl -
-
Uses of CommerceDeliveryModeValidationStrategy in de.hybris.platform.commerceservices.order.impl
Classes in de.hybris.platform.commerceservices.order.impl that implement CommerceDeliveryModeValidationStrategy Modifier and Type Class Description class
DefaultCommerceDeliveryModeValidationStrategy
Methods in de.hybris.platform.commerceservices.order.impl that return CommerceDeliveryModeValidationStrategy Modifier and Type Method Description protected CommerceDeliveryModeValidationStrategy
DefaultCommerceCheckoutService. getCommerceDeliveryModeValidationStrategy()
protected CommerceDeliveryModeValidationStrategy
DefaultCommerceDeliveryAddressStrategy. getCommerceDeliveryModeValidationStrategy()
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type CommerceDeliveryModeValidationStrategy Modifier and Type Method Description void
DefaultCommerceCheckoutService. setCommerceDeliveryModeValidationStrategy(CommerceDeliveryModeValidationStrategy commerceDeliveryModeValidationStrategy)
void
DefaultCommerceDeliveryAddressStrategy. setCommerceDeliveryModeValidationStrategy(CommerceDeliveryModeValidationStrategy commerceDeliveryModeValidationStrategy)
-