org.syncope.console.commons
Class SortableUserProviderComparator

java.lang.Object
  extended by org.syncope.console.commons.SortableDataProviderComparator<UserTO>
      extended by org.syncope.console.commons.SortableUserProviderComparator
All Implemented Interfaces:
Serializable, Comparator<UserTO>

public class SortableUserProviderComparator
extends SortableDataProviderComparator<UserTO>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.syncope.console.commons.SortableDataProviderComparator
provider
 
Constructor Summary
SortableUserProviderComparator(org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<UserTO> provider)
           
 
Method Summary
 int compare(UserTO o1, UserTO o2)
           
 
Methods inherited from class org.syncope.console.commons.SortableDataProviderComparator
compare
 
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

SortableUserProviderComparator

public SortableUserProviderComparator(org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider<UserTO> provider)
Method Detail

compare

public int compare(UserTO o1,
                   UserTO o2)
Specified by:
compare in interface Comparator<UserTO>
Overrides:
compare in class SortableDataProviderComparator<UserTO>


Copyright © 2011. All Rights Reserved.