Interface UpdateFunction

All Known Implementing Classes:
AddProblemFunction, ChangeState, ChangeTU, PrioritizeTO, RedirectTO

public interface UpdateFunction
A UpdateFunction.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validate and change the requested values of the saved instance.
  • Method Details

    • update

      void update(TransportOrder saved, TransportOrder toUpdate)
      Validate and change the requested values of the saved instance.
      Parameters:
      saved - The currently persisted TransportOrder
      toUpdate - The TransportOrder holding the new values to save