Interface QuoteUserTypeIdentificationStrategy
- All Known Implementing Classes:
DefaultQuoteUserTypeIdentificationStrategy
public interface QuoteUserTypeIdentificationStrategy
Strategy to help return the current user type of user that is acting on a quote
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentQuoteUserType(UserModel userModel) Returns theQuoteUserTypeof the current user.
-
Method Details
-
getCurrentQuoteUserType
Returns theQuoteUserTypeof the current user.- Parameters:
userModel- user for which to get the quote user type- Returns:
- the
QuoteUserTypeof the given user - Throws:
IllegalArgumentException- if the user model is null
-