Uses of Class
org.openwms.wms.inventory.Reservation
Packages that use Reservation
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of Reservation in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory with type parameters of type ReservationModifier and TypeFieldDescriptionprivate List
<Reservation> PackagingUnit.reservations
Tracks all activeReservation
s on thisPackagingUnit
.Methods in org.openwms.wms.inventory that return types with arguments of type ReservationModifier and TypeMethodDescriptionPackagingUnit.getReservations()
Get the reservation.PackagingUnit.getReservedBy
(String reservationId) Checks whether thisPackagingUnit
is reserved by someone with thereservationId
.Methods in org.openwms.wms.inventory with parameters of type ReservationModifier and TypeMethodDescriptionboolean
PackagingUnit.addReservation
(Reservation reservation) boolean
PackagingUnit.removeReservation
(Reservation reservation) Method parameters in org.openwms.wms.inventory with type arguments of type ReservationModifier and TypeMethodDescriptionvoid
PackagingUnit.setReservations
(List<Reservation> reservations) Set or override reservations on thisPackagingUnit
. -
Uses of Reservation in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return types with arguments of type Reservation