Uses of Interface
org.openwms.common.location.LocationMapper
Packages that use LocationMapper
Package
Description
This package contains all types to describe locations.
This package contains internal implementation classes.
This package contains all types required to describe transport unit items.
-
Uses of LocationMapper in org.openwms.common.location
Classes in org.openwms.common.location that implement LocationMapperFields in org.openwms.common.location declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
LocationController.mapper
private final LocationMapper
WorkflowApi.mapper
Constructors in org.openwms.common.location with parameters of type LocationMapperModifierConstructorDescription(package private)
LocationController
(LocationService locationService, LocationMapper mapper, org.ameba.i18n.Translator translator, LocationRemovalManager locationRemovalManager) (package private)
WorkflowApi
(LocationService locationService, LocationMapper mapper, org.ameba.i18n.Translator translator) -
Uses of LocationMapper in org.openwms.common.location.impl
Fields in org.openwms.common.location.impl declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
LocationGroupEventPropagator.locationMapper
private final LocationMapper
LocationServiceImpl.locationMapper
Constructors in org.openwms.common.location.impl with parameters of type LocationMapperModifierConstructorDescription(package private)
LocationGroupEventPropagator
(org.springframework.amqp.core.AmqpTemplate amqpTemplate, jakarta.validation.Validator validator, String exchangeName, LocationMapper locationMapper, LocationGroupMapper locationGroupMapper) (package private)
LocationServiceImpl
(org.ameba.i18n.Translator translator, LocationMapper locationMapper, LocationRepository repository, ErrorCodeTransformers.LocationStateIn stateInTransformer, ErrorCodeTransformers.LocationStateOut stateOutTransformer, org.springframework.context.ApplicationContext ctx) -
Uses of LocationMapper in org.openwms.common.transport
Fields in org.openwms.common.transport declared as LocationMapperModifier and TypeFieldDescriptionprivate final LocationMapper
TransportUnitMapperImpl.locationMapper
Constructors in org.openwms.common.transport with parameters of type LocationMapperModifierConstructorDescriptionTransportUnitMapperImpl
(LocationMapper locationMapper, TransportUnitTypeMapper transportUnitTypeMapper)