Uses of Enum Class
org.openwms.wms.receiving.impl.ReceivingOrderUpdater.Type
Packages that use ReceivingOrderUpdater.Type
Package
Description
Contains internal types of the microservice implementation.
Contains implementations of the
ReceivingOrderUpdater
interface.-
Uses of ReceivingOrderUpdater.Type in org.openwms.wms.receiving.impl
Fields in org.openwms.wms.receiving.impl with type parameters of type ReceivingOrderUpdater.TypeModifier and TypeFieldDescriptionprivate final org.springframework.plugin.core.PluginRegistry<ReceivingOrderUpdater,
ReceivingOrderUpdater.Type> ReceivingServiceImpl.plugins
Methods in org.openwms.wms.receiving.impl that return ReceivingOrderUpdater.TypeModifier and TypeMethodDescriptionstatic ReceivingOrderUpdater.Type
Returns the enum constant of this class with the specified name.static ReceivingOrderUpdater.Type[]
ReceivingOrderUpdater.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.openwms.wms.receiving.impl with type arguments of type ReceivingOrderUpdater.TypeModifierConstructorDescription(package private)
ReceivingServiceImpl
(javax.validation.Validator validator, ReceivingMapper receivingMapper, NextReceivingOrderRepository nextReceivingOrderRepository, ReceivingOrderRepository repository, org.springframework.plugin.core.PluginRegistry<ReceivingOrderUpdater, ReceivingOrderUpdater.Type> plugins, org.springframework.plugin.core.PluginRegistry<ReceivingOrderCapturer<T>, CaptureRequestVO> capturers, org.springframework.context.ApplicationEventPublisher publisher, ServiceProvider serviceProvider) -
Uses of ReceivingOrderUpdater.Type in org.openwms.wms.receiving.impl.updaters
Methods in org.openwms.wms.receiving.impl.updaters with parameters of type ReceivingOrderUpdater.TypeModifier and TypeMethodDescriptionboolean
ReceivingOrderDetailsUpdater.supports
(ReceivingOrderUpdater.Type delimiter)