Class UnresolvedIssuesByPriorityFragment.PriorityUrlUtil
java.lang.Object
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil<Priority>
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.UnresolvedIssuesByPriorityFragment.PriorityUrlUtil
- Enclosing class:
UnresolvedIssuesByPriorityFragment
public static class UnresolvedIssuesByPriorityFragment.PriorityUrlUtil
extends AbstractUrlFragmentUtil<Priority>
-
Constructor Summary
ConstructorsConstructorDescriptionPriorityUrlUtil(SearchRequest searchRequest, ApplicationUser user, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClausegetDomainClause(Priority priority) Create the clause to search for a specific domain objectprotected OrderByMethods inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil
getAllUrl, getUrl
-
Constructor Details
-
PriorityUrlUtil
public PriorityUrlUtil(SearchRequest searchRequest, ApplicationUser user, ApplicationProperties applicationProperties)
-
-
Method Details
-
getDomainClause
Description copied from class:AbstractUrlFragmentUtilCreate the clause to search for a specific domain object- Specified by:
getDomainClausein classAbstractUrlFragmentUtil<Priority>- Parameters:
priority- the domain object that needs to be searched for e.g.Version. Can be Null.- Returns:
- the clause that searchs for issues with the field equal to the domain objects value, or if the domain object is Null, is empty. Never Null.
-
getOrderBy
- Specified by:
getOrderByin classAbstractUrlFragmentUtil<Priority>- Returns:
- the order by clause that sorts by the field
-