Class StatusSummaryFragment.StatusUrlUtil
java.lang.Object
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil<Status>
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.StatusSummaryFragment.StatusUrlUtil
- Enclosing class:
StatusSummaryFragment
-
Constructor Summary
ConstructorsConstructorDescriptionStatusUrlUtil(SearchRequest searchRequest, ApplicationUser user, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClausegetDomainClause(Status domain) 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
-
StatusUrlUtil
public StatusUrlUtil(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<Status>- 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.
-
getOrderBy
- Specified by:
getOrderByin classAbstractUrlFragmentUtil<Status>- Returns:
- the order by clause that sorts by the field
-