Class CustomerEmulationParams
java.lang.Object
de.hybris.platform.assistedserviceservices.utils.CustomerEmulationParams
- All Implemented Interfaces:
Serializable
Class represents deep link parameters for saving in session.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomerEmulationParams(String userId, String cartId) CustomerEmulationParams(String userId, String cartId, String orderId) -
Method Summary
-
Constructor Details
-
CustomerEmulationParams
-
CustomerEmulationParams
-
-
Method Details
-
getUserId
- Returns:
- the userId
-
getCartId
- Returns:
- the cartId
-
getOrderId
- Returns:
- the orderId
-