com.evolveum.midpoint.web.util
Class ResourceItemComparator

java.lang.Object
  extended by com.evolveum.midpoint.web.util.SortableListComparator<ResourceListItem>
      extended by com.evolveum.midpoint.web.util.ResourceItemComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<ResourceListItem>

public class ResourceItemComparator
extends SortableListComparator<ResourceListItem>

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ResourceItemComparator(java.lang.String attribute, boolean ascending)
           
 
Method Summary
 int compare(ResourceListItem item1, ResourceListItem item2)
           
 
Methods inherited from class com.evolveum.midpoint.web.util.SortableListComparator
getAttribute, isAscending
 
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

ResourceItemComparator

public ResourceItemComparator(java.lang.String attribute,
                              boolean ascending)
Method Detail

compare

public int compare(ResourceListItem item1,
                   ResourceListItem item2)


Copyright © 2011 evolveum. All Rights Reserved.