package

com.atlassian.jira.issue.comparator

Classes

ApplicationUserBestNameComparator This comparator tries to compare two users based on their 'best name' ie their full name if possible, otherwise their username. 
BeanComparatorIgnoreCase<T>  
ComponentComparator This class is deprecated. since 4.0. use ProjectComponent instead of GenericValue and compare through ProjectComponentComparator  
ConstantsComparator Compares GenericValue constants like Priority, Status, Resolution. 
CustomFieldComparator Compares two CustomField GenericValues. 
CustomFieldComparators Utility class for dealing with custom fields. 
FilterNameComparator Compare SearchRequest by its name 
IssueConstantsComparator  
IssueKeyComparator  
IssueLongFieldComparator  
IssueStatusComparator  
IssueTypeComparator  
IssueTypeKeyComparator Copyright (c) 2002-2004 All rights reserved. 
KeyComparator  
LocaleSensitiveGenericValueComparator Compares a generic value using the provided locale to do an i18n string compare on the value specified by the entity column. 
LocaleSensitiveProjectNameComparator Comparator for Project objects that only compares the names, uses the constructed locale to correctly sort constants names taking into account i18n strings. 
LocaleSensitiveStringComparator Uses a locale to do a correct sort that will correctly sort i18n strings. 
LocaleSensitiveVersionNameComparator Comparator for Version objects that only compares the names, uses the constructed locale to correctly sort constants names taking into account i18n strings. 
NullComparator This comparator compares two given objects and is null safe. 
NullResolutionComparator This comparator just checks for the existance of a resolution - it does not actually use it. 
OfBizComparators  
PortalPageNameComparator Compares a PortalPage by its name 
PriorityComparator Compares priority {@linkn GenericValue GenericValues}. 
PriorityObjectComparator java.util.Comparator for Priority based on sequence. 
ProjectNameComparator Compare Project by its name  
ResolutionComparator  
ResolutionObjectComparator java.util.Comparator for Resolution based on sequence. 
SecurityComparator  
UserBestNameComparator This class is deprecated. since v6.2. This class has poor performance and has been replaced by UserCachingComparator which should be preferred. 
UserCachingComparator This comparator tries to compare two users based on their 'best name' ie their full name if possible, otherwise their username. 
UserComparator  
UserNameComparator Used to sort users based on getName(), not taking into account the users full name. 
VersionComparator  
WorkRatioComparator