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 class
BundleCurrentFactoryFindPricingStrategy
Override of pricing strategies to involve bundle discounts.class
FindBundlePricingWithCurrentPriceFactoryStrategy
This 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 void
DefaultCartFactory. 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 class
FindPricingWithCurrentPriceFactoryStrategy
Default 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 void
PriceFactorySwitcher. 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 class
DefaultSLUserNetCheckingStrategy
The 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 void
DefaultPriceService. setUserNetCheckingStrategy(UserNetCheckingStrategy userNetCheckingStrategy)
-
Uses of UserNetCheckingStrategy in de.hybris.platform.sap.productconfig.services.impl
Classes in de.hybris.platform.sap.productconfig.services.impl that implement UserNetCheckingStrategy Modifier and Type Class Description class
FindPricingForConfigurableProductsStrategy
CPQ specific sub-class of theFindPricingWithCurrentPriceFactoryStrategy
. -
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 class
FindSubscriptionPricingWithCurrentPriceFactoryStrategy
This strategy should replace the FindPricingWithCurrentPriceFactoryStrategy and implements the price/discount finding strategy forProductModel
s.
-