Class DefaultEncodeSearchUrlToMapPackageStrategy
java.lang.Object
de.hybris.platform.travelfacades.facades.packages.strategies.impl.DefaultEncodeSearchUrlToMapPackageStrategy
- All Implemented Interfaces:
EncodeSearchUrlToMapPackageStrategy
public class DefaultEncodeSearchUrlToMapPackageStrategy
extends Object
implements EncodeSearchUrlToMapPackageStrategy
Concrete implementation of
EncodeSearchUrlToMapPackageStrategy. This class will encode the
CriterionData and FareSearchRequestData from the PackageSearchRequestData into a map having
param as key and value as the param value.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencode(PackageSearchRequestData request) Encode the Package Search Request Data to a map of Strings where the key is the search param and the value is the corresponding value.
-
Constructor Details
-
DefaultEncodeSearchUrlToMapPackageStrategy
public DefaultEncodeSearchUrlToMapPackageStrategy()
-
-
Method Details
-
encode
Description copied from interface:EncodeSearchUrlToMapPackageStrategyEncode the Package 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 interfaceEncodeSearchUrlToMapPackageStrategy- Parameters:
request- the request- Returns:
- the map
-