Class DefaultSLUserNetCheckingStrategy

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSLUserNetCheckingStrategy

        public DefaultSLUserNetCheckingStrategy()
    • Method Detail

      • isNetUser

        public boolean isNetUser​(UserModel user)
        Description copied from interface: UserNetCheckingStrategy
        Implement this to define whether a user should be treated as net or gross customer.
        Specified by:
        isNetUser in interface UserNetCheckingStrategy
        Returns:
        true, if the given user is treated as a net customer