Class UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil
java.lang.Object
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil<Version>
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil
- Enclosing class:
UnresolvedIssuesByFixVersionFragment
public static class UnresolvedIssuesByFixVersionFragment.FixVersionUrlUtil
extends AbstractUrlFragmentUtil<Version>
-
Constructor Summary
ConstructorsConstructorDescriptionFixVersionUrlUtil(SearchRequest searchRequest, ApplicationUser user, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClausegetDomainClause(Version version) 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
-
FixVersionUrlUtil
public FixVersionUrlUtil(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<Version>- Parameters:
version- 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<Version>- Returns:
- the order by clause that sorts by the field
-