public static class

StatusSummaryFragment.StatusUrlUtil

extends AbstractUrlFragmentUtil<T>
java.lang.Object
   ↳ com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractUrlFragmentUtil<T>
     ↳ com.atlassian.jira.plugin.projectpanel.fragment.impl.StatusSummaryFragment.StatusUrlUtil

Summary

Public Constructors
StatusSummaryFragment.StatusUrlUtil(SearchRequest searchRequest, User user, ApplicationProperties applicationProperties)
Protected Methods
Clause getDomainClause(Status domain)
Create the clause to search for a specific domain object
OrderBy getOrderBy()
[Expand]
Inherited Methods
From class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractUrlFragmentUtil
From class java.lang.Object

Public Constructors

public StatusSummaryFragment.StatusUrlUtil (SearchRequest searchRequest, User user, ApplicationProperties applicationProperties)

Protected Methods

protected Clause getDomainClause (Status domain)

Create the clause to search for a specific domain object

Parameters
domain 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.

protected OrderBy getOrderBy ()

Returns
  • the order by clause that sorts by the field