Class TransportBundlesController

java.lang.Object
de.hybris.platform.coretravelcommonsocc.controllers.TravelBaseController
de.hybris.platform.coretransportocc.controllers.TransportBundlesController

@Controller @RequestMapping("/{baseSiteId}") public class TransportBundlesController extends TravelBaseController
Web Service Transport Bundles Controller for services related to the bundle.
  • Constructor Details

    • TransportBundlesController

      public TransportBundlesController()
  • Method Details

    • getTransportBundleById

      @Secured({"ROLE_CLIENT","ROLE_GUEST","ROLE_CUSTOMERGROUP","ROLE_CUSTOMERMANAGERGROUP","ROLE_TRUSTED_CLIENT"}) @RequestMapping(value="/catalogs/{catalogId}/transportBundles/{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