Class ConfigurePlanDependencies

    • Constructor Detail

      • ConfigurePlanDependencies

        public ConfigurePlanDependencies()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • getDependenciesBuildConfigurationEditHtml

        @NotNull
        public @NotNull String getDependenciesBuildConfigurationEditHtml()
      • resetDeselectedLists

        protected void resetDeselectedLists()
      • getDisabledChildKeys

        public Set<String> getDisabledChildKeys()
      • getDisabledParentKeys

        public Set<String> getDisabledParentKeys()
      • setChildPlanKeys

        public void setChildPlanKeys​(Set<String> childPlanKeys)
      • getParentPlanKeys

        @NotNull
        public @NotNull Set<String> getParentPlanKeys()
      • setPlanDependencyManager

        public final void setPlanDependencyManager​(PlanDependencyManager planDependencyManager)
      • setDefaultDependencyBlockingStrategy

        public void setDefaultDependencyBlockingStrategy()
      • getChildPlansJson

        public com.opensymphony.webwork.dispatcher.json.JSONArray getChildPlansJson()
                                                                             throws com.opensymphony.webwork.dispatcher.json.JSONException
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException
      • getParentPlansJson

        public com.opensymphony.webwork.dispatcher.json.JSONArray getParentPlansJson()
                                                                              throws com.opensymphony.webwork.dispatcher.json.JSONException
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException