com.atlassian.jira.plugin.projectpanel.fragment.impl
Class UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil

java.lang.Object
  extended by com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractUrlFragmentUtil<com.atlassian.crowd.embedded.api.User>
      extended by com.atlassian.jira.plugin.projectpanel.fragment.impl.UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil
Enclosing class:
UnresolvedIssuesByAssigneeFragment

public static class UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil
extends AbstractUrlFragmentUtil<com.atlassian.crowd.embedded.api.User>


Constructor Summary
UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil(SearchRequest searchRequest, com.atlassian.crowd.embedded.api.User user, ApplicationProperties applicationProperties)
           
 
Method Summary
protected  Clause getDomainClause(com.atlassian.crowd.embedded.api.User user)
          Create the clause to search for a specific domain object
protected  OrderBy getOrderBy()
           
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.fragment.impl.AbstractUrlFragmentUtil
getAllUrl, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil

public UnresolvedIssuesByAssigneeFragment.AssigneeUrlUtil(SearchRequest searchRequest,
                                                          com.atlassian.crowd.embedded.api.User user,
                                                          ApplicationProperties applicationProperties)
Method Detail

getDomainClause

protected Clause getDomainClause(com.atlassian.crowd.embedded.api.User user)
Description copied from class: AbstractUrlFragmentUtil
Create the clause to search for a specific domain object

Specified by:
getDomainClause in class AbstractUrlFragmentUtil<com.atlassian.crowd.embedded.api.User>
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

protected OrderBy getOrderBy()
Specified by:
getOrderBy in class AbstractUrlFragmentUtil<com.atlassian.crowd.embedded.api.User>
Returns:
the order by clause that sorts by the field


Copyright © 2002-2014 Atlassian. All Rights Reserved.