org.tigris.scarab.actions
Class AssignIssue
java.lang.Object
org.apache.turbine.modules.Module
org.apache.turbine.modules.Action
org.apache.turbine.modules.ActionEvent
org.apache.turbine.modules.actions.TemplateAction
org.apache.turbine.modules.actions.TemplateSecureAction
org.apache.turbine.TemplateSecureAction
org.tigris.scarab.actions.base.RequireLoginFirstAction
org.tigris.scarab.actions.base.BaseModifyIssue
org.tigris.scarab.actions.AssignIssue
- public class AssignIssue
- extends BaseModifyIssue
This class is responsible for assigning users to attributes.
- Version:
- $Id: AssignIssue.java 10257 2006-08-07 22:43:30Z jorgeuriarte $
- Author:
- John D. McNally
| Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
|
Method Summary |
void |
doAdd(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Adds users to temporary working list. |
void |
doAddmyself(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Adds the current user to the temporary working list. |
void |
doPerform(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
|
void |
doRemovemyself(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Adds the current user to the temporary working list. |
void |
doSave(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
|
| Methods inherited from class org.tigris.scarab.actions.base.RequireLoginFirstAction |
areThereDupeSequences, doCancel, doDone, doGonext, doGotoothertemplate, doRefresh, doRefreshresultsperpage, doReset, getBackTemplate, getBackTemplate, getCancelTemplate, getCancelTemplate, getCurrentTemplate, getCurrentTemplate, getIntakeTool, getLastTemplate, getLocalizationTool, getNextTemplate, getNextTemplate, getOtherTemplate, getRequiredPermission, getScarabRequestTool, isAuthorized, log |
| Methods inherited from class org.apache.turbine.modules.actions.TemplateSecureAction |
perform |
| Methods inherited from class org.apache.turbine.modules.actions.TemplateAction |
doPerform, executeEvents |
| Methods inherited from class org.apache.turbine.modules.ActionEvent |
execute, formatString |
| Methods inherited from class org.apache.turbine.modules.Module |
build, doBuild, doBuildTemplate, doBuildTemplate, evaluate, getPullService, getTemplateContext, getTemplateService, getTool, handleRequest, handleRequest, requestFinished, setTarget, setTemplate, templateExists |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssignIssue
public AssignIssue()
doAdd
public void doAdd(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Adds users to temporary working list.
- Throws:
java.lang.Exception
doAddmyself
public void doAddmyself(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Adds the current user to the temporary working list.
- Parameters:
data - context -
- Throws:
java.lang.Exception
doRemovemyself
public void doRemovemyself(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Adds the current user to the temporary working list.
- Parameters:
data - context -
- Throws:
java.lang.Exception
doSave
public void doSave(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Overrides:
doSave in class RequireLoginFirstAction
- Throws:
java.lang.Exception
doPerform
public void doPerform(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2000-2004 Tigris.org. All Rights Reserved.