Uses of Class
org.glassfish.jersey.examples.flight.model.Flight

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()
           
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.