com.atlassian.jira.plugins.mail.webwork
Class EditHandlerDetailsWebAction

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.plugins.mail.webwork.MailWebActionSupport
                  extended by com.atlassian.jira.plugins.mail.webwork.AbstractEditHandlerDetailsWebAction
                      extended by com.atlassian.jira.plugins.mail.webwork.EditHandlerDetailsWebAction
All Implemented Interfaces:
ErrorCollection, I18nHelper, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditHandlerDetailsWebAction
extends AbstractEditHandlerDetailsWebAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.plugins.mail.webwork.AbstractEditHandlerDetailsWebAction
AbstractEditHandlerDetailsWebAction.WebWorkErrorCollector
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.ErrorCollection
ErrorCollection.Reason
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper
I18nHelper.BeanFactory
 
Field Summary
 
Fields inherited from class com.atlassian.jira.plugins.mail.webwork.AbstractEditHandlerDetailsWebAction
configuration, descriptor, pluginAccessor
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, RETURN_URL_PARAMETER, savedFilters
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
EditHandlerDetailsWebAction(IssueTypeSchemeManager issueTypeSchemeManager, ProjectManager projectManager, HandlerDetailsValidator detailsValidator, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
protected  void copyServiceSettings(JiraServiceContainer serviceContainer)
           
protected  void doValidation()
           
protected  Map<String,String[]> getAdditionalServiceParams()
           
 String getBulkOptionsJson()
           
 String getDetailsJson()
           
static Map<String,String> getFieldLabels()
           
protected  Map<String,String> getHandlerParams()
           
 String getProjectsJson()
           
 boolean isCreateIssueHandlerSelected()
           
 boolean isCreateOrCommentHandlerSelected()
           
 boolean isRegexCommentHandlerSelected()
           
 void setDetailsJson(String json)
           
 
Methods inherited from class com.atlassian.jira.plugins.mail.webwork.AbstractEditHandlerDetailsWebAction
doDefault, doExecute, getHandlerName, getServiceParams, isEditing
 
Methods inherited from class com.atlassian.jira.plugins.mail.webwork.MailWebActionSupport
canAddService, canEditService, canPerformAjaxSearch, getBrowserUtils, getConfiguration, getHelpPath, getService, getServiceManager, getServiceTypes, getSorter, setConfiguration
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addError, addErrorCollection, addErrorMessage, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, addReason, addReasons, forceRedirect, getAdministratorContactLink, getApplicationProperties, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDateTimeFormatter, getDescTranslation, getDmyDateFormatter, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraContactHelper, getJiraServiceContext, getLanguage, getLoggedInUser, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getRandomHint, getReasons, getRedirect, getRedirectChecker, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getTimeFormat, getUriValidator, getUserFullName, getUserManager, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, returnCompleteWithInlineRedirectAndMsg, setConglomerateCookieValue, setInline, setReasons, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getComponentInstanceOfType, getDefaultResourceBundle, getDelegator, getI18nHelper, getKeysForPrefix, getLocale, getOfBizDelegator, getRemoteUser, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isIndexing, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, getCommandName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
getCommandName, setCommand
 

Constructor Detail

EditHandlerDetailsWebAction

public EditHandlerDetailsWebAction(IssueTypeSchemeManager issueTypeSchemeManager,
                                   ProjectManager projectManager,
                                   HandlerDetailsValidator detailsValidator,
                                   com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail

copyServiceSettings

protected void copyServiceSettings(JiraServiceContainer serviceContainer)
                            throws ObjectConfigurationException
Specified by:
copyServiceSettings in class AbstractEditHandlerDetailsWebAction
Throws:
ObjectConfigurationException

getHandlerParams

protected Map<String,String> getHandlerParams()
Specified by:
getHandlerParams in class AbstractEditHandlerDetailsWebAction

getAdditionalServiceParams

protected Map<String,String[]> getAdditionalServiceParams()
                                                   throws Exception
Overrides:
getAdditionalServiceParams in class AbstractEditHandlerDetailsWebAction
Throws:
Exception

doValidation

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

getFieldLabels

public static Map<String,String> getFieldLabels()

setDetailsJson

public void setDetailsJson(String json)

getDetailsJson

@Nonnull
public String getDetailsJson()

getBulkOptionsJson

@Nonnull
public String getBulkOptionsJson()

getProjectsJson

@Nonnull
public String getProjectsJson()

isCreateOrCommentHandlerSelected

public boolean isCreateOrCommentHandlerSelected()

isCreateIssueHandlerSelected

public boolean isCreateIssueHandlerSelected()

isRegexCommentHandlerSelected

public boolean isRegexCommentHandlerSelected()


Copyright © 2002-2012 Atlassian. All Rights Reserved.