Interface ConsignmentsStatusUpdateStrategy
- All Known Implementing Classes:
ConsignmentsStatusOverrideStrategy
public interface ConsignmentsStatusUpdateStrategy
Strategy to update the consignments status.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateConsignmentsStatus(OrderModel newOrder, OrderModel originalOrder) Method to update the status of all consignments from the original order.
-
Method Details
-
updateConsignmentsStatus
Method to update the status of all consignments from the original order.- Parameters:
newOrder- the new orderoriginalOrder- the original order
-