org.norther.tammi.spray.db.step
Class UserAccountAction.Delete

java.lang.Object
  extended by org.norther.tammi.spray.loader.task.Action
      extended by org.norther.tammi.spray.loader.task.Submit
          extended by org.norther.tammi.spray.template.step.FlowStepAction
              extended by org.norther.tammi.spray.template.step.NextStepAction
                  extended by org.norther.tammi.spray.template.step.FormStepAction
                      extended by org.norther.tammi.spray.db.step.RepositoryStepAction
                          extended by org.norther.tammi.spray.db.step.SelectionStepAction
                              extended by org.norther.tammi.spray.db.step.UserAccountAction
                                  extended by org.norther.tammi.spray.db.step.UserAccountAction.Delete
All Implemented Interfaces:
Serializable, Task
Direct Known Subclasses:
UserFolderAction.Delete
Enclosing class:
UserAccountAction

public static class UserAccountAction.Delete
extends UserAccountAction

A delete account action.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.norther.tammi.spray.db.step.UserAccountAction
UserAccountAction.Delete, UserAccountAction.Insert, UserAccountAction.Login, UserAccountAction.Modify, UserAccountAction.Register, UserAccountAction.Renew, UserAccountAction.Update
 
Nested classes/interfaces inherited from interface org.norther.tammi.spray.loader.task.Task
Task.Control
 
Field Summary
 
Fields inherited from class org.norther.tammi.spray.loader.task.Submit
EXECUTE_METHOD, SUBMIT_PREFIX
 
Constructor Summary
UserAccountAction.Delete()
           
 
Method Summary
 void deleteReferences(Variable var, Persister persister, FilterChain chain)
          Deletes a variable and its dependencies.
 void prepare(ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Implements the default prepare method.
 Task.Control submit(ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Updates the form.
 void submitUpdateForm(ServletRequest request, ServletResponse response, FilterChain chain, StepFlowContext context)
          Updates the form and finishes the step.
 
Methods inherited from class org.norther.tammi.spray.db.step.UserAccountAction
authenticate, createHomeFolder, getAccountVariable, getAccountVariable, getAccountVariable
 
Methods inherited from class org.norther.tammi.spray.db.step.SelectionStepAction
buildSearchVariable, checkPermission, clearSelectedIdentity, deleteVariables, digest, fillQueryCriteria, fillSelectionVariable, fillSelectionVariable, filterRoleEnumeration, getAccountIdentity, getImportedVariable, getImportedVariables, getMandatorySelection, getSearchVariable, getSelectedIdentities, getSelectedIdentity, getSelectedIndex, getSelectedIndices, getSelectedVariable, getSelectionEnumeration, getSelectionEnumeration, getSelectionVariable, getSelectionVariable, getSelectionVariable, getStepClassName, getStepFieldNames, getStepMetaNames, getStepPermission, getUserId, insertVariables, queryAccountVariable, queryAllVariables, queryAllVariables, queryTreeVariables, submitDeleteVariable, submitDeleteVariables, submitDeleteVariables, submitInsertVariable, submitInsertVariables, submitInsertVariables, submitQueryVariable, submitSearchVariable, submitSelectAll, submitUnselectAll, submitUpdateVariable, submitUpdateVariables, submitUpdateVariables, updateVariables
 
Methods inherited from class org.norther.tammi.spray.db.step.RepositoryStepAction
add1NForeignReferences, add1NNullReferences, add1NObjectReferences, addAttributeValues, addToRelationMap, createVariable, createVariable, deleteVariable, deleteVariable, getAttributeInfo, getAttributeValues, getDesktopData, getIntrospector, getLoader, getMetaDesktop, getMetaFolder, getPersister, getReferenceValue, getRepositoryFilter, getRootFolder, getRootReferences, getVariableInfo, insertReferences, insertVariable, insertVariable, isRelatedTo, orderObjects, queryAllObjects, queryAllObjects, queryTreeObjects, setMNForeignReferences, setMNObjectReferences, sortObjects, storeVariable, storeVariable, toClass, updateReferences, updateVariable, updateVariable
 
Methods inherited from class org.norther.tammi.spray.template.step.FormStepAction
clearParameters, loadPropertyFile, loadUploadedFile, submitCancelStep, submitFinishStep, submitInsertForm, submitNextStep, submitPreviousStep, submitRenewForm, submitResetForm, submitReuseForm, update, update, update, update
 
Methods inherited from class org.norther.tammi.spray.template.step.NextStepAction
isNextStepEnabled, setNextStepEnabled, submitBackStep
 
Methods inherited from class org.norther.tammi.spray.template.step.FlowStepAction
checkPermission, checkPermission, checkPermission, construct, execute, execute, finish, forward, getPermissibleRoles, getSignature, include, initialize, initialize, submit, submitOpenHelp
 
Methods inherited from class org.norther.tammi.spray.loader.task.Submit
getAction, getAction, invoke
 
Methods inherited from class org.norther.tammi.spray.loader.task.Action
find, find, getFilter, getMBeanServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAccountAction.Delete

public UserAccountAction.Delete()
Method Detail

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.

submit

public Task.Control submit(ServletRequest request,
                           ServletResponse response,
                           FilterChain chain,
                           StepFlowContext context)
                    throws Exception
Description copied from class: FormStepAction
Updates the form.

Overrides:
submit in class FormStepAction
Parameters:
request - the request.
response - the response.
chain - the filter chain.
context - the flow context.
Returns:
the execution control.
Throws:
Exception - on errors.

deleteReferences

public void deleteReferences(Variable var,
                             Persister persister,
                             FilterChain chain)
                      throws Exception
Description copied from class: RepositoryStepAction
Deletes a variable and its dependencies.

Overrides:
deleteReferences in class RepositoryStepAction
Parameters:
var - the variable to delete.
persister - the persister.
chain - the filter chain.
Throws:
Exception - on errors.


Copyright © 2004 The Norther Organization. All rights reserved.