|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Flight | |
|---|---|
| org.glassfish.jersey.examples.flight.internal | |
| org.glassfish.jersey.examples.flight.resources | |
| Uses of Flight in org.glassfish.jersey.examples.flight.internal |
|---|
| Methods in org.glassfish.jersey.examples.flight.internal that return Flight | |
|---|---|
static Flight |
DataStore.removeFlight(String id)
|
static Flight |
DataStore.selectFlight(String id)
|
static Flight |
DataStore.selectFlightByAircraft(Integer id)
|
| Methods in org.glassfish.jersey.examples.flight.internal that return types with arguments of type Flight | |
|---|---|
static List<Flight> |
DataStore.selectAllFlights()
|
static List<Flight> |
DataStore.selectOpenFlights()
|
| Methods in org.glassfish.jersey.examples.flight.internal with parameters of type Flight | |
|---|---|
static boolean |
DataStore.addFlight(Flight flight)
|
| Uses of Flight in org.glassfish.jersey.examples.flight.resources |
|---|
| Methods in org.glassfish.jersey.examples.flight.resources that return Flight | |
|---|---|
Flight |
FlightsResource.create(Integer aircraftId)
|
Flight |
FlightsResource.get(String flightId)
|
Flight |
FlightsResource.getAsHtml(String flightId)
|
| Methods in org.glassfish.jersey.examples.flight.resources that return types with arguments of type Flight | |
|---|---|
Collection<Flight> |
FlightsResource.list()
|
Collection<Flight> |
FlightsResource.listAsHtml()
|
Collection<Flight> |
FlightsResource.listAsYaml()
|
Collection<Flight> |
FlightsResource.listOpen()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||