Interface QuoteUserIdentificationStrategy
- All Known Implementing Classes:
AssistedServiceQuoteUserIdentificationStrategy,DefaultQuoteUserIdentificationStrategy
public interface QuoteUserIdentificationStrategy
Strategy to help return the current user that is acting on a quote
-
Method Summary
-
Method Details
-
getCurrentQuoteUser
UserModel getCurrentQuoteUser()Gets the current quote user. By default this will be the current session user.- Returns:
- the current quote user
-