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.reservationsTracks all activeReservations on thisPackagingUnit.final com.querydsl.core.types.dsl.ListPath<Reservation,QReservation> QPackagingUnit.reservationsMethods 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 thisPackagingUnitis reserved by someone with thereservationId.Methods in org.openwms.wms.inventory with parameters of type ReservationModifier and TypeMethodDescriptionbooleanPackagingUnit.addReservation(Reservation reservation) booleanPackagingUnit.removeReservation(Reservation reservation) Method parameters in org.openwms.wms.inventory with type arguments of type ReservationModifier and TypeMethodDescriptionvoidPackagingUnit.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