com.solidstategroup.action.stats
Class LocationAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.action.CmsAction
              extended by com.solidstategroup.action.stats.StatsAction
                  extended by com.solidstategroup.action.stats.LocationAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class LocationAction
extends StatsAction

LocationAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.solidstategroup.action.stats.StatsAction
filter, firedAction
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
LocationAction()
           
 
Method Summary
 java.lang.String execute()
           
 int getBrowserChartId()
           
 java.util.Collection getBrowsers()
           
 int getLocationChartId()
           
 java.util.Collection getLocations()
           
 void setBrowserChartId(int browserChartId)
           
 void setBrowsers(java.util.Collection browsers)
           
 void setLocationChartId(int locationChartId)
           
 void setLocations(java.util.Collection locations)
           
 
Methods inherited from class com.solidstategroup.action.stats.StatsAction
buildBarChart, buildPieChart, getFilter, getFiredAction, setFilter, setFiredAction
 
Methods inherited from class com.solidstategroup.action.CmsAction
prepare
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationAction

public LocationAction()
Method Detail

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport

getBrowsers

public java.util.Collection getBrowsers()

setBrowsers

public void setBrowsers(java.util.Collection browsers)

getLocations

public java.util.Collection getLocations()

setLocations

public void setLocations(java.util.Collection locations)

getLocationChartId

public int getLocationChartId()

setLocationChartId

public void setLocationChartId(int locationChartId)

getBrowserChartId

public int getBrowserChartId()

setBrowserChartId

public void setBrowserChartId(int browserChartId)