Class DefaultSeatMapJsonResponsePipelineManager
java.lang.Object
de.hybris.platform.travelseatmapservices.jsonresponse.manager.impl.DefaultSeatMapJsonResponsePipelineManager
- All Implemented Interfaces:
SeatMapJsonResponsePipelineManager
public class DefaultSeatMapJsonResponsePipelineManager
extends Object
implements SeatMapJsonResponsePipelineManager
Pipeline Manager class that will return a
SeatMapJSONObject after executing a list of handlers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(String vehicleCode) Execute pipeline seatMapJSONObject.protected de.hybris.platform.servicelayer.config.ConfigurationServiceprotected List<SeatmapJsonObjectHandler>voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) voidsetHandlers(List<SeatmapJsonObjectHandler> handlers)
-
Constructor Details
-
DefaultSeatMapJsonResponsePipelineManager
public DefaultSeatMapJsonResponsePipelineManager()
-
-
Method Details
-
executePipeline
Description copied from interface:SeatMapJsonResponsePipelineManagerExecute pipeline seatMapJSONObject.- Specified by:
executePipelinein interfaceSeatMapJsonResponsePipelineManager
-
getConfigurationService
protected de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService()- Returns:
- the configurationService
-
getHandlers
- Returns:
- the handlers
-
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) - Parameters:
configurationService- the configurationService to set
-
setHandlers
- Parameters:
handlers- the handlers to set
-