public class ActionChainSaveAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SUCCESS_FIELD
JSON result object field name.
|
static java.lang.String |
TEXT_FIELD
JSON result object field name.
|
| Constructor and Description |
|---|
ActionChainSaveAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
save(java.lang.Long actionChainId,
java.lang.String label,
java.util.List<java.lang.Long> deletedEntries,
java.util.List<java.lang.Integer> deletedSortOrders,
java.util.List<java.lang.Integer> reorderedSortOrders,
javax.servlet.http.HttpServletRequest request)
Saves changes to an Action Chain.
|
public static final java.lang.String SUCCESS_FIELD
public static final java.lang.String TEXT_FIELD
public java.lang.String save(java.lang.Long actionChainId,
java.lang.String label,
java.util.List<java.lang.Long> deletedEntries,
java.util.List<java.lang.Integer> deletedSortOrders,
java.util.List<java.lang.Integer> reorderedSortOrders,
javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
actionChainId - the action chain idlabel - the new labeldeletedEntries - list of deleted entries iddeletedSortOrders - list of sort order values to deletereorderedSortOrders - non-deleted sort order numbers in new orderrequest - HTTP request object, filled automatically by DWRjava.lang.Exception - if something goes wrong