Class DashboardFilter

    • Constructor Detail

      • DashboardFilter

        public DashboardFilter()
    • Method Detail

      • 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
      • 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)