Class DashboardFilter

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, TabSelectionAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class DashboardFilter extends StarterAction
See Also:
  • Field Details

  • Constructor Details

    • DashboardFilter

      public DashboardFilter()
  • Method Details

    • doDefault

      public String doDefault()
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
    • toggle

      public String toggle()
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getExistingProjects

      public List<Project> getExistingProjects()
    • getExistingProjectsJson

      public com.opensymphony.webwork.dispatcher.json.JSONArray getExistingProjectsJson() throws com.opensymphony.webwork.dispatcher.json.JSONException
      Throws:
      com.opensymphony.webwork.dispatcher.json.JSONException
    • getAllPlanLabels

      public Iterable<Label> getAllPlanLabels()
    • getSelectedProjectKeys

      public List<String> getSelectedProjectKeys()
    • setSelectedProjectKeys

      public void setSelectedProjectKeys(List<String> selectedProjectKeys)
    • isShowOnlyFavorites

      public boolean isShowOnlyFavorites()
    • setShowOnlyFavorites

      public void setShowOnlyFavorites(boolean showOnlyFavorites)
    • isFilterEnabled

      public boolean isFilterEnabled()
    • setFilterEnabled

      public void setFilterEnabled(boolean filterEnabled)
    • getSelectedLabelNames

      public List<String> getSelectedLabelNames()
    • setSelectedLabelNames

      public void setSelectedLabelNames(List<String> labelNames)