Interface ShippingUIService

All Known Implementing Classes:
ShippingUIServiceImpl

public interface ShippingUIService
A ShippingUIService.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    findInStates(List<OrderState> orderStates, boolean excludePositions)
    Find and return all ShippingOrders in the given states.
  • Method Details

    • findInStates

      List<ShippingOrderVO> findInStates(List<OrderState> orderStates, boolean excludePositions)
      Find and return all ShippingOrders in the given states.
      Parameters:
      orderStates - The states to search for
      excludePositions - Whether to exclude the ShippingOrderPositions for each ShippingOrder in the return list or not.
      Returns:
      A list or an empty list, never null