Modifier and Type | Class and Description |
---|---|
class |
AbstractIssueConstantsManager<T extends IssueConstant> |
Modifier and Type | Method and Description |
---|---|
IssueConstant |
DefaultConstantsManager.getConstantByNameIgnoreCase(String constantType,
String name) |
IssueConstant |
ConstantsManager.getConstantByNameIgnoreCase(String constantType,
String name)
Returns a constant by name ignoring the case of the name passed in.
|
IssueConstant |
DefaultConstantsManager.getConstantObject(String constantType,
String id) |
IssueConstant |
ConstantsManager.getConstantObject(String constantType,
String id)
Returns an
IssueConstant object for the given type & id. |
IssueConstant |
DefaultConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV) |
IssueConstant |
ConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
Deprecated.
Deprecated since v7.0. You just shouldn't have GVs any more
|
IssueConstant |
DefaultConstantsManager.getIssueConstantByName(String constantType,
String name) |
IssueConstant |
ConstantsManager.getIssueConstantByName(String constantType,
String name)
Returns a constant by name.
|
Modifier and Type | Method and Description |
---|---|
List<IssueConstant> |
DefaultConstantsManager.convertToConstantObjects(String constantType,
Collection stuff) |
List<IssueConstant> |
ConstantsManager.convertToConstantObjects(String constantType,
Collection ids)
Deprecated.
Use
ConstantsManager.getConstantsByIds(CONSTANT_TYPE, java.util.Collection) instead. Deprecated since v7.0 |
List<IssueConstant> |
DefaultConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids) |
List<IssueConstant> |
ConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids)
Converts the list of ids to the objects of appropriate types
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultConstantsManager.invalidate(IssueConstant constant) |
void |
ConstantsManager.invalidate(IssueConstant issueConstant)
Clear the cache for this Issue Constant.
|
Modifier and Type | Class and Description |
---|---|
class |
IssueConstantImpl |
class |
MockIssueConstant |
class |
TextIssueConstant |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<IssueConstant,String> |
IssueConstants.getId()
Return a function that will return the id of the passed
IssueConstant . |
static com.google.common.base.Function<IssueConstant,Long> |
IssueConstants.getIdAsLong() |
static com.google.common.base.Function<IssueConstant,String> |
IssueConstants.getIdFunc() |
static Comparator<IssueConstant> |
IssueConstants.getSequenceComparator() |
static com.google.common.base.Function<IssueConstant,String> |
IssueConstants.getTranslatedNameFunc()
Return a function that will return the translated name of the passed
IssueConstant . |
Modifier and Type | Method and Description |
---|---|
static Iterable<String> |
IssueConstants.getIds(Iterable<? extends IssueConstant> constants) |
static Iterable<? extends String> |
IssueConstants.toStringIds(Collection<? extends IssueConstant> issueConstants) |
static Iterable<? extends String> |
IssueConstants.toStringIdsWithoutNulls(Collection<? extends IssueConstant> issueConstants) |
Modifier and Type | Method and Description |
---|---|
protected IssueConstant |
IssueTypeComparator.getConstant(org.ofbiz.core.entity.GenericValue i1) |
protected IssueConstant |
ResolutionComparator.getConstant(org.ofbiz.core.entity.GenericValue i1) |
protected abstract IssueConstant |
IssueConstantsComparator.getConstant(org.ofbiz.core.entity.GenericValue i1) |
protected IssueConstant |
PriorityComparator.getConstant(org.ofbiz.core.entity.GenericValue i1) |
protected IssueConstant |
IssueStatusComparator.getConstant(org.ofbiz.core.entity.GenericValue i1) |
protected IssueConstant |
IssueTypeComparator.getConstant(Issue i1) |
protected IssueConstant |
ResolutionComparator.getConstant(Issue i1) |
protected abstract IssueConstant |
IssueConstantsComparator.getConstant(Issue i1) |
protected IssueConstant |
PriorityComparator.getConstant(Issue i1) |
protected IssueConstant |
IssueStatusComparator.getConstant(Issue i1) |
Modifier and Type | Method and Description |
---|---|
int |
ConstantsComparator.compare(IssueConstant constant1,
IssueConstant constant2) |
Constructor and Description |
---|
IssueConstantOption(IssueConstant constant) |
Modifier and Type | Interface and Description |
---|---|
interface |
IssueType |
Modifier and Type | Class and Description |
---|---|
class |
IssueTypeImpl |
class |
MockIssueType |
Modifier and Type | Interface and Description |
---|---|
interface |
Priority
Represents priority of the issue.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorityImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Resolution |
Modifier and Type | Class and Description |
---|---|
class |
ResolutionImpl |
Modifier and Type | Method and Description |
---|---|
protected static IssueConstant |
SingleWordQuickSearchHandler.getIssueConstantByName(Collection<? extends IssueConstant> values,
String name)
For a Collection of Generic Values, return the one that has
genericValue.getString("name") equal to name |
IssueConstant |
ResolutionQuickSearchHandler.getResolutionsByName(String name) |
IssueConstant |
IssueTypeQuickSearchHandler.getTypeByName(String name) |
Modifier and Type | Method and Description |
---|---|
protected static IssueConstant |
SingleWordQuickSearchHandler.getIssueConstantByName(Collection<? extends IssueConstant> values,
String name)
For a Collection of Generic Values, return the one that has
genericValue.getString("name") equal to name |
Modifier and Type | Class and Description |
---|---|
class |
IssueConstantsSearchRenderer<T extends IssueConstant>
Provides the search renderer for issue constants (priority, status, resolution).
|
Modifier and Type | Class and Description |
---|---|
class |
IssueConstantSearchInputTransformer<T extends IssueConstant>
A issue-constant-specific
IdIndexedSearchInputTransformer . |
Modifier and Type | Class and Description |
---|---|
class |
IssueConstantIndexedInputHelper<T extends IssueConstant>
Extension of
DefaultIndexedInputHelper that knows how to create SingleValueOperand s by resolving
ids to Issue Constant names. |
Modifier and Type | Method and Description |
---|---|
IssueConstant |
AbstractConstantStatisticsMapper.getValueFromLuceneField(String documentValue) |
Modifier and Type | Method and Description |
---|---|
Comparator<IssueConstant> |
ReversePriorityStatisticsMapper.getComparator() |
Comparator<IssueConstant> |
AbstractConstantStatisticsMapper.getComparator() |
Comparator<IssueConstant> |
IssueTypeStatisticsMapper.getComparator() |
SearchRequestAppender<IssueConstant> |
StatusStatisticsMapper.getSearchRequestAppender() |
SearchRequestAppender<IssueConstant> |
IssueTypeStatisticsMapper.getSearchRequestAppender() |
SearchRequestAppender<IssueConstant> |
PriorityStatisticsMapper.getSearchRequestAppender() |
SearchRequestAppender<IssueConstant> |
ResolutionStatisticsMapper.getSearchRequestAppender() |
Modifier and Type | Method and Description |
---|---|
SearchRequest |
AbstractConstantStatisticsMapper.getSearchUrlSuffix(IssueConstant value,
SearchRequest searchRequest) |
boolean |
AbstractConstantStatisticsMapper.isValidValue(IssueConstant value) |
Modifier and Type | Interface and Description |
---|---|
interface |
Status |
Modifier and Type | Class and Description |
---|---|
class |
MockStatus |
class |
StatusImpl |
Modifier and Type | Class and Description |
---|---|
class |
IssueConstantInfoResolver<T extends IssueConstant>
Resolves index info with a lucene field using the id of the domain object T to get the
indexed values from a NameResolver<T> .
|
Modifier and Type | Method and Description |
---|---|
protected List<IssueConstant> |
ResolutionClauseValuesGenerator.getAllConstants() |
protected List<IssueConstant> |
IssueTypeClauseValuesGenerator.getAllConstants() |
protected abstract List<IssueConstant> |
AbstractIssueConstantValuesGenerator.getAllConstants() |
protected List<IssueConstant> |
StatusClauseValuesGenerator.getAllConstants() |
protected List<IssueConstant> |
PriorityClauseValuesGenerator.getAllConstants() |
Modifier and Type | Method and Description |
---|---|
IssueConstant |
MockConstantsManager.getConstantByNameIgnoreCase(String constantType,
String name) |
IssueConstant |
MockConstantsManager.getConstantObject(String constantType,
String id) |
IssueConstant |
MockConstantsManager.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV) |
IssueConstant |
MockConstantsManager.getIssueConstantByName(String constantType,
String name) |
Modifier and Type | Method and Description |
---|---|
List<IssueConstant> |
MockConstantsManager.getConstantsByIds(ConstantsManager.CONSTANT_TYPE constantType,
Collection<String> ids) |
Modifier and Type | Method and Description |
---|---|
void |
MockConstantsManager.invalidate(IssueConstant issueConstant) |
Modifier and Type | Method and Description |
---|---|
IssueConstant |
AbstractReport.getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV) |
Modifier and Type | Method and Description |
---|---|
String |
JiraWebActionSupport.getDescTranslation(IssueConstant issueConstant)
Deprecated.
Use
ConstantsManager instead. Since v6.0. |
String |
JiraWebActionSupport.getNameTranslation(IssueConstant issueConstant)
Deprecated.
Use
ConstantsManager instead. Since v6.0. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IssueConstant> |
IconPicker.getAssociatedImages(String imageLocation) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstantAction<T extends IssueConstant> |
class |
AbstractDeleteConstant<T extends IssueConstant> |
class |
AbstractEditConstant<T extends IssueConstant> |
class |
AbstractViewConstants<T extends IssueConstant> |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractEditConstant.constant |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractViewConstants.isDefault(IssueConstant constant) |
Modifier and Type | Method and Description |
---|---|
Collection<IssueConstant> |
ViewTranslations.getIssueConstants() |
Modifier and Type | Method and Description |
---|---|
void |
TranslationManagerImpl.deleteIssueConstantTranslation(IssueConstant issueConstant,
String issueConstantPrefix,
Locale locale) |
void |
TranslationManager.deleteIssueConstantTranslation(IssueConstant issueConstant,
String issueConstantPrefix,
Locale locale) |
String |
ViewTranslations.getDescKey(IssueConstant issueConstant) |
String |
TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
Locale locale) |
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
Locale locale) |
String |
TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale) |
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale) |
String |
TranslationManagerImpl.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n)
Extract the desired string (name/description) from the specified issue constant.
|
String |
TranslationManager.getIssueConstantTranslation(IssueConstant issueConstant,
boolean name,
String locale,
I18nHelper i18n) |
String |
ViewTranslations.getNameKey(IssueConstant issueConstant) |
String |
ViewTranslations.getTranslatedDesc(IssueConstant issueConstant) |
String |
ViewTranslations.getTranslatedName(IssueConstant issueConstant) |
boolean |
TranslationManagerImpl.hasLocaleTranslation(IssueConstant issueConstant,
String locale) |
boolean |
TranslationManager.hasLocaleTranslation(IssueConstant issueConstant,
String locale) |
void |
TranslationManagerImpl.setIssueConstantTranslation(IssueConstant issueConstant,
String issueConstantPrefix,
Locale locale,
String translatedName,
String translatedDesc) |
void |
TranslationManager.setIssueConstantTranslation(IssueConstant issueConstant,
String issueConstantPrefix,
Locale locale,
String translatedName,
String translatedDesc) |
Modifier and Type | Method and Description |
---|---|
String |
IssueConstantWebComponent.getHtml(IssueConstant issueConstant) |
String |
IssueConstantWebComponent.getHtml(IssueConstant issueConstant,
String imgClass) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.