com.atlassian.jira.action.component
Class SelectComponentAssigneesUtilImpl

java.lang.Object
  extended by com.atlassian.jira.action.component.SelectComponentAssigneesUtilImpl
All Implemented Interfaces:
SelectComponentAssigneesUtil

public class SelectComponentAssigneesUtilImpl
extends java.lang.Object
implements SelectComponentAssigneesUtil


Constructor Summary
SelectComponentAssigneesUtilImpl(JiraAuthenticationContext authenticationContext, ProjectComponentService projectComponentService)
           
 
Method Summary
 ErrorCollection execute(com.opensymphony.user.User user)
           
 java.util.Map getComponentAssigneeTypes()
           
 java.lang.String getFieldPrefix()
           
 boolean hasPermission(org.ofbiz.core.entity.GenericValue project, com.opensymphony.user.User user)
           
 void setComponentAssigneeTypes(java.util.Map componentAssigneeTypes)
           
 void setFieldPrefix(java.lang.String fieldPrefix)
           
 ErrorCollection validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectComponentAssigneesUtilImpl

public SelectComponentAssigneesUtilImpl(JiraAuthenticationContext authenticationContext,
                                        ProjectComponentService projectComponentService)
Method Detail

validate

public ErrorCollection validate()
Specified by:
validate in interface SelectComponentAssigneesUtil

hasPermission

public boolean hasPermission(org.ofbiz.core.entity.GenericValue project,
                             com.opensymphony.user.User user)
Specified by:
hasPermission in interface SelectComponentAssigneesUtil

execute

public ErrorCollection execute(com.opensymphony.user.User user)
                        throws org.ofbiz.core.entity.GenericEntityException
Specified by:
execute in interface SelectComponentAssigneesUtil
Throws:
org.ofbiz.core.entity.GenericEntityException

getComponentAssigneeTypes

public java.util.Map getComponentAssigneeTypes()
Specified by:
getComponentAssigneeTypes in interface SelectComponentAssigneesUtil

setComponentAssigneeTypes

public void setComponentAssigneeTypes(java.util.Map componentAssigneeTypes)
Specified by:
setComponentAssigneeTypes in interface SelectComponentAssigneesUtil

getFieldPrefix

public java.lang.String getFieldPrefix()
Specified by:
getFieldPrefix in interface SelectComponentAssigneesUtil

setFieldPrefix

public void setFieldPrefix(java.lang.String fieldPrefix)
Specified by:
setFieldPrefix in interface SelectComponentAssigneesUtil


Copyright © 2002-2010 Atlassian. All Rights Reserved.