SigPath

org.sigpath.action.edit
Class EditReaction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.sigpath.action.ActionRoot
          extended by org.sigpath.action.edit.EditReaction

public class EditReaction
extends ActionRoot

Action for Editing Details of a Reaction

Version:
$Revision: 7249 $
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
EditReaction()
           
 
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)
          View Details
 void updateSubmission(SpecifyReactionParameters form, SigpathSubmission submission, HttpServletRequest request)
           
 
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

EditReaction

public EditReaction()
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 Exception
View Details

Specified by:
_perform in class ActionRoot
Parameters:
mapping - The ActionMapping used to select this instance
form - The optional ActionForm bean for this request (if any)
request - The HTTP request we are processing
response - The HTTP response we are creating
xdebug - XDebug object to write log messages to
Returns:
where control will be forwarded to after request is processed
Throws:
Exception

updateSubmission

public void updateSubmission(SpecifyReactionParameters form,
                             SigpathSubmission submission,
                             HttpServletRequest request)
                      throws MarshalException,
                             ValidationException
Throws:
MarshalException
ValidationException

SigPath

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