Uses of Class
org.openwms.common.transport.reservation.TransportUnitReservation
Packages that use TransportUnitReservation
Package
Description
This package contains all types required to describe transport unit items.
-
Uses of TransportUnitReservation in org.openwms.common.transport
Fields in org.openwms.common.transport with type parameters of type TransportUnitReservationModifier and TypeFieldDescriptionprivate List<TransportUnitReservation> TransportUnit.reservationsTracks all activeTransportUnitReservations on thisTransportUnit. -
Uses of TransportUnitReservation in org.openwms.common.transport.reservation
Methods in org.openwms.common.transport.reservation that return types with arguments of type TransportUnitReservationMethods in org.openwms.common.transport.reservation with parameters of type TransportUnitReservationModifier and TypeMethodDescriptionvoidReservationService.saveReservation(@NotNull TransportUnitReservation reservation) Save aTransportUnitReservation.voidReservationServiceImpl.saveReservation(TransportUnitReservation reservation) Save aTransportUnitReservation.