Interface ReturnEntryProcessor
-
public interface ReturnEntryProcessor
By implementing you have the handle your final Returns Entry processing. For example for handling consignment creation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(java.util.List<ReturnEntryModel> entries)
Here you have the chance handle your final Returns Entry processing.
-
-
-
Method Detail
-
process
void process(java.util.List<ReturnEntryModel> entries)
Here you have the chance handle your final Returns Entry processing. For example for handling consignment creation- Parameters:
entries
- the entries to be process
-
-