Package com.atlassian.jira.issue.status
Class StatusImpl
java.lang.Object
com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.IssueConstantImpl
com.atlassian.jira.issue.status.StatusImpl
- All Implemented Interfaces:
IssueConstant,Status,OfBizValueWrapper,Named,NamedWithDescription,Comparable
-
Field Summary
Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
genericValueFields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionStatusImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, StatusCategoryManager statusCategoryManager) -
Method Summary
Modifier and TypeMethodDescriptiongetSimpleStatus(I18nHelper i18nHelper) Get theStatusCategoryfor this Status.voidsetStatusCategory(StatusCategory statusCategory) 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
getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequenceMethods inherited from interface com.atlassian.jira.issue.status.Status
getCompleteIconUrl, getIconUrl
-
Constructor Details
-
StatusImpl
public StatusImpl(org.ofbiz.core.entity.GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, StatusCategoryManager statusCategoryManager)
-
-
Method Details
-
getStatusCategory
Description copied from interface:StatusGet theStatusCategoryfor this Status.If there is no status category defined, returns
StatusCategoryManager.getDefaultStatusCategory().- Specified by:
getStatusCategoryin interfaceStatus- Returns:
- The
StatusCategoryfor this Status.
-
setStatusCategory
-
getStatusCategoryId
-
getSimpleStatus
- Specified by:
getSimpleStatusin interfaceStatus
-
getSimpleStatus
- Specified by:
getSimpleStatusin interfaceStatus
-