Package ro.sync.ecss.webapp.actions
Class TableMoveOrCopyColumnOperation
- java.lang.Object
-
- ro.sync.ecss.extensions.api.webapp.AuthorOperationWithResult
-
- ro.sync.ecss.webapp.actions.TableMoveOrCopyColumnOperation
-
- All Implemented Interfaces:
Extension
@API(type=INTERNAL, src=PUBLIC) public class TableMoveOrCopyColumnOperation extends AuthorOperationWithResult
Operation that can be used to move table column.
-
-
Constructor Summary
Constructors Constructor Description TableMoveOrCopyColumnOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
doOperation(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
-
-
-
-
Method Detail
-
doOperation
public java.lang.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.
-
-