Class EditCustomFieldOptions

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditCustomFieldOptions extends AbstractEditConfigurationItemAction
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class AbstractEditConfigurationItemAction
      Throws:
      Exception
    • doValidation

      protected void doValidation()
      Overrides:
      doValidation in class webwork.action.ActionSupport
    • doConfigureOption

      public String doConfigureOption()
    • doAdd

      public String doAdd() throws Exception
      Throws:
      Exception
    • doSort

      public String doSort() throws Exception
      Throws:
      Exception
    • doMoveToFirst

      public String doMoveToFirst() throws Exception
      Throws:
      Exception
    • doMoveUp

      public String doMoveUp() throws Exception
      Throws:
      Exception
    • doMoveDown

      public String doMoveDown() throws Exception
      Throws:
      Exception
    • doMoveToLast

      public String doMoveToLast() throws Exception
      Throws:
      Exception
    • getNewPositionTextBoxName

      public String getNewPositionTextBoxName(int optionId)
    • getNewPositionValue

      public String getNewPositionValue(int optionId)
    • doRemove

      public String doRemove() throws Exception
      Throws:
      Exception
    • doDisable

      public String doDisable() throws Exception
      Throws:
      Exception
    • doEnable

      public String doEnable() throws Exception
      Throws:
      Exception
    • doEdit

      public String doEdit() throws Exception
      Throws:
      Exception
    • doUpdate

      public String doUpdate() throws Exception
      Throws:
      Exception
    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getAffectedIssues

      public Collection<Issue> getAffectedIssues()
    • getOptions

      public Options getOptions()
    • getDisplayOptions

      public Collection getDisplayOptions()
    • getSelectedOption

      public Option getSelectedOption()
    • getSelectedParentOption

      public Option getSelectedParentOption()
    • getDefaultValues

      public Object getDefaultValues()
    • isDefaultValue

      public boolean isDefaultValue(String value)
    • getButtonRowSize

      public int getButtonRowSize()
    • isCascadingSelect

      public boolean isCascadingSelect()
    • getSelectedParentOptionUrlPreifx

      public String getSelectedParentOptionUrlPreifx()
    • getSelectedParentOptionUrlPrefix

      public String getSelectedParentOptionUrlPrefix(String action)
    • getDoActionUrl

      public String getDoActionUrl(Option option, String action)
    • getUrlWithParent

      public String getUrlWithParent(String action)
    • getAddValue

      public String getAddValue()
    • setAddValue

      public void setAddValue(String addValue)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getSelectedValue

      public String getSelectedValue()
    • setSelectedValue

      public void setSelectedValue(String selectedValue)
    • getSelectedParentOptionId

      public Long getSelectedParentOptionId()
    • setSelectedParentOptionId

      public void setSelectedParentOptionId(Long selectedParentOptionId)
    • setConfirm

      public void setConfirm(boolean confirm)
    • getHlOptions

      public Collection getHlOptions()
    • setCurrentOptions

      public void setCurrentOptions(String[] currentFields)