Class AddProblemImpl

java.lang.Object
org.openwms.tms.impl.AddProblemImpl
All Implemented Interfaces:
AddProblem

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

  • Constructor Details

  • Method Details

    • add

      @Measured public void add(Message problem, TransportOrder transportOrder)
      Add a problem to the transportOrder.
      Specified by:
      add in interface AddProblem
      Parameters:
      problem - The problem to add
      transportOrder - The TransportOrder to assign the problem to
    • addInternal

      private void addInternal(Message problem, TransportOrder transportOrder)