org.sakaiproject.sitestats.tool.wicket.models
Class ServerWideModel

java.lang.Object
  extended by org.apache.wicket.model.Model
      extended by org.sakaiproject.sitestats.tool.wicket.models.ServerWideModel
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel

public class ServerWideModel
extends org.apache.wicket.model.Model

See Also:
Serialized Form

Field Summary
static String DAILY_LOGIN_REPORT
           
static String HOURLY_USAGE_REPORT
           
static String MONTHLY_LOGIN_REPORT
           
static String NONE
           
static String REGULAR_USERS_REPORT
           
static String TOOL_REPORT
           
static String TOP_ACTIVITIES_REPORT
           
static String WEEKLY_LOGIN_REPORT
           
 
Constructor Summary
ServerWideModel()
           
 
Method Summary
 String getReportDescription()
           
 String getReportNotes()
           
 String getReportTitle()
           
 String getSelectedView()
           
 void setReportDescription(String reportDescription)
           
 void setReportNotes(String reportNotes)
           
 void setReportTitle(String reportTitle)
           
 void setSelectedView(String selectedView)
           
 
Methods inherited from class org.apache.wicket.model.Model
detach, equals, getObject, getObject, hashCode, of, of, of, of, of, ofList, ofMap, ofSet, setObject, setObject, toString, valueOf, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MONTHLY_LOGIN_REPORT

public static final String MONTHLY_LOGIN_REPORT
See Also:
Constant Field Values

WEEKLY_LOGIN_REPORT

public static final String WEEKLY_LOGIN_REPORT
See Also:
Constant Field Values

DAILY_LOGIN_REPORT

public static final String DAILY_LOGIN_REPORT
See Also:
Constant Field Values

REGULAR_USERS_REPORT

public static final String REGULAR_USERS_REPORT
See Also:
Constant Field Values

HOURLY_USAGE_REPORT

public static final String HOURLY_USAGE_REPORT
See Also:
Constant Field Values

TOP_ACTIVITIES_REPORT

public static final String TOP_ACTIVITIES_REPORT
See Also:
Constant Field Values

TOOL_REPORT

public static final String TOOL_REPORT
See Also:
Constant Field Values

NONE

public static final String NONE
See Also:
Constant Field Values
Constructor Detail

ServerWideModel

public ServerWideModel()
Method Detail

getReportTitle

public final String getReportTitle()

setReportTitle

public final void setReportTitle(String reportTitle)

getReportDescription

public final String getReportDescription()

setReportDescription

public final void setReportDescription(String reportDescription)

getReportNotes

public final String getReportNotes()

setReportNotes

public final void setReportNotes(String reportNotes)

getSelectedView

public final String getSelectedView()

setSelectedView

public final void setSelectedView(String selectedView)


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.