@groovy.transform.ToString(includePackage: false, includeNames: true) class AssembledComponentUndoAction extends java.lang.Object implements org.simplemes.eframe.web.undo.UndoActionInterface
Defines the action needed to undo a single start action.
| Type | Name and description |
|---|---|
private java.lang.String |
infoMsgThe message to be displayed when the user triggers this undo action. |
private java.lang.String |
jsonThe JSON content to submit in order to undo a previous action. |
private java.util.List<java.util.Map> |
successEventsOptional dashboard events to trigger after the undo action completes successfully. |
private java.lang.String |
uriThe URI to submit the JSON content to in order to undo a previous action. |
| Constructor and description |
|---|
AssembledComponentUndoAction
(OrderAssembledComponent orderAssembledComponent, org.simplemes.mes.demand.domain.Order order)A copy constructor to undo the addition of a single component to an order/LSN. |
AssembledComponentUndoAction
() |
| 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 message to be displayed when the user triggers this undo action.
The JSON content to submit in order to undo a previous action.
Optional dashboard events to trigger after the undo action completes successfully.
The URI to submit the JSON content to in order to undo a previous action.
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.Groovy Documentation