Class DefaultCommerceCustomerSupportService
java.lang.Object
de.hybris.platform.assistedserviceservices.impl.DefaultCommerceCustomerSupportService
- All Implemented Interfaces:
CommerceCustomerSupportService
public class DefaultCommerceCustomerSupportService
extends Object
implements CommerceCustomerSupportService
This implementation returns actual data from
DefaultAssistedServiceService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAgent()Returns Agent if Customer Support mode is on.protected AssistedServiceServiceReturns Emulated Customer if Customer Support mode is on and any Customer is emulated.booleanReturns true if Customer Support mode is on (Customer Support Agent is active).voidsetAssistedServiceService(AssistedServiceService assistedServiceService)
-
Constructor Details
-
DefaultCommerceCustomerSupportService
public DefaultCommerceCustomerSupportService()
-
-
Method Details
-
isCustomerSupportAgentActive
public boolean isCustomerSupportAgentActive()Description copied from interface:CommerceCustomerSupportServiceReturns true if Customer Support mode is on (Customer Support Agent is active).- Specified by:
isCustomerSupportAgentActivein interfaceCommerceCustomerSupportService- Returns:
- boolean
-
getEmulatedCustomer
Description copied from interface:CommerceCustomerSupportServiceReturns Emulated Customer if Customer Support mode is on and any Customer is emulated.- Specified by:
getEmulatedCustomerin interfaceCommerceCustomerSupportService- Returns:
- UserModel
-
getAgent
Description copied from interface:CommerceCustomerSupportServiceReturns Agent if Customer Support mode is on.- Specified by:
getAgentin interfaceCommerceCustomerSupportService- Returns:
- UserModel
-
getAssistedServiceService
-
setAssistedServiceService
-