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 UserModel
getAgent()
Returns Agent if Customer Support mode is on.protected AssistedServiceService
getAssistedServiceService()
UserModel
getEmulatedCustomer()
Returns Emulated Customer if Customer Support mode is on and any Customer is emulated.boolean
isCustomerSupportAgentActive()
Returns true if Customer Support mode is on (Customer Support Agent is active).void
setAssistedServiceService(AssistedServiceService assistedServiceService)
-
-
-
Method Detail
-
isCustomerSupportAgentActive
public boolean isCustomerSupportAgentActive()
Description copied from interface:CommerceCustomerSupportService
Returns true if Customer Support mode is on (Customer Support Agent is active).- Specified by:
isCustomerSupportAgentActive
in interfaceCommerceCustomerSupportService
- Returns:
- boolean
-
getEmulatedCustomer
public UserModel getEmulatedCustomer()
Description copied from interface:CommerceCustomerSupportService
Returns Emulated Customer if Customer Support mode is on and any Customer is emulated.- Specified by:
getEmulatedCustomer
in interfaceCommerceCustomerSupportService
- Returns:
- UserModel
-
getAgent
public UserModel getAgent()
Description copied from interface:CommerceCustomerSupportService
Returns Agent if Customer Support mode is on.- Specified by:
getAgent
in interfaceCommerceCustomerSupportService
- Returns:
- UserModel
-
getAssistedServiceService
protected AssistedServiceService getAssistedServiceService()
-
setAssistedServiceService
public void setAssistedServiceService(AssistedServiceService assistedServiceService)
-
-