Interface QuoteUserIdentificationStrategy
-
- All Known Implementing Classes:
AssistedServiceQuoteUserIdentificationStrategy,DefaultQuoteUserIdentificationStrategy
public interface QuoteUserIdentificationStrategyStrategy to help return the current user that is acting on a quote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserModelgetCurrentQuoteUser()Gets the current quote user.
-
-
-
Method Detail
-
getCurrentQuoteUser
UserModel getCurrentQuoteUser()
Gets the current quote user. By default this will be the current session user.- Returns:
- the current quote user
-
-