The following events are located in the curam.place.impl.Placement interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| PlacementTransferClientEvents | Raised when a client is transferred to a new Place. | curam.place.impl.Placement.transferClient() |
| PlacementTransferClientToReservationEvents | Raised when a client is transferred to a new Place and a reservation is created for the new Place. | curam.place.impl.Placement.transferClientToReservation() |
| PlacementGetOverlappingPlacementForClientEvents | Raised when overlapping Placement details for a client are retrieved. | curam.place.impl.Placement.getOverlappingPlacementForClient() |
The following events are located in the curam.place.impl.FacilityInformation interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| FacilityInformationRetrieveFacilityInformationEvents | Raised when the the list of facility information for a Provider, service (or) provider type is retrieved. | curam.place.impl.FacilityInformation.retrieveFacilityInformation() |
The following events are located in the curam.place.impl.PlaceSearch interface.
Event Class |
Description |
Event is raised before and after |
|---|---|---|
| PlaceSearchSearchAvailablePlacesEvents | Raised when an available Places in a Provider facility is searched. | curam.place.impl.PlaceSearch.searchAvailablePlaces() |