Class SeatmapJsonObjectAvailabilityHandler
java.lang.Object
de.hybris.platform.travelseatmapservices.seatmap.response.handlers.impl.SeatmapJsonObjectAvailabilityHandler
- All Implemented Interfaces:
SeatmapJsonObjectHandler
public class SeatmapJsonObjectAvailabilityHandler
extends Object
implements SeatmapJsonObjectHandler
This checks if the seatMapJsonObject consist of all required information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(String seatMapPath, SeatMapJSONObject seatMapJsonObject) This populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath
-
Constructor Details
-
SeatmapJsonObjectAvailabilityHandler
public SeatmapJsonObjectAvailabilityHandler()
-
-
Method Details
-
handle
Description copied from interface:SeatmapJsonObjectHandlerThis populates the seatMapJsonObject with the SVG and CSS based on the files on seatMapPath- Specified by:
handlein interfaceSeatmapJsonObjectHandler
-