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.reservations
Tracks all activeTransportUnitReservation
s 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 TypeMethodDescriptionvoid
ReservationService.saveReservation
(@NotNull TransportUnitReservation reservation) Save aTransportUnitReservation
.void
ReservationServiceImpl.saveReservation
(TransportUnitReservation reservation) Save aTransportUnitReservation
.