Uses of Interface
org.openwms.wms.shipping.ShippingService
Packages that use ShippingService
Package
Description
This package contains types to model the shopping functionality.
-
Uses of ShippingService in org.openwms.wms.shipping
Fields in org.openwms.wms.shipping declared as ShippingServiceModifier and TypeFieldDescriptionprivate final ShippingService
ShippingController.shipping
private final ShippingService
ShippingListener.shipping
Constructors in org.openwms.wms.shipping with parameters of type ShippingServiceModifierConstructorDescription(package private)
ShippingController
(ShippingService shipping, ShippingMapper mapper, jakarta.validation.Validator validator) (package private)
ShippingListener
(ShippingService shipping, ShippingMapper mapper) -
Uses of ShippingService in org.openwms.wms.shipping.impl
Classes in org.openwms.wms.shipping.impl that implement ShippingServiceModifier and TypeClassDescription(package private) class
A ShippingServiceImpl is a transactional Spring managed Service bean that is responsible for the management of ShippingOrders. -
Uses of ShippingService in org.openwms.wms.shipping.impl.updaters
Fields in org.openwms.wms.shipping.impl.updaters declared as ShippingServiceConstructors in org.openwms.wms.shipping.impl.updaters with parameters of type ShippingService -
Uses of ShippingService in org.openwms.wms.shipping.support.picking
Fields in org.openwms.wms.shipping.support.picking declared as ShippingServiceConstructors in org.openwms.wms.shipping.support.picking with parameters of type ShippingServiceModifierConstructorDescription(package private)
CloseHandler
(ShippingService shippingService, PickingAdapter pickingAdapter)