Package com.rosivanyshyn.controller.other.booking
package com.rosivanyshyn.controller.other.booking
This is booking controllers package.
CreateBookingController - to add new booking to database and redirect to apartments JSP
DeleteBookingController - to delete booking from database and redirect to apartments JSP
GetAllBookingController - to get all users bookings (paginated)(for moderator request) and forward to all bookings JSP
GetCreateBookingFormController - to get JSP form for create new booking by apartment id
GetFewBookingController - to get current user bookings (paginated) and forward to bookings JSP
PaymentForBookingController - to make payment for specific booking
-
ClassesClassDescriptionCreate Booking Controller class.Delete Booking Controller class.Delete Booking Controller class.Get Create Booking Form Controller class.Get Few Booking Controller class.Payment For Booking Controller class.