Interface UserNetCheckingStrategy
-
- All Known Implementing Classes:
BundleCurrentFactoryFindPricingStrategy
,DefaultSLUserNetCheckingStrategy
,FindBundlePricingWithCurrentPriceFactoryStrategy
,FindPricingForConfigurableProductsStrategy
,FindPricingWithCurrentPriceFactoryStrategy
,FindSubscriptionPricingWithCurrentPriceFactoryStrategy
public interface UserNetCheckingStrategy
The 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 boolean
isNetUser(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
-
-