Package org.openwms.tms.impl
Interface UpdateFunction
- All Known Implementing Classes:
AddProblemFunction,ChangeState,ChangeTU,PrioritizeTO,RedirectTO
public interface UpdateFunction
A UpdateFunction.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(TransportOrder saved, TransportOrder toUpdate) Validate and change the requested values of thesavedinstance.
-
Method Details
-
update
Validate and change the requested values of thesavedinstance.- Parameters:
saved- The currently persisted TransportOrdertoUpdate- The TransportOrder holding the new values to save
-