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
static java.lang.String COPYRIGHT
          The IBM Copyright Statement.
 
Method Summary
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail
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:
sortElement - the element in the hashtable to sort.
Returns:
an index pointer array that represents how to sort the vector.