edu.internet2.middleware.grouper.ui
Class CompositeComparatorHelper

java.lang.Object
  extended by edu.internet2.middleware.grouper.ui.CompositeComparatorHelper
All Implemented Interfaces:
GrouperComparatorHelper, Serializable

public class CompositeComparatorHelper
extends Object
implements GrouperComparatorHelper

Implementation of ComparatorHelper used to sort Composites and CompositeAsMaps.

Version:
$Id: GroupComparatorHelper.java,v 1.4 2009-11-07 14:46:34 isgwb Exp $
Author:
Gary Brown.
See Also:
Serialized Form

Constructor Summary
CompositeComparatorHelper()
           
 
Method Summary
 String getComparisonString(Object obj, ResourceBundle config, String context)
          Determine the correct String for sorting
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeComparatorHelper

public CompositeComparatorHelper()
Method Detail

getComparisonString

public String getComparisonString(Object obj,
                                  ResourceBundle config,
                                  String context)
Description copied from interface: GrouperComparatorHelper
Determine the correct String for sorting

Specified by:
getComparisonString in interface GrouperComparatorHelper
Returns:
a String, based on context, used to sort this object