Package | Description |
---|---|
edu.wisc.cae.emsclient | |
edu.wisc.cae.emsclient.model |
Modifier and Type | Method and Description |
---|---|
BookingDetail |
EmsClient.getBooking(int bookingID)
Get the details for the specified booking ID
|
Modifier and Type | Method and Description |
---|---|
List<BookingDetail> |
EmsClient.getAllBookings(Date startDate,
Date endDate,
int buildingID,
boolean viewComboRoomComponents)
Get all bookings for a building for the specified date range.
|
List<BookingDetail> |
EmsClient.getAllBookings2(Date startDate,
Date endDate,
int buildingID,
boolean viewComboRoomComponents,
int udfDefID,
String udfValue)
Get all bookings for the specified date range and buillding.
|
List<BookingDetail> |
EmsClient.getAllRoomBookings(Date startDate,
Date endDate,
int roomID,
boolean viewComboRoomComponents)
Search for all bookings in the specified room
|
List<BookingDetail> |
EmsClient.getBookings(Date startDate,
Date endDate,
List<Integer> buildings,
List<Integer> statuses,
List<Integer> eventTypes,
List<Integer> groupTypes,
boolean viewComboRoomComponents)
Returns a list of bookings based on the filters provided
If a specific filter that is optional and not needed to be filtered
on, send a null parameter in.
|
List<BookingDetail> |
EmsClient.getBookings2(int reservationID,
Date startDate,
Date endDate,
List<Integer> buildings,
List<Integer> statusTypes,
List<Integer> eventTypes,
List<Integer> groupTypes,
boolean viewComboRoomComponents)
Returns a list of bookings based on filters provided and Reservation ID
|
List<BookingDetail> |
EmsClient.getChangedBookings(Date startDate,
Date endDate,
List<Integer> rooms,
List<Integer> statuses,
List<Integer> eventTypes,
List<Integer> groupTypes,
boolean viewComboRoomComponents)
This call will return bookings that have been changed between the specified
start/end dates (date changed field search) and the other filters provided.
|
List<BookingDetail> |
EmsClient.getGroupBookings(Date startDate,
Date endDate,
int groupID,
List<Integer> statuses,
List<Integer> statusTypes,
boolean viewComboRoomComponents)
Returns a list of bookings for a group based on filters provided
|
List<BookingDetail> |
EmsClient.getRoomBookings(Date startDate,
Date endDate,
int roomID,
List<Integer> statuses,
List<Integer> eventTypes,
List<Integer> groupTypes,
boolean viewComboRoomComponents)
Returns a list of bookings for a specific room based on filters provided
|
Modifier and Type | Field and Description |
---|---|
protected BookingDetail |
Booking.data |
Modifier and Type | Field and Description |
---|---|
protected List<BookingDetail> |
Bookings.datas |
Modifier and Type | Method and Description |
---|---|
BookingDetail |
ObjectFactory.createBookingDetail()
Create an instance of
BookingDetail |
BookingDetail |
Booking.getData()
Gets the value of the data property.
|
Modifier and Type | Method and Description |
---|---|
List<BookingDetail> |
Bookings.getDatas()
Gets the value of the datas property.
|
Modifier and Type | Method and Description |
---|---|
void |
Booking.setData(BookingDetail value)
Sets the value of the data property.
|
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.