com.evolveum.midpoint.web.util
Class RoleListItemComparator

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

public class RoleListItemComparator
extends SortableListComparator<RoleListItem>

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RoleListItemComparator(java.lang.String attribute, boolean ascending)
           
 
Method Summary
 int compare(RoleListItem role1, RoleListItem role2)
           
 
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

RoleListItemComparator

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

compare

public int compare(RoleListItem role1,
                   RoleListItem role2)


Copyright © 2012 evolveum. All Rights Reserved.