SigPath

org.sigpath.action.edit
Class CreateAlias

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.sigpath.action.ActionRoot
          extended by org.sigpath.action.edit.CreateAlias
All Implemented Interfaces:
DBWriteAccess, Secure

public class CreateAlias
extends ActionRoot
implements Secure, DBWriteAccess

Action for Creating a new Alias for a SigPathEntity.

Version:
$Revision: 7329 $
Author:
Benjamin Chiang

Field Summary
 
Fields inherited from class org.sigpath.action.ActionRoot
ERROR, FAILURE, NOT_AUTHENTICATED, SESSION_XDEBUG, SIGPATH_MAINPAGE, SUCCESS
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
CreateAlias()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward _perform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, HttpServletRequest request, HttpServletResponse response, org.apache.struts.action.ActionForward actionForward, XDebug xdebug)
          Deletes an Alias of a SigPathEntity.
 
Methods inherited from class org.sigpath.action.ActionRoot
execute, redirectToNextPage, setUserMessage, tapestryExternalPage, tapestryPage
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateAlias

public CreateAlias()
Method Detail

_perform

protected org.apache.struts.action.ActionForward _perform(org.apache.struts.action.ActionMapping mapping,
                                                          org.apache.struts.action.ActionForm form,
                                                          HttpServletRequest request,
                                                          HttpServletResponse response,
                                                          org.apache.struts.action.ActionForward actionForward,
                                                          XDebug xdebug)
                                                   throws SigPathDatabaseException
Deletes an Alias of a SigPathEntity.

Specified by:
_perform in class ActionRoot
Parameters:
mapping - ActionMapping that maps to struts-config forward paths
form - form to take input from
request - HttpServletRequest for this action class
response - HttpServletResponse for this action class
actionForward - next page to forward to
xdebug - XDebug for this action class
Returns:
next page to forward to
Throws:
SigPathDatabaseException - bubbles up all exceptions thrown by internally called methods

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.