Interface ReplacementOrderProcessor
-
public interface ReplacementOrderProcessorBy implementing you have the handle your final Replacement Order processing. For example for handling consignment creation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(ReplacementOrderModel order)Here you have the chance to handle your final Replacement order processing.
-
-
-
Method Detail
-
process
void process(ReplacementOrderModel order)
Here you have the chance to handle your final Replacement order processing. For example for handling consignment creation- Parameters:
order- the order to be process
-
-