Uses of Interface
ibspan.tss.domain.ontology.restaurant.ReservationCode

Packages that use ReservationCode
ibspan.tss.domain.ontology.restaurant Ontology Java beans generated from restaurant ontology (with http://www.ibspan.waw.pl/tss/Restaurant# namespace) with Jastor tool. 
 

Uses of ReservationCode in ibspan.tss.domain.ontology.restaurant
 

Classes in ibspan.tss.domain.ontology.restaurant that implement ReservationCode
 class ReservationCodeImpl
          Implementation of ReservationCode Use the ibspan.tss.domain.ontology.restaurant.RestaurantFactory to create instances of this class.
 

Methods in ibspan.tss.domain.ontology.restaurant that return ReservationCode
 ReservationCode RestaurantImpl.addReservations()
           
 ReservationCode Restaurant.addReservations()
          Adds an anonymous value for the 'reservations' property
 ReservationCode RestaurantImpl.addReservations(Resource resource)
           
 ReservationCode Restaurant.addReservations(Resource resource)
          Adds a value for the 'reservations' property.
static ReservationCode RestaurantFactory.createReservationCode(Resource resource, Model model)
          Create a new instance of ReservationCode.
static ReservationCode RestaurantFactory.createReservationCode(String uri, Model model)
          Create a new instance of ReservationCode.
static ReservationCode RestaurantFactory.getAcceptedReservations(Model model)
          Get an AcceptedReservations individual.
static ReservationCode RestaurantFactory.getLargeGroupsOnlyReservations(Model model)
          Get an LargeGroupsOnlyReservations individual.
static ReservationCode RestaurantFactory.getNotAcceptedReservations(Model model)
          Get an NotAcceptedReservations individual.
static ReservationCode RestaurantFactory.getRecommendedReservations(Model model)
          Get an RecommendedReservations individual.
static ReservationCode RestaurantFactory.getRequiredReservations(Model model)
          Get an RequiredReservations individual.
static ReservationCode RestaurantFactory.getReservationCode(Resource resource, Model model)
          Create a new instance of ReservationCode.
static ReservationCode RestaurantFactory.getReservationCode(String uri, Model model)
          Create a new instance of ReservationCode.
static ReservationCode RestaurantFactory.getUnknownReseravations(Model model)
          Get an UnknownReseravations individual.
 

Methods in ibspan.tss.domain.ontology.restaurant with parameters of type ReservationCode
 void RestaurantImpl.addReservations(ReservationCode reservations)
           
 void Restaurant.addReservations(ReservationCode reservations)
          Adds a value for the 'reservations' property
 void RestaurantImpl.removeReservations(ReservationCode reservations)
           
 void Restaurant.removeReservations(ReservationCode reservations)
          Removes a value for the 'reservations' property.
 void RestaurantListener.reservationsAdded(Restaurant source, ReservationCode newValue)
          Called when a value of reservations has been added
 void RestaurantListener.reservationsRemoved(Restaurant source, ReservationCode oldValue)
          Called when a value of reservations has been removed