Uses of Class
org.openwms.wms.receiving.api.messages.ReceivingOrderPositionMO
Packages that use ReceivingOrderPositionMO
Package
Description
Contains message object types that are exposed by the WMS Receiving Service API.
Contains listener classes that listen on internal events.
-
Uses of ReceivingOrderPositionMO in org.openwms.wms.receiving.api.messages
Fields in org.openwms.wms.receiving.api.messages with type parameters of type ReceivingOrderPositionMOModifier and TypeFieldDescriptionprivate List<@Valid ReceivingOrderPositionMO> ReceivingOrderMO.positionsA set ofReceivingOrderPositions belonging to thisReceivingOrder.Methods in org.openwms.wms.receiving.api.messages that return types with arguments of type ReceivingOrderPositionMOMethod parameters in org.openwms.wms.receiving.api.messages with type arguments of type ReceivingOrderPositionMOModifier and TypeMethodDescriptionvoidReceivingOrderMO.setPositions(List<ReceivingOrderPositionMO> positions) -
Uses of ReceivingOrderPositionMO in org.openwms.wms.receiving.events
Methods in org.openwms.wms.receiving.events that return ReceivingOrderPositionMOModifier and TypeMethodDescriptionReceivingMOMapper.convertToReceivingOrderPositionMO(ReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMOMapper.convertToReceivingOrderPositionMO(ReceivingTransportUnitOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMOMapperImpl.convertToReceivingOrderPositionMO(ReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ReceivingMOMapperImpl.convertToReceivingOrderPositionMO(ReceivingTransportUnitOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) default ReceivingOrderPositionMOReceivingMOMapper.fromEOtoMO(AbstractReceivingOrderPosition eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) Methods in org.openwms.wms.receiving.events that return types with arguments of type ReceivingOrderPositionMOModifier and TypeMethodDescriptionprotected List<ReceivingOrderPositionMO> ReceivingMOMapperImpl.abstractReceivingOrderPositionListToReceivingOrderPositionMOList(List<AbstractReceivingOrderPosition> list, CycleAvoidingMappingContext cycleAvoidingMappingContext)