Reservation Events

The following events are located in the curam.reservation.impl.Reservation interface.

Table 1. Reservation Event Details.

This table describes Reservation Events

Event Class

Description

Event is raised before and after

ReservationExpireEvents Raised when a reservation is expired. curam.reservation.impl.Reservation.expire()
ReservationCreateReservationEvents Raised when a reservation is created. curam.reservation.impl.Reservation.createReservation ()
ReservationConfirmPlacementEvents Raised when a placement is created from a reservation. curam.reservation.impl.Reservation.confirmPlacement ()
ReservationUpdateReservationEvents Raised when a reservation is updated. curam.reservation.impl.Reservation.updateReservation ()
ReservationCancelOverlappingActiveReservationsEvents Raised when overlapping active reservations are cancelled. curam.reservation.impl.Reservation.cancelOverlappingActiveReservations ()
ReservationGetPlaceAvailableInDateRangeEvents Raised when available placements in the given date range are retrieved. curam.reservation.impl.Reservation.getPlaceAvailableInDateRange ()