Interface ReturnOrderStartegy
- All Known Implementing Classes:
DefaultReturnOrderSplittingStrategy
public interface ReturnOrderStartegy
-
Method Summary
Modifier and TypeMethodDescriptionvoidsplitOrder(Map<ReturnEntryModel, List<ConsignmentEntryModel>> returnEntryConsignmentListMap) This method will make a map of order entry and list of consignment as per the splitting strategy
-
Method Details
-
splitOrder
This method will make a map of order entry and list of consignment as per the splitting strategy- Parameters:
orderEntryConsignmentMap-
-