Class IssueTypeImpl
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.IssueConstantImpl
com.atlassian.jira.issue.issuetype.IssueTypeImpl
- All Implemented Interfaces:
IssueConstant,IssueType,OfBizValueWrapper,Named,NamedWithDescription,Comparable
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValueFields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionIssueTypeImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, AvatarManager avatarManager) -
Method Summary
Modifier and TypeMethodDescriptionGet avatar assigned to this IssueType.getType()booleanvoidsetAvatarId(Long avatarId) Methods inherited from class com.atlassian.jira.issue.IssueConstantImpl
compareTo, deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation, toStringMethods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, storeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.IssueConstant
getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequence
-
Field Details
-
AVATAR_FIELD
- See Also:
-
-
Constructor Details
-
IssueTypeImpl
public IssueTypeImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, AvatarManager avatarManager)
-
-
Method Details
-
isSubTask
public boolean isSubTask() -
getAvatar
Description copied from interface:IssueTypeGet avatar assigned to this IssueType. Link to avatar will be automatically assigned to property iconUrl.When all issue constants will have avatars it should be moved into IssueConstant.
-
getType
-
getAvatarId
-
setAvatarId
-