Class AbstractDeleteConstant<T extends IssueConstant>

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
DeleteIssueType, DeletePriority, DeleteResolution, DeleteStatus

public abstract class AbstractDeleteConstant<T extends IssueConstant> extends AbstractConstantAction<T>
See Also:
  • Field Details

    • id

      protected String id
    • newId

      protected String newId
    • confirm

      protected boolean confirm
  • Constructor Details

    • AbstractDeleteConstant

      public AbstractDeleteConstant()
  • Method Details

    • doValidation

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

      protected void validateNewId()
    • isNewIdValid

      protected boolean isNewIdValid()
    • doExecute

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

      public String getId()
    • setId

      public void setId(String id)
    • getNewId

      public String getNewId()
    • setNewId

      public void setNewId(String newId)
    • getConstant

      public T getConstant()
    • getMatchingIssues

      public List getMatchingIssues() throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getNewConstants

      public Collection<T> getNewConstants()
    • isConfirm

      public boolean isConfirm()
    • setConfirm

      public void setConfirm(boolean confirm)