com.atlassian.jira.issue.comparator
Class ResolutionComparator

java.lang.Object
  extended bycom.atlassian.jira.issue.comparator.IssueConstantsComparator
      extended bycom.atlassian.jira.issue.comparator.ResolutionComparator
All Implemented Interfaces:
Comparator

public class ResolutionComparator
extends IssueConstantsComparator


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.comparator.IssueConstantsComparator
ISSUE_TYPE_COMPARATOR, PRIORITY_COMPARATOR, RESOLUTION_COMPARATOR, STATUS_COMPARATOR
 
Constructor Summary
ResolutionComparator()
           
 
Method Summary
protected  org.ofbiz.core.entity.GenericValue getConstant(org.ofbiz.core.entity.GenericValue i1)
           
protected  org.ofbiz.core.entity.GenericValue getConstant(Issue i1)
           
 
Methods inherited from class com.atlassian.jira.issue.comparator.IssueConstantsComparator
compare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ResolutionComparator

public ResolutionComparator()
Method Detail

getConstant

protected org.ofbiz.core.entity.GenericValue getConstant(org.ofbiz.core.entity.GenericValue i1)
Specified by:
getConstant in class IssueConstantsComparator

getConstant

protected org.ofbiz.core.entity.GenericValue getConstant(Issue i1)
Specified by:
getConstant in class IssueConstantsComparator


Copyright © 2002-2006 Atlassian. All Rights Reserved.