Interface QuoteUserTypeIdentificationStrategy

    • Method Detail

      • getCurrentQuoteUserType

        java.util.Optional<QuoteUserType> getCurrentQuoteUserType​(UserModel userModel)
        Returns the QuoteUserType of the current user.
        Parameters:
        userModel - user for which to get the quote user type
        Returns:
        the QuoteUserType of the given user
        Throws:
        java.lang.IllegalArgumentException - if the user model is null