Uses of Interface
org.openwms.wms.receiving.ReceivingMapper
Packages that use ReceivingMapper
Package
Description
Contains types to handle receiving orders.
Contains the external exposed REST API of the WMS Receiving Service.
- 
Uses of ReceivingMapper in org.openwms.wms.receiving
Classes in org.openwms.wms.receiving that implement ReceivingMapper - 
Uses of ReceivingMapper in org.openwms.wms.receiving.rest
Fields in org.openwms.wms.receiving.rest declared as ReceivingMapperModifier and TypeFieldDescriptionprivate final ReceivingMapperReceivingOrderCreator.receivingMapperprivate final ReceivingMapperReceivingOrderFinder.receivingMapperprivate final ReceivingMapperRestServiceFacadeImpl.receivingMapperConstructors in org.openwms.wms.receiving.rest with parameters of type ReceivingMapperModifierConstructorDescriptionReceivingOrderCreator(ReceivingService<?> service, ReceivingMapper receivingMapper) ReceivingOrderFinder(ReceivingService<CaptureRequestVO> service, org.ameba.i18n.Translator translator, ReceivingMapper receivingMapper) RestServiceFacadeImpl(ReceivingMapper receivingMapper, ReceivingService receivingService)