@groovy.transform.ToString(includeNames: true, includePackage: false) class ComponentRemoveUndoRequest extends java.lang.Object
This class is the request to undo a single component removal action for the order. This request marks the record as assembled..
Constructor and description |
---|
ComponentRemoveUndoRequest
(OrderAssembledComponent orderAssembledComponent, org.simplemes.mes.demand.domain.Order order) A copy constructor to undo the removal of a single component on an order/LSN. |
ComponentRemoveUndoRequest
() The no argument constructor. |
ComponentRemoveUndoRequest
(java.util.Map params) Main constructor for use with a controller's HTTP parameters. |
ComponentRemoveUndoRequest
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The Sequence of the OrderAssembledComponent to mark as assembled.
The Sequence of the OrderAssembledComponent to mark as assembled.
A copy constructor to undo the removal of a single component on an order/LSN.
orderAssembledComponent
- The assembled component removed from the order to be undone.order
- the Order this component was assembled into.The no argument constructor.
Main constructor for use with a controller's HTTP parameters. Validates the inputs, but does not fail if no order is given.
params
- The HTTP parameters (order and sequence as string)Groovy Documentation