com.solidstategroup.sitetracker.report
Class ReportConstants

java.lang.Object
  extended by com.solidstategroup.sitetracker.report.ReportConstants

public class ReportConstants
extends java.lang.Object

User: Phil Date: 23-Mar-2005 Time: 10:22:58


Field Summary
static java.lang.String OFFSET_NULL
           
static java.lang.String STATS_SESSION_FILTER
           
static int STEP_DAY
           
static int STEP_HOUR
           
static int STEP_MONTH
           
static int STEP_NULL
           
static int STEP_WEEK
           
static java.lang.String[] TIME_LINE_DAY
           
static java.lang.String[] TIME_LINE_DAYS_IN_MONTH
           
static java.lang.String[] TIME_LINE_MONTHS_IN_YEAR
           
static java.lang.String[] TIME_LINE_WEEK
           
static java.lang.String[] TIME_LINE_WEEK_DAYS
           
static int TYPE_AVERAGE_DAY
           
static int TYPE_AVERAGE_HOUR
           
static int TYPE_AVERAGE_MONTH
           
static int TYPE_DOCUMENTDOWNLOADS
           
static int TYPE_LOCATION
           
static int TYPE_PERIOD
           
 
Constructor Summary
ReportConstants()
           
 
Method Summary
static java.util.Map getDaysOfWeek()
           
static java.lang.String[] getMinutesOfHour()
           
static int getMonth(java.lang.String month)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATS_SESSION_FILTER

public static final java.lang.String STATS_SESSION_FILTER
See Also:
Constant Field Values

TYPE_PERIOD

public static final int TYPE_PERIOD
See Also:
Constant Field Values

TYPE_AVERAGE_HOUR

public static final int TYPE_AVERAGE_HOUR
See Also:
Constant Field Values

TYPE_AVERAGE_DAY

public static final int TYPE_AVERAGE_DAY
See Also:
Constant Field Values

TYPE_AVERAGE_MONTH

public static final int TYPE_AVERAGE_MONTH
See Also:
Constant Field Values

TYPE_LOCATION

public static final int TYPE_LOCATION
See Also:
Constant Field Values

TYPE_DOCUMENTDOWNLOADS

public static final int TYPE_DOCUMENTDOWNLOADS
See Also:
Constant Field Values

STEP_NULL

public static final int STEP_NULL
See Also:
Constant Field Values

STEP_HOUR

public static final int STEP_HOUR
See Also:
Constant Field Values

STEP_DAY

public static final int STEP_DAY
See Also:
Constant Field Values

STEP_MONTH

public static final int STEP_MONTH
See Also:
Constant Field Values

STEP_WEEK

public static final int STEP_WEEK
See Also:
Constant Field Values

OFFSET_NULL

public static final java.lang.String OFFSET_NULL
See Also:
Constant Field Values

TIME_LINE_DAY

public static final java.lang.String[] TIME_LINE_DAY

TIME_LINE_WEEK_DAYS

public static final java.lang.String[] TIME_LINE_WEEK_DAYS

TIME_LINE_DAYS_IN_MONTH

public static final java.lang.String[] TIME_LINE_DAYS_IN_MONTH

TIME_LINE_MONTHS_IN_YEAR

public static final java.lang.String[] TIME_LINE_MONTHS_IN_YEAR

TIME_LINE_WEEK

public static final java.lang.String[] TIME_LINE_WEEK
Constructor Detail

ReportConstants

public ReportConstants()
Method Detail

getMonth

public static int getMonth(java.lang.String month)

getDaysOfWeek

public static java.util.Map getDaysOfWeek()

getMinutesOfHour

public static java.lang.String[] getMinutesOfHour()