|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object webwork.action.ActionSupport com.atlassian.jira.action.JiraActionSupport com.atlassian.jira.web.action.JiraWebActionSupport com.atlassian.jira.web.action.ProjectActionSupport com.atlassian.jira.web.action.IssueActionSupport com.atlassian.jira.web.action.issue.AbstractIssueSelectAction com.atlassian.jira.web.action.issue.AbstractViewIssue com.atlassian.jira.web.action.issue.AbstractCommentableIssue com.atlassian.jira.web.action.issue.AbstractCommentableAssignableIssue
Field Summary |
Fields inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction |
id |
Fields inherited from class com.atlassian.jira.web.action.IssueActionSupport |
attachmentManager |
Fields inherited from class com.atlassian.jira.web.action.ProjectActionSupport |
projectManager, savedFilters |
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport |
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request |
Fields inherited from class com.atlassian.jira.action.JiraActionSupport |
log |
Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages |
Fields inherited from interface com.atlassian.jira.util.I18nHelper |
DEFAULT_RESOURCE_BUNDLE |
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
protected |
AbstractCommentableAssignableIssue(IssueLinkManager issueLinkManager,
SubTaskManager subTaskManager)
|
Method Summary | |
protected boolean |
assigneeChanged()
|
java.lang.String |
doDefault()
|
protected void |
doValidation()
|
java.lang.String |
getAssignee()
|
org.ofbiz.core.entity.GenericValue |
getAssignIn()
|
protected boolean |
hasAssigneePermission(org.ofbiz.core.entity.GenericValue project)
|
void |
setAssignee(java.lang.String assignee)
|
Methods inherited from class com.atlassian.jira.web.action.issue.AbstractCommentableIssue |
getComment, getCommentLevel, getCommentLevels, setComment, setCommentLevel |
Methods inherited from class com.atlassian.jira.web.action.issue.AbstractViewIssue |
getAttachments, getIssueLinkManager, getLinkCollection, getPossibleComponents, getPossibleVersions, getPossibleVersionsReleasedFirst, getSubTaskManager, isScreenshotAttachable, isSubTask, isSubTaskCreatable |
Methods inherited from class com.atlassian.jira.web.action.issue.AbstractIssueSelectAction |
getDefaultSecurityLevel, getId, getIssue, getIssuePath, getKey, getProject, getSecurityLevel, getSecurityLevel, getSecurityLevelName, getSecurityLevels, getSecurityLevels, getViewIssueKey, getViewUrl, isEditable, isEditable, isIssueExists, redirectToView, resetIssue, setId, setIssue, setKey, setViewIssueKey |
Methods inherited from class com.atlassian.jira.web.action.IssueActionSupport |
getActionManager, getAttachmentManager, getCustomFieldManager, getDaysPerWeek, getHoursPerDay, getIssueManager, getPossibleVersions, getPossibleVersionsReleasedFirst, getPrettyDuration, getSearchRequest, getUrlEncoded, getWorkflow, isCustomFieldHidden, isFieldHidden, isFieldHidden, isFieldHidden, setCurrentIssue |
Methods inherited from class com.atlassian.jira.web.action.ProjectActionSupport |
getBrowseableProjects, getBrowseableProjectsInCategory, getSavedFilters, getSelectedProject, isEnterprise, setSelectedProject, setSelectedProjectId |
Methods inherited from class com.atlassian.jira.action.JiraActionSupport |
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing |
Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doExecute, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, 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 |
Methods inherited from interface webwork.action.CommandDriven |
setCommand |
Constructor Detail |
protected AbstractCommentableAssignableIssue(IssueLinkManager issueLinkManager, SubTaskManager subTaskManager)
Method Detail |
public java.lang.String doDefault() throws java.lang.Exception
java.lang.Exception
protected void doValidation()
doValidation
in class AbstractCommentableIssue
public java.lang.String getAssignee()
getAssignee
in interface Assignable
public void setAssignee(java.lang.String assignee)
setAssignee
in interface Assignable
public org.ofbiz.core.entity.GenericValue getAssignIn()
getAssignIn
in interface Assignable
protected boolean assigneeChanged()
protected boolean hasAssigneePermission(org.ofbiz.core.entity.GenericValue project)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |