Uses of Interface
de.hybris.platform.servicelayer.user.UserNetCheckingStrategy
-
-
Uses of UserNetCheckingStrategy in de.hybris.platform.configurablebundleservices.bundle.impl
Classes in de.hybris.platform.configurablebundleservices.bundle.impl that implement UserNetCheckingStrategy Modifier and Type Class Description classBundleCurrentFactoryFindPricingStrategyOverride of pricing strategies to involve bundle discounts.classFindBundlePricingWithCurrentPriceFactoryStrategyThis strategy should replace the FindPricingWithCurrentPriceFactoryStrategy and will change the discount calculation for bundle entries based on the bundle rules. -
Uses of UserNetCheckingStrategy in de.hybris.platform.order.impl
Methods in de.hybris.platform.order.impl with parameters of type UserNetCheckingStrategy Modifier and Type Method Description voidDefaultCartFactory. setUserNetCheckingStrategy(UserNetCheckingStrategy userNetCheckingStrategy) -
Uses of UserNetCheckingStrategy in de.hybris.platform.order.strategies.calculation.impl
Classes in de.hybris.platform.order.strategies.calculation.impl that implement UserNetCheckingStrategy Modifier and Type Class Description classFindPricingWithCurrentPriceFactoryStrategyDefault implementation of price, taxes and discounts resolver strategies (FindPriceStrategy,FindDiscountValuesStrategy,FindTaxValuesStrategy) that resolves values for calculation from current session's price factory. -
Uses of UserNetCheckingStrategy in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal with parameters of type UserNetCheckingStrategy Modifier and Type Method Description voidPriceFactorySwitcher. setUserNetCheckingStrategy(UserNetCheckingStrategy userNetCheckingStrategy) -
Uses of UserNetCheckingStrategy in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Classes in de.hybris.platform.order.strategies.calculation.impl.servicelayer that implement UserNetCheckingStrategy Modifier and Type Class Description classDefaultSLUserNetCheckingStrategyThe default SL implementation of theUserNetCheckingStrategy. -
Uses of UserNetCheckingStrategy in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl with parameters of type UserNetCheckingStrategy Modifier and Type Method Description voidDefaultPriceService. setUserNetCheckingStrategy(UserNetCheckingStrategy userNetCheckingStrategy) -
Uses of UserNetCheckingStrategy in de.hybris.platform.subscriptionservices.subscription.impl
Classes in de.hybris.platform.subscriptionservices.subscription.impl that implement UserNetCheckingStrategy Modifier and Type Class Description classFindSubscriptionPricingWithCurrentPriceFactoryStrategyThis strategy should replace the FindPricingWithCurrentPriceFactoryStrategy and implements the price/discount finding strategy forProductModels.
-