|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
com.atlassian.jira.issue.IssueConstantImpl
public class IssueConstantImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
|---|
genericValue |
| Constructor Summary | |
|---|---|
IssueConstantImpl(org.ofbiz.core.entity.GenericValue genericValue,
TranslationManager translationManager,
JiraAuthenticationContext authenticationContext)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
void |
deleteTranslation(String issueConstantPrefix,
Locale locale)
|
String |
getDescription()
|
String |
getDescTranslation()
Retrieve desc translation in current locale |
String |
getDescTranslation(I18nHelper i18n)
Retrieve desc translation. |
String |
getDescTranslation(String locale)
Retrieve desc translation in specified locale |
String |
getIconUrl()
|
String |
getIconUrlHtml()
Returns the HTML-escaped URL for this issue constant. |
String |
getId()
|
String |
getName()
|
String |
getNameTranslation()
Retrieve name translation in current locale |
String |
getNameTranslation(I18nHelper i18n)
Retrieve name translation. |
String |
getNameTranslation(String locale)
Retrieve name translation in specified locale |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet()
|
Long |
getSequence()
|
void |
setDescription(String description)
|
void |
setIconUrl(String iconURL)
|
void |
setName(String name)
|
void |
setSequence(Long sequence)
|
void |
setTranslation(String translatedName,
String translatedDesc,
String issueConstantPrefix,
Locale locale)
|
| Methods inherited from class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper |
|---|
equals, getGenericValue, getLong, getString, getTimestamp, hashCode, store |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.jira.issue.IssueConstant |
|---|
getGenericValue |
| Constructor Detail |
|---|
public IssueConstantImpl(org.ofbiz.core.entity.GenericValue genericValue,
TranslationManager translationManager,
JiraAuthenticationContext authenticationContext)
| Method Detail |
|---|
public final String getId()
getId in interface IssueConstantpublic final String getName()
getName in interface IssueConstantpublic final void setName(String name)
setName in interface IssueConstantpublic final String getDescription()
getDescription in interface IssueConstantpublic final void setDescription(String description)
setDescription in interface IssueConstantpublic final Long getSequence()
getSequence in interface IssueConstantpublic final void setSequence(Long sequence)
setSequence in interface IssueConstantpublic String getIconUrl()
getIconUrl in interface IssueConstantpublic String getIconUrlHtml()
IssueConstant
getIconUrlHtml in interface IssueConstantIssueConstant.getIconUrl()public void setIconUrl(String iconURL)
setIconUrl in interface IssueConstantpublic final String getNameTranslation()
getNameTranslation in interface IssueConstantpublic final String getDescTranslation()
getDescTranslation in interface IssueConstantpublic final String getNameTranslation(String locale)
getNameTranslation in interface IssueConstantpublic final String getDescTranslation(String locale)
getDescTranslation in interface IssueConstantpublic final String getNameTranslation(I18nHelper i18n)
If a system defined translation does not exist, the property files for the locale are checked.
getNameTranslation in interface IssueConstanti18n - an I18nHelper to use for the translation.
public final String getDescTranslation(I18nHelper i18n)
If a system defined translation does not exist, the property files for the locale are checked.
getDescTranslation in interface IssueConstanti18n - an I18nHelper to use for the translation.
public final void setTranslation(String translatedName,
String translatedDesc,
String issueConstantPrefix,
Locale locale)
setTranslation in interface IssueConstant
public final void deleteTranslation(String issueConstantPrefix,
Locale locale)
deleteTranslation in interface IssueConstantpublic final int compareTo(Object o)
compareTo in interface Comparablepublic com.opensymphony.module.propertyset.PropertySet getPropertySet()
getPropertySet in interface IssueConstant
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||