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
.final com.querydsl.core.types.dsl.ListPath<Reservation,
QReservation> QPackagingUnit.reservations
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
.Constructor parameters in org.openwms.wms.inventory with type arguments of type ReservationModifierConstructorDescriptionQReservation
(com.querydsl.core.types.Path<? extends Reservation> path) QReservation
(Class<? extends Reservation> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of Reservation in org.openwms.wms.inventory.allocation.spi
Methods in org.openwms.wms.inventory.allocation.spi that return types with arguments of type Reservation