Uses of Class
be.business.connector.recipe.executor.domain.Reservation
-
Packages that use Reservation Package Description be.business.connector.recipe.executor.domain -
-
Uses of Reservation in be.business.connector.recipe.executor.domain
Methods in be.business.connector.recipe.executor.domain that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>GetAllReservationsResult. getReservations()Gets the reservations.Methods in be.business.connector.recipe.executor.domain with parameters of type Reservation Modifier and Type Method Description voidGetAllReservationsResult. add(Reservation rid)Adds the.Method parameters in be.business.connector.recipe.executor.domain with type arguments of type Reservation Modifier and Type Method Description voidGetAllReservationsResult. setReservations(List<Reservation> reservations)Sets the reservations.Constructor parameters in be.business.connector.recipe.executor.domain with type arguments of type Reservation Constructor Description GetAllReservationsResult(List<Reservation> reservations)Instantiates a new gets the all reservations result.
-