| Package | Description |
|---|---|
| edu.wisc.cae.emsclient | |
| edu.wisc.cae.emsclient.model |
| Modifier and Type | Method and Description |
|---|---|
List<EMSMessage> |
EmsClient.updateBooking(int bookingID,
Date bookingDate,
Date startTime,
Date endTime,
int statusID,
int roomID)
Updates a single Booking in EMS
|
List<EMSMessage> |
EmsClient.updateBooking2(int bookingID,
Date bookingDate,
Date startTime,
Date endTime,
int statusID,
int roomID,
String eventName)
Updates a single Booking in EMS, includes event name
|
List<EMSMessage> |
EmsClient.updateReservation(int reservationID,
int bookingID,
int webUserID,
int webTemplateID,
int reservationSourceID,
String billingReference)
Updates a single Reservation in EMS
|
| Modifier and Type | Field and Description |
|---|---|
protected List<EMSMessage> |
Messages.messages |
| Modifier and Type | Method and Description |
|---|---|
EMSMessage |
ObjectFactory.createEMSMessage()
Create an instance of
EMSMessage |
| Modifier and Type | Method and Description |
|---|---|
List<EMSMessage> |
Messages.getMessages()
Gets the value of the messages property.
|
Copyright © 2017 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.