| Package | Description |
|---|---|
| org.glassfish.jersey.examples.flight.internal | |
| org.glassfish.jersey.examples.flight.model | |
| org.glassfish.jersey.examples.flight.resources |
| Modifier and Type | Method and Description |
|---|---|
static Aircraft |
DataStore.removeAircraft(Integer id) |
static Aircraft |
DataStore.selectAircraft(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<Aircraft> |
DataStore.selectAllAircrafts() |
static List<Aircraft> |
DataStore.selectAvailableAircrafts() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataStore.addAircraft(Aircraft aircraft) |
| Modifier and Type | Method and Description |
|---|---|
Aircraft |
Flight.getAircraft() |
| Modifier and Type | Method and Description |
|---|---|
void |
Flight.setAircraft(Aircraft aircraft) |
| Constructor and Description |
|---|
Flight(String id,
Aircraft aircraft) |
| Modifier and Type | Method and Description |
|---|---|
Aircraft |
AircraftsResource.create(String manufacturer,
String type,
Integer capacity,
Integer x,
Integer y) |
Aircraft |
AircraftsResource.get(Integer aircraftId) |
Aircraft |
AircraftsResource.getAsHtml(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Aircraft> |
AircraftsResource.list() |
Collection<Aircraft> |
AircraftsResource.listAsHtml() |
Collection<Aircraft> |
AircraftsResource.listAvailable() |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.