com.ibm.commerce.scheduler.beans

Class BeanSortUtil

  • java.lang.Object
    • com.ibm.commerce.scheduler.beans.BeanSortUtil


  • public final class BeanSortUtil
    extends java.lang.Object
    Utility class used for sorting Scheduler Data Beans.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM Copyright Statement.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.Integer[] sortIndex(java.util.Vector vectorOfHashtable, java.lang.String sortElement)
      Returns an integer array to represent an index pointer on how to sort the given vector.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM Copyright Statement.
        See Also:
        Constant Field Values
    • Method Detail

      • sortIndex

        public static final java.lang.Integer[] sortIndex(java.util.Vector vectorOfHashtable,
                                                          java.lang.String sortElement)
        Returns an integer array to represent an index pointer on how to sort the given vector.
        Parameters:
        vectorOfHashtable - The vector of Hashtable that will be sorted.
        sortElement - The element in the Hashtable to sort.
        Returns:
        an index pointer array that represents how to sort the vector.