com.atlassian.jira.web.action.admin.issuetypes
Class IssueTypeManageableOption

java.lang.Object
  extended by com.atlassian.jira.web.action.admin.issuetypes.IssueTypeManageableOption
All Implemented Interfaces:
ManageableOptionType

public class IssueTypeManageableOption
extends Object
implements ManageableOptionType


Constructor Summary
IssueTypeManageableOption(ConstantsManager constantsManager, SubTaskManager subTaskManager, ApplicationProperties properties, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getActionPrefix()
           
 Collection getAllOptions()
           
 String getFieldId()
           
 String getLocalHelpSuffix()
           
 String getTitle()
           
 String getTitleLowerCase()
           
 String getTitleSingle()
           
 Collection getTypesList()
           
 boolean isDefault(org.ofbiz.core.entity.GenericValue constant)
           
 boolean isIconEnabled()
           
 boolean isTypeEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueTypeManageableOption

public IssueTypeManageableOption(ConstantsManager constantsManager,
                                 SubTaskManager subTaskManager,
                                 ApplicationProperties properties,
                                 JiraAuthenticationContext authenticationContext)
Method Detail

getFieldId

public String getFieldId()
Specified by:
getFieldId in interface ManageableOptionType

getActionPrefix

public String getActionPrefix()
Specified by:
getActionPrefix in interface ManageableOptionType

getLocalHelpSuffix

public String getLocalHelpSuffix()
Specified by:
getLocalHelpSuffix in interface ManageableOptionType

getTitle

public String getTitle()
Specified by:
getTitle in interface ManageableOptionType

getTitleSingle

public String getTitleSingle()
Specified by:
getTitleSingle in interface ManageableOptionType

getTitleLowerCase

public String getTitleLowerCase()
Specified by:
getTitleLowerCase in interface ManageableOptionType

isIconEnabled

public boolean isIconEnabled()
Specified by:
isIconEnabled in interface ManageableOptionType

isTypeEnabled

public boolean isTypeEnabled()
Specified by:
isTypeEnabled in interface ManageableOptionType

getAllOptions

public Collection getAllOptions()
Specified by:
getAllOptions in interface ManageableOptionType

isDefault

public boolean isDefault(org.ofbiz.core.entity.GenericValue constant)
Specified by:
isDefault in interface ManageableOptionType

getTypesList

public Collection getTypesList()


Copyright © 2002-2007 Atlassian. All Rights Reserved.