Class DefaultEncodeSearchUrlToMapStrategy
java.lang.Object
de.hybris.platform.travelfacades.facades.accommodation.strategies.impl.DefaultEncodeSearchUrlToMapStrategy
- All Implemented Interfaces:
EncodeSearchUrlToMapStrategy
public class DefaultEncodeSearchUrlToMapStrategy
extends Object
implements EncodeSearchUrlToMapStrategy
Concrete implementation of
EncodeSearchUrlToMapStrategy. This class will encode the
CriterionData from the
AccommodationSearchRequestData into a map having param as key and value as the param value.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode(AccommodationSearchRequestData request) Encode the Accommodation Search Request Data to a map of Strings where the key is the search param and the value is the corresponding value.
-
Constructor Details
-
DefaultEncodeSearchUrlToMapStrategy
public DefaultEncodeSearchUrlToMapStrategy()
-
-
Method Details
-
encode
Description copied from interface:EncodeSearchUrlToMapStrategyEncode the Accommodation Search Request Data to a map of Strings where the key is the search param and the value is the corresponding value.- Specified by:
encodein interfaceEncodeSearchUrlToMapStrategy- Parameters:
request- the request- Returns:
- the map
-