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 Object
implements QuoteUserIdentificationStrategy
Default implementation of
QuoteUserIdentificationStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current quote user.protected UserServicevoidsetUserService(UserService userService)
-
Constructor Details
-
DefaultQuoteUserIdentificationStrategy
public DefaultQuoteUserIdentificationStrategy()
-
-
Method Details
-
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
-
setUserService
-