public class TextIssueConstant extends Object implements IssueConstant
NAME_COMPARATOR
Constructor and Description |
---|
TextIssueConstant(String nameKey,
String descriptionKey,
String iconUrl,
JiraAuthenticationContext authenticationContext) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
void |
deleteTranslation(String issueConstantPrefix,
Locale locale) |
String |
getCompleteIconUrl()
Returns the url for the icon with the context path added if necessary.
|
String |
getDescription() |
String |
getDescTranslation() |
String |
getDescTranslation(I18nHelper i18n) |
String |
getDescTranslation(String locale) |
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
String |
getIconUrl() |
String |
getIconUrlHtml()
Returns the HTML-escaped URL for this issue constant.
|
String |
getId() |
String |
getName() |
String |
getNameTranslation() |
String |
getNameTranslation(I18nHelper i18n) |
String |
getNameTranslation(String 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) |
public TextIssueConstant(String nameKey, String descriptionKey, String iconUrl, JiraAuthenticationContext authenticationContext)
public org.ofbiz.core.entity.GenericValue getGenericValue()
public String getId()
getId
in interface IssueConstant
public String getName()
getName
in interface IssueConstant
getName
in interface Named
public void setName(String name)
public String getDescription()
getDescription
in interface IssueConstant
getDescription
in interface NamedWithDescription
public void setDescription(String description)
public Long getSequence()
getSequence
in interface IssueConstant
public void setSequence(Long sequence)
public String getCompleteIconUrl()
IssueConstant
getCompleteIconUrl
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)
public String getNameTranslation()
getNameTranslation
in interface IssueConstant
public String getDescTranslation()
getDescTranslation
in interface IssueConstant
public String getNameTranslation(String locale)
getNameTranslation
in interface IssueConstant
public String getDescTranslation(String locale)
getDescTranslation
in interface IssueConstant
public String getNameTranslation(I18nHelper i18n)
getNameTranslation
in interface IssueConstant
public String getDescTranslation(I18nHelper i18n)
getDescTranslation
in interface IssueConstant
public void setTranslation(String translatedName, String translatedDesc, String issueConstantPrefix, Locale locale)
public com.opensymphony.module.propertyset.PropertySet getPropertySet()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2002-2024 Atlassian. All Rights Reserved.