com.atlassian.jira.web.action.issue
Class ManageWatchers

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.web.action.ProjectActionSupport
                  extended by com.atlassian.jira.web.action.IssueActionSupport
                      extended by com.atlassian.jira.web.action.issue.AbstractIssueSelectAction
                          extended by com.atlassian.jira.web.action.issue.ManageWatchers
All Implemented Interfaces:
ErrorCollection, I18nHelper, IssueSummaryAware, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, webwork.action.ParameterAware

public class ManageWatchers
extends AbstractIssueSelectAction
implements webwork.action.ParameterAware

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.I18nHelper
I18nHelper.BeanFactory
 
Field Summary
static java.lang.String REMOVE_WATCHERS_PREFIX
           
 
Fields inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction
id, issueObject
 
Fields inherited from class com.atlassian.jira.web.action.IssueActionSupport
attachmentManager
 
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport
projectManager
 
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 com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ManageWatchers(WatcherManager watcherManager, com.atlassian.velocity.VelocityManager velocityManager, UserPickerSearchService searchService, WatcherService watcherService)
           
 
Method Summary
 java.lang.String doDefault()
           
 java.lang.String doStartWatchers()
           
 java.lang.String doStartWatching()
           
 java.lang.String doStopWatchers()
           
 java.lang.String doStopWatching()
           
 java.lang.String getCheckboxName(com.opensymphony.user.User user)
           
 UserPickerLayoutBean getManageWatchersLayout()
           
 java.util.Map getParams()
           
 java.lang.String getUserNames()
           
 java.lang.String getUserPickerHtml()
           
 boolean isCanEditWatcherList()
           
 boolean isCanStartWatching()
           
 boolean isCanStopWatching()
           
 boolean isCanViewWatcherList()
           
 boolean isWatching()
           
 boolean isWatchingEnabled()
           
 void setParameters(java.util.Map params)
           
 void setUserNames(java.lang.String userNames)
           
 
Methods inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction
cameFromIssue, cameFromParent, getId, getIssue, getIssueObject, getIssueObjectNoSecurityCheck, getIssuePath, getKey, getLayoutBean, getParentIssueObject, getProject, getSecurityLevel, getSecurityLevel, getSecurityLevelName, getSubTaskManager, getSummaryIssue, getViewIssueKey, getViewUrl, isEditable, isEditable, isHasEditIssuePermission, isIssueExists, isIssueValid, isSubTask, isSubTaskCreatable, isWorkflowAllowsEdit, redirectToView, resetIssue, setId, setIssue, setKey, setViewIssueKey
 
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport
clearSelectedIssue, getAttachmentManager, getCurrentFailedLoginCount, getCurrentJQL, getCustomFieldManager, getDaysPerWeek, getEverLoggedIn, getHoursPerDay, getIssueManager, getLastFailedLogin, getLastLogin, getLoginCount, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getPreviousLogin, getSearchRequest, getSelectedIssueId, getSessionPagerFilterManager, getSessionSearchRequestManager, getSessionSearchRequestManagerFactory, getSessionSelectedIssueManager, getTotalFailedLoginCount, getUrlEncoded, getWorkflow, getWorkflowTransitionDescription, getWorkflowTransitionDisplayName, isCustomFieldHidden, isElevatedSecurityCheckRequired, isFieldHidden, isFieldHidden, isFieldHidden, isTimeTrackingEnabled, setCurrentIssue, setSearchRequest, setSelectedIssueId, updateSearchRequest
 
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport
getBrowseableProjects, getBrowseableProjectsInCategory, getSelectedProjectId, setSelectedProject, setSelectedProject
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, addErrorMessageByKeyIfAbsent, addErrorMessageIfAbsent, forceRedirect, getApplicationProperties, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConglomerateCookieValue, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getHint, getHintManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRandomHint, getRedirect, getRedirectChecker, getRemoteUser, getReturnUrl, getReturnUrlForCancelLink, getSearchSortDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUriValidator, getUserFullName, getUserProjectHistoryManager, getVersionManager, getWebworkStack, getWebworkStack, getXsrfToken, hasErrorMessage, hasErrorMessageByKey, htmlEncode, insertContextPath, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isInlineDialogMode, isSystemAdministrator, isUserExists, returnComplete, returnComplete, returnCompleteWithInlineRedirect, setConglomerateCookieValue, setInline, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getDefaultResourceBundle, getDelegator, getKeysForPrefix, getLocale, getResult, getText, getText, getText, getText, getText, getText, getText, getText, getText0, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doExecute, doValidation, 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.web.action.issue.IssueSummaryAware
getRemoteUser
 
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
 

Field Detail

REMOVE_WATCHERS_PREFIX

public static final java.lang.String REMOVE_WATCHERS_PREFIX
See Also:
Constant Field Values
Constructor Detail

ManageWatchers

public ManageWatchers(WatcherManager watcherManager,
                      com.atlassian.velocity.VelocityManager velocityManager,
                      UserPickerSearchService searchService,
                      WatcherService watcherService)
Method Detail

doDefault

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

getUserPickerHtml

public java.lang.String getUserPickerHtml()
                                   throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

isWatchingEnabled

public boolean isWatchingEnabled()

isWatching

public boolean isWatching()

doStartWatching

public java.lang.String doStartWatching()
                                 throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

doStopWatching

public java.lang.String doStopWatching()
                                throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

doStopWatchers

public java.lang.String doStopWatchers()
                                throws com.opensymphony.user.EntityNotFoundException,
                                       org.ofbiz.core.entity.GenericEntityException
Throws:
com.opensymphony.user.EntityNotFoundException
org.ofbiz.core.entity.GenericEntityException

doStartWatchers

public java.lang.String doStartWatchers()
                                 throws com.opensymphony.user.EntityNotFoundException,
                                        org.ofbiz.core.entity.GenericEntityException
Throws:
com.opensymphony.user.EntityNotFoundException
org.ofbiz.core.entity.GenericEntityException

getManageWatchersLayout

public UserPickerLayoutBean getManageWatchersLayout()

getUserNames

public java.lang.String getUserNames()

setUserNames

public void setUserNames(java.lang.String userNames)

getCheckboxName

public java.lang.String getCheckboxName(com.opensymphony.user.User user)

setParameters

public void setParameters(java.util.Map params)
Specified by:
setParameters in interface webwork.action.ParameterAware

getParams

public java.util.Map getParams()

isCanEditWatcherList

public boolean isCanEditWatcherList()
                             throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

isCanViewWatcherList

public boolean isCanViewWatcherList()
                             throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

isCanStartWatching

public boolean isCanStartWatching()

isCanStopWatching

public boolean isCanStopWatching()


Copyright © 2002-2011 Atlassian. All Rights Reserved.