Uses of Class
org.openwms.wms.shipping.impl.ShippingOrder
Packages that use ShippingOrder
Package
Description
This package contains types to model the shopping functionality.
-
Uses of ShippingOrder in org.openwms.wms.shipping
Methods in org.openwms.wms.shipping that return ShippingOrderModifier and TypeMethodDescriptionShippingService.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
.ShippingService.createOrder
(@NotNull ShippingOrder order) Create a new ShippingOrder.@NotNull ShippingOrder
ShippingService.findByOrderId
(@NotBlank String orderId) Find and return a ShippingOrder.@NotNull ShippingOrder
ShippingService.findByPKey
(@NotBlank String pKey) Find and return a ShippingOrder.@NotNull ShippingOrder
ShippingService.findByPositionPKey
(@NotBlank String pKey) Find and return aShippingOrder
.ShippingOrderUpdater.update
(@NotNull ShippingOrder existingShippingOrder, @Valid @NotNull ShippingOrder shippingOrder) Update the givenexistingShippingOrder
partially with the contents ofshippingOrder
.ShippingService.updateOrderPartially
(@NotBlank String pKey, @NotNull ShippingOrder shippingOrder) Partially update a singleShippingOrder
.Methods in org.openwms.wms.shipping with parameters of type ShippingOrderModifier and TypeMethodDescriptionShippingService.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
.ShippingService.createOrder
(@NotNull ShippingOrder order) Create a new ShippingOrder.ShippingOrderUpdater.update
(@NotNull ShippingOrder existingShippingOrder, @Valid @NotNull ShippingOrder shippingOrder) Update the givenexistingShippingOrder
partially with the contents ofshippingOrder
.ShippingService.updateOrderPartially
(@NotBlank String pKey, @NotNull ShippingOrder shippingOrder) Partially update a singleShippingOrder
. -
Uses of ShippingOrder in org.openwms.wms.shipping.events
Methods in org.openwms.wms.shipping.events that return ShippingOrder -
Uses of ShippingOrder in org.openwms.wms.shipping.impl
Fields in org.openwms.wms.shipping.impl declared as ShippingOrderModifier and TypeFieldDescriptionprivate @NotNull(message="{owms.wms.shp.order}",groups=Create.class) ShippingOrder
AbstractShippingOrderPosition.order
The Order instance, the position belongs to.Methods in org.openwms.wms.shipping.impl that return ShippingOrderModifier and TypeMethodDescription(package private) ShippingOrder
ShippingOrder.addPostions
(ShippingOrderPosition... pos) Add one or more order positions to this order.ShippingServiceImpl.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
.ShippingMapper.convertTo
(ShippingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ShippingMapperImpl.convertTo
(ShippingOrderVO vo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ShippingOrderMapper.convertVO
(ShippingOrderVO vo) ShippingServiceImpl.createOrder
(@NotNull ShippingOrder order) Create a new ShippingOrder.@NotNull ShippingOrder
ShippingServiceImpl.findByOrderId
(@NotBlank String orderId) Find and return a ShippingOrder.@NotNull ShippingOrder
ShippingServiceImpl.findByPKey
(@NotBlank String pKey) Find and return a ShippingOrder.@NotNull ShippingOrder
ShippingServiceImpl.findByPositionPKey
(@NotBlank String pKey) Find and return aShippingOrder
.@NotNull(message="{owms.wms.shp.order}",groups=Create.class) ShippingOrder
AbstractShippingOrderPosition.getOrder()
private ShippingOrder
ShippingOrderMapper.getShippingOrder
(ShippingOrderVO vo, Supplier<Optional<ShippingOrder>> supp) ShippingOrderCreated.getSource()
protected ShippingOrder
ShippingOrderMapper.resolveOrder
(ShippingOrderVO vo) ShippingServiceImpl.updateOrderPartially
(@NotBlank String pKey, @NotNull ShippingOrder sop) Partially update a singleShippingOrder
.Methods in org.openwms.wms.shipping.impl that return types with arguments of type ShippingOrderModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<ShippingOrder> ShippingOrderRepository.findAll
(org.springframework.data.jpa.domain.Specification<ShippingOrder> spec, org.springframework.data.domain.Pageable pageable) ShippingOrderRepository.findByOrderId
(String orderId) ShippingOrderRepository.findByOrderStateInOrderByPriorityAscNextAllocationDate
(List<OrderState> states) ShippingOrderRepository.findBypKey
(String pKey) ShippingOrderRepository.findByStartModeAndOrderStateInOrderByPriorityAscNextAllocationDate
(OrderStartMode startMode, OrderState... state) Methods in org.openwms.wms.shipping.impl with parameters of type ShippingOrderModifier and TypeMethodDescriptionShippingServiceImpl.changeState
(@NotNull ShippingOrder shippingOrder, @NotNull OrderState orderState) Change the state of an existingShippingOrder
.ShippingMapper.convertTo
(ShippingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ShippingMapperImpl.convertTo
(ShippingOrder eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ShippingServiceImpl.createOrder
(@NotNull ShippingOrder order) Create a new ShippingOrder.private ShippingOrderPosition
ShippingOrderMapper.map
(ShippingOrder resultOrder, ShippingOrderPositionVO p) void
AbstractShippingOrderPosition.setOrder
(@NotNull(message="{owms.wms.shp.order}",groups=Create.class) ShippingOrder order) ShippingServiceImpl.updateOrderPartially
(@NotBlank String pKey, @NotNull ShippingOrder sop) Partially update a singleShippingOrder
.Method parameters in org.openwms.wms.shipping.impl with type arguments of type ShippingOrderModifier and TypeMethodDescriptionShippingMapper.convertTo
(List<ShippingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) ShippingMapperImpl.convertTo
(List<ShippingOrder> eo, CycleAvoidingMappingContext cycleAvoidingMappingContext) org.springframework.data.domain.Page
<ShippingOrder> ShippingOrderRepository.findAll
(org.springframework.data.jpa.domain.Specification<ShippingOrder> spec, org.springframework.data.domain.Pageable pageable) private ShippingOrder
ShippingOrderMapper.getShippingOrder
(ShippingOrderVO vo, Supplier<Optional<ShippingOrder>> supp) Constructors in org.openwms.wms.shipping.impl with parameters of type ShippingOrderModifierConstructorDescriptionprotected
AbstractShippingOrderPosition
(@NotNull ShippingOrder order, @NotNull Integer positionNo) Create a new AbstractShippingOrderPosition with the mandatory attributes.ShippingOrderCreated
(ShippingOrder source) ShippingOrderPosition
(@NotNull ShippingOrder order, @NotNull Integer positionNo, @NotNull org.openwms.core.units.api.Measurable<?, ?, ?> qtyDemanded, @NotNull Product product) Create a new ShippingOrderPosition with the mandatory attributes.ShippingTransportUnitOrderPosition
(@NotNull ShippingOrder order, @NotNull Integer positionNo, @NotBlank String transportUnitBK, @NotBlank String transportUnitTypeName) Create a new ShippingTransportUnitOrderPosition with the mandatory attributes. -
Uses of ShippingOrder in org.openwms.wms.shipping.impl.updaters
Methods in org.openwms.wms.shipping.impl.updaters that return ShippingOrderModifier and TypeMethodDescriptionOrderStateChanger.update
(@NotNull ShippingOrder existingShippingOrder, @Valid @NotNull ShippingOrder shippingOrder) Update the givenexistingShippingOrder
partially with the contents ofshippingOrder
.Methods in org.openwms.wms.shipping.impl.updaters with parameters of type ShippingOrderModifier and TypeMethodDescriptionOrderStateChanger.update
(@NotNull ShippingOrder existingShippingOrder, @Valid @NotNull ShippingOrder shippingOrder) Update the givenexistingShippingOrder
partially with the contents ofshippingOrder
. -
Uses of ShippingOrder in org.openwms.wms.shipping.spi.wms.picking
Methods in org.openwms.wms.shipping.spi.wms.picking with parameters of type ShippingOrder