Class ViewListeners

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.ViewListeners
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class ViewListeners extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • getListenerManager

      public ListenerManager getListenerManager()
    • setDelete

      public void setDelete(Long delete)
    • doValidation

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

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

      public String doDelete()
    • getListeners

      public Collection<org.ofbiz.core.entity.GenericValue> getListeners()
      Get all the listeners in the system.
      Returns:
      A collection of GenericValues representing listeners
    • getListenerImplementation

      public JiraListener getListenerImplementation(org.ofbiz.core.entity.GenericValue listener)
    • isListenerDeletable

      public boolean isListenerDeletable(org.ofbiz.core.entity.GenericValue listener)
    • isListenerEditable

      public boolean isListenerEditable(org.ofbiz.core.entity.GenericValue listener)
    • getPropertySet

      public com.opensymphony.module.propertyset.PropertySet getPropertySet(org.ofbiz.core.entity.GenericValue gv)
    • setName

      public void setName(String name)
    • setClazz

      public void setClazz(String clazz)
    • getName

      public String getName()
    • getClazz

      public String getClazz()