Package ro.sync.ecss.webapp.actions
Class TableMoveOrCopyRowsOperation
java.lang.Object
ro.sync.ecss.extensions.api.webapp.AuthorOperationWithResult
ro.sync.ecss.webapp.actions.TableMoveOrCopyRowsOperation
- All Implemented Interfaces:
Extension
@API(type=INTERNAL,
src=PUBLIC)
public class TableMoveOrCopyRowsOperation
extends AuthorOperationWithResult
Operation that can be used to move table rows.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoOperation
(AuthorDocumentModel model, ArgumentsMap args) Performs the actual operation and return a result to be sent to the client-side code.Methods inherited from class ro.sync.ecss.extensions.api.webapp.AuthorOperationWithResult
getDescription
-
Constructor Details
-
TableMoveOrCopyRowsOperation
public TableMoveOrCopyRowsOperation()
-
-
Method Details
-
doOperation
public String doOperation(AuthorDocumentModel model, ArgumentsMap args) throws AuthorOperationException Description copied from class:AuthorOperationWithResult
Performs the actual operation and return a result to be sent to the client-side code.- Specified by:
doOperation
in classAuthorOperationWithResult
- Parameters:
model
- The web author document model.args
- The map of arguments. The argument names are the names passed by the calling JS code.- Returns:
- The result of the operation that will be passed to the client-side code.
- Throws:
AuthorOperationException
- Thrown when the operation fails.
-