public class DeleteRecord extends BaseAction
The parameters are contained in the execContext named map 'request'. These are retrieved from the http request.
One of the parameters must contain the table name. This is found in the request map using the key 'table.name'
There must be at one parameter that is the PK used by the where clause for the delete. The where clause will be pk==value
CHILD, CONTENT| Constructor and Description |
|---|
DeleteRecord() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(IExecContext execContext)
Executes an action
|
addChild, clearActions, doReplace, doReplace, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String execute(IExecContext execContext) throws java.lang.Exception
BaseActionexecute in class BaseActionexecContext - the application execution contextjava.lang.Exception