org.tigris.scarab.actions.admin
Class ModuleAttributeEdit
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.admin.ModuleAttributeEdit
- public class ModuleAttributeEdit
- extends RequireLoginFirstAction
- Version:
- $Id: ModuleAttributeEdit.java 9366 2005-01-04 17:24:36Z jorgeuriarte $
- Author:
- Elicia David
| Fields inherited from class org.apache.turbine.modules.ActionEvent |
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX |
|
Method Summary |
void |
doDeleteattributeoptions(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Unmaps attribute options to modules. |
void |
doDone(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Manages clicking of the Done button |
void |
doSave(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Changes the properties of existing AttributeOptions. |
void |
doSelectattributeoption(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
Selects option to add to attribute. |
| Methods inherited from class org.tigris.scarab.actions.base.RequireLoginFirstAction |
areThereDupeSequences, doCancel, 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, 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 |
ModuleAttributeEdit
public ModuleAttributeEdit()
doSave
public void doSave(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Changes the properties of existing AttributeOptions.
- Overrides:
doSave in class RequireLoginFirstAction
- Throws:
java.lang.Exception
doDeleteattributeoptions
public void doDeleteattributeoptions(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Unmaps attribute options to modules.
- Throws:
java.lang.Exception
doSelectattributeoption
public void doSelectattributeoption(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Selects option to add to attribute.
- Throws:
java.lang.Exception
doDone
public void doDone(org.apache.turbine.RunData data,
org.apache.turbine.TemplateContext context)
throws java.lang.Exception
- Manages clicking of the Done button
- Overrides:
doDone in class RequireLoginFirstAction
- Throws:
java.lang.Exception
Copyright © 2000-2004 Tigris.org. All Rights Reserved.