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