Class MyReservationsApp

java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.reservation.MyReservationsApp
All Implemented Interfaces:
WebjetComponentInterface

public class MyReservationsApp extends WebjetComponentAbstract
  • Constructor Details

  • Method Details

    • init

      public void init(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Description copied from class: WebjetComponentAbstract
      Initialization method for custom component initialization Called every time a component is inserted into the page
      Specified by:
      init in interface WebjetComponentInterface
      Overrides:
      init in class WebjetComponentAbstract
    • getAppOptions

      public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, jakarta.servlet.http.HttpServletRequest request)
      Description copied from class: WebjetComponentAbstract
      Returns list of options for app editor in webpage
      Specified by:
      getAppOptions in interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • view

      public String view(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • deleteReservation

      public String deleteReservation(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • getSelectedReservationObjectId

      public Integer getSelectedReservationObjectId()
    • getReservationObjectRepository

      public ReservationObjectRepository getReservationObjectRepository()
    • setSelectedReservationObjectId

      public void setSelectedReservationObjectId(Integer selectedReservationObjectId)
    • setReservationObjectRepository

      public void setReservationObjectRepository(ReservationObjectRepository reservationObjectRepository)