Class DefaultSLUserNetCheckingStrategy
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.impl.servicelayer.DefaultSLUserNetCheckingStrategy
-
- All Implemented Interfaces:
UserNetCheckingStrategy
public class DefaultSLUserNetCheckingStrategy extends java.lang.Object implements UserNetCheckingStrategy
The default SL implementation of theUserNetCheckingStrategy.
-
-
Constructor Summary
Constructors Constructor Description DefaultSLUserNetCheckingStrategy()
-
Method Summary
All Methods Instance Methods Concrete 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
public boolean isNetUser(UserModel user)
Description copied from interface:UserNetCheckingStrategyImplement this to define whether a user should be treated as net or gross customer.- Specified by:
isNetUserin interfaceUserNetCheckingStrategy- Returns:
- true, if the given user is treated as a net customer
-
-