Uses of Class
org.openwms.wms.location.impl.LocationMapper
Packages that use LocationMapper
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of LocationMapper in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
PackagingUnitMapperImpl_.locationMapper
private LocationMapper
ProductMapper.locationMapper
private final LocationMapper
ProductMapperImpl.locationMapper
Constructors in org.openwms.wms.inventory with parameters of type LocationMapperModifierConstructorDescriptionPackagingUnitMapperImpl_
(LoadUnitMapper loadUnitMapper, ProductMapper productMapper, DimensionMapper dimensionMapper, LocationMapper locationMapper, UomRelationMapper uomRelationMapper) ProductMapperImpl
(DimensionMapper dimensionMapper, LocationMapper locationMapper) -
Uses of LocationMapper in org.openwms.wms.location
Fields in org.openwms.wms.location declared as LocationMapperConstructors in org.openwms.wms.location with parameters of type LocationMapperModifierConstructorDescription(package private)
LocationController
(LocationService locationService, LocationMapper mapper) -
Uses of LocationMapper in org.openwms.wms.location.impl
Subclasses of LocationMapper in org.openwms.wms.location.implFields in org.openwms.wms.location.impl declared as LocationMapperConstructors in org.openwms.wms.location.impl with parameters of type LocationMapperModifierConstructorDescription(package private)
LocationServiceImpl
(org.ameba.i18n.Translator translator, LocationMapper mapper, LocationRepository repository, org.springframework.context.ApplicationEventPublisher eventPublisher) -
Uses of LocationMapper in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
TransportUnitMapperImpl.locationMapper
Constructors in org.openwms.wms.transport with parameters of type LocationMapper -
Uses of LocationMapper in org.openwms.wms.transport.listeners
Fields in org.openwms.wms.transport.listeners declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
TransportUnitMessageListener.locationConverter
Constructors in org.openwms.wms.transport.listeners with parameters of type LocationMapperModifierConstructorDescription(package private)
TransportUnitMessageListener
(TransportUnitSynchronizer synchronizer, LocationMapper locationConverter, javax.validation.Validator validator)