org.tigris.scarab.screens.admin
Class ActivityList

java.lang.Object
  extended byorg.apache.turbine.modules.Module
      extended byorg.apache.turbine.modules.SecureModule
          extended byorg.apache.turbine.modules.screens.TemplateSecureScreen
              extended byorg.apache.turbine.TemplateSecureScreen
                  extended byorg.tigris.scarab.screens.Default
                      extended byorg.tigris.scarab.screens.admin.ActivityList

public class ActivityList
extends Default

Screen creates an iterator of ActivitySets for the ActivityList.vm template with no parameters it returns all ActivitySets sorted in reverse creation date order. Parameters can be used to limit results sort=pk will sort in reverse pk order frompk and topk can be used to specify integers to limit results fromdate and todate can be entered in "yyyy-MM-dd HH:mm:ss" format

Version:
$Id: ActivityList.java 9255 2004-11-14 21:07:04Z dep4b $
Author:
John McNally

Constructor Summary
ActivityList()
           
 
Method Summary
protected  void doBuildTemplate(org.apache.turbine.RunData data, org.apache.turbine.TemplateContext context)
          builds up the context for display of variables on the page.
 
Methods inherited from class org.tigris.scarab.screens.Default
checkAuthorized, doBuild, getLocalizationTool, getScarabRequestTool, getTitle, isAuthorized, setTargetLogin, setTargetSelectModule
 
Methods inherited from class org.apache.turbine.modules.SecureModule
doBuildTemplate
 
Methods inherited from class org.apache.turbine.modules.Module
build, evaluate, execute, 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

ActivityList

public ActivityList()
Method Detail

doBuildTemplate

protected void doBuildTemplate(org.apache.turbine.RunData data,
                               org.apache.turbine.TemplateContext context)
                        throws java.lang.Exception
builds up the context for display of variables on the page.

Overrides:
doBuildTemplate in class Default
Throws:
java.lang.Exception


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