|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 IssueConstant
public final String getName()
getName
in interface IssueConstant
public final void setName(String name)
setName
in interface IssueConstant
public final String getDescription()
getDescription
in interface IssueConstant
public final void setDescription(String description)
setDescription
in interface IssueConstant
public final Long getSequence()
getSequence
in interface IssueConstant
public final void setSequence(Long sequence)
setSequence
in interface IssueConstant
public String getIconUrl()
getIconUrl
in interface IssueConstant
public String getIconUrlHtml()
IssueConstant
getIconUrlHtml
in interface IssueConstant
IssueConstant.getIconUrl()
public void setIconUrl(String iconURL)
setIconUrl
in interface IssueConstant
public final String getNameTranslation()
getNameTranslation
in interface IssueConstant
public final String getDescTranslation()
getDescTranslation
in interface IssueConstant
public final String getNameTranslation(String locale)
getNameTranslation
in interface IssueConstant
public final String getDescTranslation(String locale)
getDescTranslation
in interface IssueConstant
public final String getNameTranslation(I18nHelper i18n)
If a system defined translation does not exist, the property files for the locale are checked.
getNameTranslation
in interface IssueConstant
i18n
- 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 IssueConstant
i18n
- 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 IssueConstant
public final int compareTo(Object o)
compareTo
in interface Comparable
public 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 |