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

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

public class RoleComparator
extends Object
implements Comparator<ProxyPentahoRole>


Constructor Summary
RoleComparator()
           
 
Method Summary
 int compare(ProxyPentahoRole role1, ProxyPentahoRole role2)
           
 
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

RoleComparator

public RoleComparator()
Method Detail

compare

public int compare(ProxyPentahoRole role1,
                   ProxyPentahoRole role2)
Specified by:
compare in interface Comparator<ProxyPentahoRole>