Package org.openwms.tms.impl
Class PrioritizeTO
java.lang.Object
org.openwms.tms.impl.PrioritizeTO
- All Implemented Interfaces:
UpdateFunction
A PrioritizeTO is responsible to change the priority of a
TransportOrder.- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(TransportOrder saved, TransportOrder toUpdate) Validate and change the requested values of thesavedinstance.
-
Constructor Details
-
PrioritizeTO
PrioritizeTO()
-
-
Method Details
-
update
Validate and change the requested values of thesavedinstance.- Specified by:
updatein interfaceUpdateFunction- Parameters:
saved- The currently persisted TransportOrdertoUpdate- The TransportOrder holding the new values to save
-