Interface ReturnEntryProcessor
public interface ReturnEntryProcessor
By implementing you have the handle your final Returns Entry processing. For example for handling consignment
creation
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(List<ReturnEntryModel> entries) Here you have the chance handle your final Returns Entry processing.
-
Method Details
-
process
Here you have the chance handle your final Returns Entry processing. For example for handling consignment creation- Parameters:
entries- the entries to be process
-