Class AirlineBundlesController

java.lang.Object
de.hybris.platform.coreairlinecommonsocc.controllers.AirlineBaseController
de.hybris.platform.coreairlinecommonsocc.controllers.AirlineBundlesController

@Controller @RequestMapping("/{baseSiteId}/catalogs/{catalogId}/fareBundles") public class AirlineBundlesController extends AirlineBaseController
Web Service Airline Bundles Controller for services related to the bundle.
  • Constructor Details

    • AirlineBundlesController

      public AirlineBundlesController()
  • Method Details

    • getTransportBundleById

      @Secured({"ROLE_CLIENT","ROLE_GUEST","ROLE_CUSTOMERGROUP","ROLE_CUSTOMERMANAGERGROUP","ROLE_TRUSTED_CLIENT"}) @RequestMapping(value="/{bundleId}", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<TravelBundleTemplate> getTransportBundleById(@PathVariable String bundleId, @PathVariable String catalogId)
      This method gets the Bundle for given Bundle Id
      Parameters:
      bundleId - the bundle id
      catalogId - the catalog id
      Returns:
      the TravelBundleTemplateWsDTO