Interface ConsignmentsStatusUpdateStrategy

All Known Implementing Classes:
ConsignmentsStatusOverrideStrategy

public interface ConsignmentsStatusUpdateStrategy
Strategy to update the consignments status.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method to update the status of all consignments from the original order.
  • Method Details

    • updateConsignmentsStatus

      void updateConsignmentsStatus(OrderModel newOrder, OrderModel originalOrder)
      Method to update the status of all consignments from the original order.
      Parameters:
      newOrder - the new order
      originalOrder - the original order