Uses of Class
org.apache.karaf.examples.blueprint.common.Booking
-
-
Uses of Booking in org.apache.karaf.examples.blueprint.common
Methods in org.apache.karaf.examples.blueprint.common that return Booking Modifier and Type Method Description BookingBookingService. get(Long id)Methods in org.apache.karaf.examples.blueprint.common that return types with arguments of type Booking Modifier and Type Method Description List<Booking>BookingService. list()Methods in org.apache.karaf.examples.blueprint.common with parameters of type Booking Modifier and Type Method Description voidBookingService. add(Booking booking)
-