| org.tigris.scarab.screens.Default org.tigris.scarab.screens.admin.ActivityList
ActivityList | public class ActivityList extends Default (Code) | | 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
author: John McNally version: $Id: ActivityList.java 9255 2004-11-14 21:07:04Z dep4b $ |
Method Summary | |
protected void | doBuildTemplate(RunData data, TemplateContext context) builds up the context for display of variables on the page. |
doBuildTemplate | protected void doBuildTemplate(RunData data, TemplateContext context) throws Exception(Code) | | builds up the context for display of variables on the page.
|
|
|