Class DefaultQuoteUserIdentificationStrategy
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteUserIdentificationStrategy
-
- All Implemented Interfaces:
QuoteUserIdentificationStrategy
- Direct Known Subclasses:
AssistedServiceQuoteUserIdentificationStrategy
public class DefaultQuoteUserIdentificationStrategy extends java.lang.Object implements QuoteUserIdentificationStrategy
Default implementation ofQuoteUserIdentificationStrategy.
-
-
Constructor Summary
Constructors Constructor Description DefaultQuoteUserIdentificationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserModelgetCurrentQuoteUser()Gets the current quote user.protected UserServicegetUserService()voidsetUserService(UserService userService)
-
-
-
Method Detail
-
getCurrentQuoteUser
public UserModel getCurrentQuoteUser()
Description copied from interface:QuoteUserIdentificationStrategyGets the current quote user. By default this will be the current session user.- Specified by:
getCurrentQuoteUserin interfaceQuoteUserIdentificationStrategy- Returns:
- the current quote user
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-