org.norther.tammi.spray.db.step
Class DeleteVariableAction
java.lang.Object
org.norther.tammi.spray.loader.task.Action
org.norther.tammi.spray.loader.task.ActionEvent
org.norther.tammi.spray.template.step.FlowStepAction
org.norther.tammi.spray.template.step.NextStepAction
org.norther.tammi.spray.template.step.FormStepAction
org.norther.tammi.spray.db.step.RepositoryStepAction
org.norther.tammi.spray.db.step.SelectionStepAction
org.norther.tammi.spray.db.step.DeleteVariableAction
- All Implemented Interfaces:
- Serializable, Task, StepFlowConstants
public class DeleteVariableAction
- extends SelectionStepAction
A flow step action for deleting a variable.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| Methods inherited from class org.norther.tammi.spray.db.step.SelectionStepAction |
checkPermission, clearSelectedIdentity, deleteVariable, filterRoleNameEnumeration, getAccountIdentity, getImportedVariable, getImportedVariable, getImportedVariable, getImportedVariable, getMandatorySelection, getSelectedIdentities, getSelectedIdentity, getSelectedIndeces, getSelectedIndex, getSelectedVariable, getSelectionEnumeration, getSelectionEnumeration, getSelectionVariable, getSelectionVariable, getSelectionVariable, getSelectionVariable, getSelectionVariable, getSelectionVariable, getSelectionVariable, getSelectionVariable, insertVariable, queryAccountVariable, queryAllObjects, queryTreeObjects, sortObjects, submitDeleteVariable, submitInsertVariable, submitQueryVariable, submitSearchVariable, submitSelectAll, submitUnselectAll, submitUpdateVariable, submitVariable, updateVariable |
| Methods inherited from class org.norther.tammi.spray.db.step.RepositoryStepAction |
add1NForeignReferences, add1NNullReferences, add1NObjectReferences, addAttributeValues, addToRelationMap, createVariable, createVariable, deleteVariable, getAttributeValue, getAttributeValues, getBeanRepositoryClient, getConnectionKey, getEndReference, getIntrospector, getKeyAttributeValue, getKeyAttributeValues, getLoader, getNextReference, getNextReference, getNextReferences, getPersister, getPersister, getPersister, getPostDependencies, getPreDependencies, getRepositoryClient, getResourceKey, getRootReference, getRootReferences, insertVariable, isNullPK, isRelatedTo, isRootPK, setAttributeValue, setAttributeValue, setKeyAttributeValue, setKeyAttributeValues, setMNForeignReferences, setMNObjectReferences, setPostDependencies, setPreDependencies, toClass, updateVariable |
| Methods inherited from class org.norther.tammi.spray.template.step.FormStepAction |
disableNextStep, enableNextStep, isStepFinished, parseUploadedFile, parseUploadedFile, setStepFinished, submit, submitCancelStep, submitFinishStep, submitNextStep, submitPreviousStep, submitRenewForm, submitResetForm, update, update |
| Methods inherited from class org.norther.tammi.spray.template.step.FlowStepAction |
checkPermission, checkPermission, done, execute, execute, finish, forward, getPermissibleRoles, getSignature, include, initialize, initialize, pushError, submit, submitOpenHelp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteVariableAction
public DeleteVariableAction()
- Constructs a new flow step action.
prepare
public void prepare(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
- Description copied from class:
FlowStepAction
- Implements the default prepare method. The default implementation does
nothing.
- Overrides:
prepare in class FlowStepAction
- Parameters:
request - the request.response - the response.chain - the filter chain.context - the flow context.
- Throws:
Exception - on errors.
submitUpdateForm
public void submitUpdateForm(ServletRequest request,
ServletResponse response,
FilterChain chain,
StepFlowContext context)
throws Exception
- Description copied from class:
FormStepAction
- Updates the form and finishes the step.
- Overrides:
submitUpdateForm in class FormStepAction
- Parameters:
request - the request.response - the response.chain - the filter chain.context - the flow context.
- Throws:
Exception - on errors.
Copyright © 2004 The Norther Organization. All rights reserved.