|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.service.rank.RankCustomFieldServiceImpl
@Service public class RankCustomFieldServiceImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logger |
| Constructor Summary | |
|---|---|
RankCustomFieldServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
addChangeItem(com.atlassian.crowd.embedded.api.User user,
RankChange rankChange)
Adds a change item to the issues change history |
com.atlassian.jira.issue.fields.CustomField |
getDefaultRankField()
Get the global rank custom field that GreenHopper is aware of. |
java.util.List<com.atlassian.jira.issue.fields.CustomField> |
getRankFields()
|
ServiceOutcome<SortedByRankFieldResult> |
getSortedByRankField(com.atlassian.query.Query query)
Get the sorted by rank field |
ServiceOutcome<java.lang.Boolean> |
isFieldNameInQuerySafe(com.atlassian.jira.issue.fields.CustomField rankField)
Can the field name be used inside a query? Using the name could be invalid, in case another field with the given name exists. |
boolean |
isRankCustomFieldType(com.atlassian.jira.issue.fields.CustomField customField)
Is the passed custom field of type "Global Rank". |
boolean |
isRankField(com.atlassian.jira.issue.fields.CustomField customField)
Is the passed custom field of type "Global Rank" |
boolean |
isRankField(long customFieldId)
Is the passed custom field id of type "Global Rank" |
ServiceOutcome<java.lang.Void> |
validateRankFieldConfiguration(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.fields.CustomField customField)
Validates the passed rank custom field configuration |
| Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
|---|
logDebug, logError, logException, logInfo, logTrace, logWarn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RankCustomFieldServiceImpl()
| Method Detail |
|---|
public com.atlassian.jira.issue.fields.CustomField getDefaultRankField()
RankCustomFieldService
getDefaultRankField in interface RankCustomFieldService
public void addChangeItem(com.atlassian.crowd.embedded.api.User user,
RankChange rankChange)
addChangeItem in interface RankCustomFieldServicepublic boolean isRankField(long customFieldId)
RankCustomFieldService
isRankField in interface RankCustomFieldServicepublic boolean isRankField(com.atlassian.jira.issue.fields.CustomField customField)
RankCustomFieldService
isRankField in interface RankCustomFieldServicepublic boolean isRankCustomFieldType(com.atlassian.jira.issue.fields.CustomField customField)
RankCustomFieldService
isRankCustomFieldType in interface RankCustomFieldService
public ServiceOutcome<java.lang.Void> validateRankFieldConfiguration(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.fields.CustomField customField)
RankCustomFieldService
validateRankFieldConfiguration in interface RankCustomFieldService@NotNull public ServiceOutcome<SortedByRankFieldResult> getSortedByRankField(com.atlassian.query.Query query)
RankCustomFieldService
getSortedByRankField in interface RankCustomFieldServicepublic ServiceOutcome<java.lang.Boolean> isFieldNameInQuerySafe(com.atlassian.jira.issue.fields.CustomField rankField)
RankCustomFieldService
isFieldNameInQuerySafe in interface RankCustomFieldServicepublic java.util.List<com.atlassian.jira.issue.fields.CustomField> getRankFields()
getRankFields in interface RankCustomFieldService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||