Interface UserNetCheckingStrategy
-
- All Known Implementing Classes:
BundleCurrentFactoryFindPricingStrategy,DefaultSLUserNetCheckingStrategy,FindBundlePricingWithCurrentPriceFactoryStrategy,FindPricingForConfigurableProductsStrategy,FindPricingWithCurrentPriceFactoryStrategy,FindSubscriptionPricingWithCurrentPriceFactoryStrategy
public interface UserNetCheckingStrategyThe Interface for defining whether a user should be treated as a net or a gross customer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNetUser(UserModel user)Implement this to define whether a user should be treated as net or gross customer.
-
-
-
Method Detail
-
isNetUser
boolean isNetUser(UserModel user)
Implement this to define whether a user should be treated as net or gross customer.- Returns:
- true, if the given user is treated as a net customer
-
-