Class DefaultCommerceCustomerSupportService
- java.lang.Object
-
- de.hybris.platform.assistedserviceservices.impl.DefaultCommerceCustomerSupportService
-
- All Implemented Interfaces:
CommerceCustomerSupportService
public class DefaultCommerceCustomerSupportService extends java.lang.Object implements CommerceCustomerSupportService
This implementation returns actual data fromDefaultAssistedServiceService.
-
-
Constructor Summary
Constructors Constructor Description DefaultCommerceCustomerSupportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserModelgetAgent()Returns Agent if Customer Support mode is on.protected AssistedServiceServicegetAssistedServiceService()UserModelgetEmulatedCustomer()Returns Emulated Customer if Customer Support mode is on and any Customer is emulated.booleanisCustomerSupportAgentActive()Returns true if Customer Support mode is on (Customer Support Agent is active).voidsetAssistedServiceService(AssistedServiceService assistedServiceService)
-
-
-
Method Detail
-
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
public UserModel 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
public UserModel getAgent()
Description copied from interface:CommerceCustomerSupportServiceReturns Agent if Customer Support mode is on.- Specified by:
getAgentin interfaceCommerceCustomerSupportService- Returns:
- UserModel
-
getAssistedServiceService
protected AssistedServiceService getAssistedServiceService()
-
setAssistedServiceService
public void setAssistedServiceService(AssistedServiceService assistedServiceService)
-
-