com.atlassian.jira.scheme
Class AbstractSchemeAwareAction

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.scheme.AbstractSchemeAwareAction
All Implemented Interfaces:
SchemeAware
Direct Known Subclasses:
AbstractAddScheme, AbstractCopyScheme, AbstractDeleteScheme, AbstractEditScheme, AbstractSelectProjectScheme, AbstractViewSchemes, SchemeAwareIssueSecurityAction, SchemeAwareNotificationAction, SchemeAwarePermissionAction, SelectProjectSecuritySchemeStep2

public abstract class AbstractSchemeAwareAction
extends JiraWebActionSupport
implements SchemeAware

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
AbstractSchemeAwareAction()
           
 
Method Summary
 void doNameValidation(java.lang.String name, java.lang.String mode)
           
abstract  java.lang.String getRedirectURL()
           
 GenericValue getScheme()
          Gets the permission scheme
 java.lang.Long getSchemeId()
          Gets the scheme Id for the permission scheme
abstract  SchemeManager getSchemeManager()
           
 void setSchemeId(java.lang.Long schemeId)
          Sets the schemeId of the permission scheme
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSchemeAwareAction

public AbstractSchemeAwareAction()
Method Detail

getSchemeManager

public abstract SchemeManager getSchemeManager()

getRedirectURL

public abstract java.lang.String getRedirectURL()

getSchemeId

public java.lang.Long getSchemeId()
Gets the scheme Id for the permission scheme

Specified by:
getSchemeId in interface SchemeAware
Returns:
The scheme Id

setSchemeId

public void setSchemeId(java.lang.Long schemeId)
Sets the schemeId of the permission scheme

Specified by:
setSchemeId in interface SchemeAware
Parameters:
schemeId - The value to be set

getScheme

public GenericValue getScheme()
                       throws GenericEntityException
Gets the permission scheme

Specified by:
getScheme in interface SchemeAware
Returns:
The permission scheme of the current action
Throws:
org.ofbiz.core.entity.GenericEntityException
GenericEntityException

doNameValidation

public void doNameValidation(java.lang.String name,
                             java.lang.String mode)