Class CityLocationCodesResolvingStrategy
java.lang.Object
de.hybris.platform.travelfacades.fare.search.strategies.impl.CityLocationCodesResolvingStrategy
- All Implemented Interfaces:
LocationCodesResolvingStrategy
public class CityLocationCodesResolvingStrategy
extends Object
implements LocationCodesResolvingStrategy
Strategy returning the list of transport facility codes belonging to the city passed as a parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocationCodes(String locationParameter) Returns a list of location codes to be used during fare searchprotected TravelLocationServicevoidsetTravelLocationService(TravelLocationService travelLocationService)
-
Constructor Details
-
CityLocationCodesResolvingStrategy
public CityLocationCodesResolvingStrategy()
-
-
Method Details
-
getLocationCodes
Description copied from interface:LocationCodesResolvingStrategyReturns a list of location codes to be used during fare search- Specified by:
getLocationCodesin interfaceLocationCodesResolvingStrategy- Returns:
-
getTravelLocationService
- Returns:
- travelLocationService
-
setTravelLocationService
- Parameters:
travelLocationService- the travelLocationService to set
-