| Package | Description |
|---|---|
| org.glassfish.jersey.examples.flight.internal | |
| org.glassfish.jersey.examples.flight.resources |
| Modifier and Type | Method and Description |
|---|---|
static Flight |
DataStore.removeFlight(String id) |
static Flight |
DataStore.selectFlight(String id) |
static Flight |
DataStore.selectFlightByAircraft(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<Flight> |
DataStore.selectAllFlights() |
static List<Flight> |
DataStore.selectOpenFlights() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataStore.addFlight(Flight flight) |
| Modifier and Type | Method and Description |
|---|---|
Flight |
FlightsResource.create(Integer aircraftId) |
Flight |
FlightsResource.get(String flightId) |
Flight |
FlightsResource.getAsHtml(String flightId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Flight> |
FlightsResource.list() |
Collection<Flight> |
FlightsResource.listAsHtml() |
Collection<Flight> |
FlightsResource.listAsYaml() |
Collection<Flight> |
FlightsResource.listOpen() |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.