public class

ViewListeners

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.ViewListeners

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ViewListeners(ComponentClassManager componentClassManager, ListenerManager listenerManager)
Public Methods
String doDelete()
String getClazz()
JiraListener getListenerImplementation(GenericValue listener)
ListenerManager getListenerManager()
Collection<GenericValue> getListeners()
Get all the listeners in the system.
String getName()
PropertySet getPropertySet(GenericValue gv)
boolean isListenerDeletable(GenericValue listener)
boolean isListenerEditable(GenericValue listener)
void setClazz(String clazz)
void setDelete(Long delete)
void setName(String name)
Protected Methods
String doExecute()
void doValidation()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public ViewListeners (ComponentClassManager componentClassManager, ListenerManager listenerManager)

Public Methods

public String doDelete ()

public String getClazz ()

public JiraListener getListenerImplementation (GenericValue listener)

public ListenerManager getListenerManager ()

public Collection<GenericValue> getListeners ()

Get all the listeners in the system.

Returns
  • A collection of GenericValues representing listeners

public String getName ()

public PropertySet getPropertySet (GenericValue gv)

public boolean isListenerDeletable (GenericValue listener)

public boolean isListenerEditable (GenericValue listener)

public void setClazz (String clazz)

public void setDelete (Long delete)

public void setName (String name)

Protected Methods

protected String doExecute ()

Throws
Exception

protected void doValidation ()