Class AddProblemFunction

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

@TxService(propagation=MANDATORY) class AddProblemFunction extends Object implements UpdateFunction
A AddProblemImpl.
Author:
Heiko Scherrer
  • Field Details

  • Constructor Details

  • 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
    • addInternal

      private void addInternal(Message problem, TransportOrder transportOrder)