Class PrioritizeTO

java.lang.Object
org.openwms.tms.impl.PrioritizeTO
All Implemented Interfaces:
UpdateFunction

@Component class PrioritizeTO extends Object implements UpdateFunction
A PrioritizeTO is responsible to change the priority of a TransportOrder.
Author:
Heiko Scherrer
  • Constructor Details

    • PrioritizeTO

      PrioritizeTO()
  • Method Details

    • update

      @Measured public void update(TransportOrder saved, TransportOrder toUpdate)
      Validate and change the requested values of the saved instance.
      Specified by:
      update in interface UpdateFunction
      Parameters:
      saved - The currently persisted TransportOrder
      toUpdate - The TransportOrder holding the new values to save