Class AssistedServiceQuoteUserIdentificationStrategy
java.lang.Object
de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteUserIdentificationStrategy
de.hybris.platform.assistedserviceservices.strategy.AssistedServiceQuoteUserIdentificationStrategy
- All Implemented Interfaces:
QuoteUserIdentificationStrategy
public class AssistedServiceQuoteUserIdentificationStrategy
extends DefaultQuoteUserIdentificationStrategy
The Class AssistedServiceQuoteUserTypeIdentificationStrategy.
Return the ASM agent if there is a ASM session.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AssistedServiceServiceGets the current quote user.protected QuoteUserTypeIdentificationStrategyvoidsetAssistedServiceService(AssistedServiceService assistedServiceService) voidsetQuoteUserTypeIdentificationStrategy(QuoteUserTypeIdentificationStrategy quoteUserTypeIdentificationStrategy) Methods inherited from class de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteUserIdentificationStrategy
getUserService, setUserService
-
Constructor Details
-
AssistedServiceQuoteUserIdentificationStrategy
public AssistedServiceQuoteUserIdentificationStrategy()
-
-
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- Overrides:
getCurrentQuoteUserin classDefaultQuoteUserIdentificationStrategy- Returns:
- the current quote user
-
getAssistedServiceService
-
setAssistedServiceService
-
getQuoteUserTypeIdentificationStrategy
-
setQuoteUserTypeIdentificationStrategy
public void setQuoteUserTypeIdentificationStrategy(QuoteUserTypeIdentificationStrategy quoteUserTypeIdentificationStrategy)
-