Class TravelAccountPageController


@Controller public class TravelAccountPageController extends AbstractPageController
Extended Controller for home page - adds functionality to AccountPageController
  • Field Details

  • Constructor Details

    • TravelAccountPageController

      public TravelAccountPageController()
  • Method Details

    • getMyBookingsPage

      @RequestMapping(value="/my-account/my-bookings", method=GET) public String getMyBookingsPage(org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • getDisabilityAndMobilityPage

      @RequestMapping(value="/my-account/disability-and-mobility", method=GET) public String getDisabilityAndMobilityPage(org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • updateDisabilityAndMobilityPage

      @RequestMapping(value="/my-account/disability-and-mobility", method=POST) public String updateDisabilityAndMobilityPage(@RequestParam(required=false) String specialAssistance, org.springframework.ui.Model model) throws de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
      Throws:
      de.hybris.platform.cms2.exceptions.CMSItemNotFoundException
    • removeAddress

      @RequestMapping(value="/my-account/remove-account-address", method=POST) public String removeAddress(@RequestParam("addressCode") String addressCode, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)