Class UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil
java.lang.Object
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil<ApplicationUser>
com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil
- Enclosing class:
UnresolvedIssuesByAssigneeFragment
public static class UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil
extends AbstractUrlFragmentUtil<ApplicationUser>
-
Constructor Summary
ConstructorsConstructorDescriptionAssigneeUrlUtil(SearchRequest searchRequest, ApplicationUser user, ApplicationProperties applicationProperties) -
Method Summary
Methods inherited from class com.atlassian.jira.projects.legacy.projectpanel.fragment.impl.AbstractUrlFragmentUtil
getAllUrl, getUrl
-
Constructor Details
-
AssigneeUrlUtil
public AssigneeUrlUtil(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<ApplicationUser>- Parameters:
user- 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<ApplicationUser>- Returns:
- the order by clause that sorts by the field
-