Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To access the individual results, call getResults() on the Collection.

Return value: B25.SearchResult.Collection

...

getForm

Code Block
B25.Form getForm()

Returns the Form object that the user has performed the search on. This can be useful to get more information about the other fields that have been filled in on the reservation, using the Form.getReservation method.

Return value: B25.Form

...

getConditions

Code Block
List<String> getConditions()

...