All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JBMSTours.triggers.TriggerActions
public TriggerActions()
public static void deleteOrRedoHotelBooking(Connection conn, Date today) throws SQLException
This is a very complex action. If a hotel is deleted, check to see if there are any future bookings for that hotel. If so, automatically rebook those tours for a different (valid) hotel before deleting the hotel.
public static void deleteRelatedHotels(Connection conn) throws Throwable
public static void deleteRelatedHotels2(Connection conn) throws Throwable
public static void showNewBookings(Connection conn) throws SQLException
public static void auditCities(Connection conn1, String user) throws Throwable
public static void hotelChanged(Connection conn) throws Throwable
public static void cityChanged() throws Throwable
All Packages Class Hierarchy This Package Previous Next Index