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 Constructor Description AssistedServiceQuoteUserIdentificationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AssistedServiceServicegetAssistedServiceService()UserModelgetCurrentQuoteUser()Gets the current quote user.protected QuoteUserTypeIdentificationStrategygetQuoteUserTypeIdentificationStrategy()voidsetAssistedServiceService(AssistedServiceService assistedServiceService)voidsetQuoteUserTypeIdentificationStrategy(QuoteUserTypeIdentificationStrategy quoteUserTypeIdentificationStrategy)-
Methods inherited from class de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteUserIdentificationStrategy
getUserService, setUserService
-
-
-
-
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- Overrides:
getCurrentQuoteUserin classDefaultQuoteUserIdentificationStrategy- Returns:
- the current quote user
-
getAssistedServiceService
protected AssistedServiceService getAssistedServiceService()
-
setAssistedServiceService
public void setAssistedServiceService(AssistedServiceService assistedServiceService)
-
getQuoteUserTypeIdentificationStrategy
protected QuoteUserTypeIdentificationStrategy getQuoteUserTypeIdentificationStrategy()
-
setQuoteUserTypeIdentificationStrategy
public void setQuoteUserTypeIdentificationStrategy(QuoteUserTypeIdentificationStrategy quoteUserTypeIdentificationStrategy)
-
-