Uses of Class
org.silverpeas.components.resourcesmanager.web.ReservationEntity
Packages that use ReservationEntity
-
Uses of ReservationEntity in org.silverpeas.components.resourcesmanager.web
Methods in org.silverpeas.components.resourcesmanager.web that return ReservationEntityModifier and TypeMethodDescriptionReservationEntity.add(ReservedResourceEntity reservedResourceEntity) ReservationEntity.addAll(Collection<ReservedResourceEntity> reservedResourceEntities) protected ReservationEntityAbstractResourceManagerResource.asWebEntity(Reservation reservation) Converts the reservation into its corresponding web entity.static ReservationEntityReservationEntity.createFrom(String instanceId, Reservation reservation) Creates a new reservation entity from the specified reservation.ResourceManagerResource.getReservation(long reservationId) Gets the JSON representation of a reservation event.ReservationEntity.withResourceURI(URI resourceURI) Methods in org.silverpeas.components.resourcesmanager.web that return types with arguments of type ReservationEntityModifier and TypeMethodDescriptionprotected Collection<ReservationEntity>AbstractResourceManagerResource.asWebEntities(List<Reservation> reservations) Converts the reservations into its corresponding web entity list.ResourceManagerResource.getReservations(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservations(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day, String userId) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservationsByCategory(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day, long categoryId) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservationsByCategory(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day, String userId, long categoryId) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservationsByResource(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day, long resourceId) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservationsByResource(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day, String userId, long resourceId) Gets the JSON representation of a list of reservation event.ResourceManagerResource.getReservationsForValidation(org.silverpeas.core.date.period.PeriodType periodType, int year, int month, int day) Gets the JSON representation of a list of reservation event that has to be validated.