@groovy.transform.ToString(includeNames: true, includePackage: false) class RemoveOrderAssembledComponentRequest extends java.lang.Object
This class is the request to remove an assembled component from the order. This request marks the record as removed.
Constructor and description |
---|
RemoveOrderAssembledComponentRequest
(OrderAssembledComponent orderAssembledComponent, org.simplemes.mes.demand.domain.Order order) A copy constructor to undo the addition of a single component to an order/LSN. |
RemoveOrderAssembledComponentRequest
() The no argument constructor. |
RemoveOrderAssembledComponentRequest
(java.util.Map params) Main constructor for use with a controller's HTTP parameters. |
RemoveOrderAssembledComponentRequest
() |
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 removed.
The Sequence of the OrderAssembledComponent to mark as removed.
A copy constructor to undo the addition of a single component to an order/LSN.
orderAssembledComponent
- The assembled component added to 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