public abstract class StorageBaseFormAction extends BaseFormAction
CHILD, CONTENT| Constructor and Description |
|---|
StorageBaseFormAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStorage_config_ref()
Gets the first found storage_ref from this bean or it's parents.
|
java.lang.String |
getTable_name()
Gets the first found table_name from this bean or it's parents.
|
void |
setStorage_config_ref(java.lang.String storage_config_ref) |
void |
setTable_name(java.lang.String table_name) |
void |
validateStorage(java.lang.String errMsg)
Validates that the data_source_ref, storage_ref and table_name are set.
|
addButtonsToExecContext, addLinksToExecContext, buildButtons, buildHiddenInput, buildInput, buildLinks, buildPasswordInput, buildTextInput, findFormId, getButton, getButtons, getLink, getLinks, setButton, setLink, setLinksaddChild, clearActions, doReplace, doReplace, execute, getActions, getChild, getContent, getFirstValueFound, getParent, getReplacementContent, getReplacementMarker, isUsedForDisplay, processAction, setAction, setActions, setChild, setContent, setParent, setReplacementContent, setReplacementMarker, setUsedForDisplaypublic java.lang.String getStorage_config_ref()
public void setStorage_config_ref(java.lang.String storage_config_ref)
public java.lang.String getTable_name()
public void setTable_name(java.lang.String table_name)
public void validateStorage(java.lang.String errMsg)
errMsg -