org.tigris.scarab.actions
Class QueryList

java.lang.Object
  extended byorg.apache.turbine.modules.Module
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.turbine.modules.ActionEvent
              extended byorg.apache.turbine.modules.actions.TemplateAction
                  extended byorg.apache.turbine.modules.actions.TemplateSecureAction
                      extended byorg.apache.turbine.TemplateSecureAction
                          extended byorg.tigris.scarab.actions.base.RequireLoginFirstAction
                              extended byorg.tigris.scarab.actions.QueryList

public class QueryList
extends RequireLoginFirstAction

This class is responsible for managing the query lists (deleting queries).

Version:
$Id: QueryList.java 9255 2004-11-14 21:07:04Z dep4b $
Author:
Elicia David

Field Summary
 
Fields inherited from class org.tigris.scarab.actions.base.RequireLoginFirstAction
DEFAULT_MSG, EMAIL_ERROR, EMAIL_ERROR2, ERROR_MESSAGE, NO_CHANGES_MADE, NO_PERMISSION_MESSAGE
 
Fields inherited from class org.apache.turbine.modules.ActionEvent
BUTTON, BUTTON_LENGTH, LENGTH, METHOD_NAME_LENGTH, METHOD_NAME_PREFIX
 
Constructor Summary
QueryList()
           
 
Method Summary
 void doCopyquery(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
           
 void doDeletequeries(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
           
 void doGotoadvancedquery(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          This method is used by the Create new button to go to the AdvancedQuery page.
 void doSave(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          This method is not used until subscribed queries is working
 
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, 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
 

Constructor Detail

QueryList

public QueryList()
Method Detail

doSave

public void doSave(org.apache.turbine.RunData data,
                   org.apache.turbine.TemplateContext context)
            throws java.lang.Exception
This method is not used until subscribed queries is working

Overrides:
doSave in class RequireLoginFirstAction
Throws:
java.lang.Exception

doDeletequeries

public void doDeletequeries(org.apache.turbine.RunData data,
                            org.apache.turbine.TemplateContext context)
                     throws java.lang.Exception
Throws:
java.lang.Exception

doCopyquery

public void doCopyquery(org.apache.turbine.RunData data,
                        org.apache.turbine.TemplateContext context)
                 throws java.lang.Exception
Throws:
java.lang.Exception

doGotoadvancedquery

public void doGotoadvancedquery(org.apache.turbine.RunData data,
                                org.apache.turbine.TemplateContext context)
                         throws java.lang.Exception
This method is used by the Create new button to go to the AdvancedQuery page. Since it is a 'create new' option, several of the session persistent options are reset.

Throws:
java.lang.Exception


Copyright © 2000-2004 Tigris.org. All Rights Reserved.