org.pentaho.platform.engine.security.userroledao.ws
Class UserComparator

java.lang.Object
  extended by org.pentaho.platform.engine.security.userroledao.ws.UserComparator
All Implemented Interfaces:
Comparator<ProxyPentahoUser>

public class UserComparator
extends Object
implements Comparator<ProxyPentahoUser>


Constructor Summary
UserComparator()
           
 
Method Summary
 int compare(ProxyPentahoUser user1, ProxyPentahoUser user2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

UserComparator

public UserComparator()
Method Detail

compare

public int compare(ProxyPentahoUser user1,
                   ProxyPentahoUser user2)
Specified by:
compare in interface Comparator<ProxyPentahoUser>