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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(TransportOrder saved, TransportOrder toUpdate) Validate and change the requested values of thesaved
instance.
-
Constructor Details
-
PrioritizeTO
PrioritizeTO()
-
-
Method Details
-
update
Validate and change the requested values of thesaved
instance.- Specified by:
update
in interfaceUpdateFunction
- Parameters:
saved
- The currently persisted TransportOrdertoUpdate
- The TransportOrder holding the new values to save
-