com.sas.edir
Class EntityComparators

java.lang.Object
  |
  +--com.sas.edir.EntityComparators

public class EntityComparators
extends java.lang.Object

Generate comparators for sorting Entity objects by various attributes.

Version:
1.0
Author:
SAS

Field Summary
static java.util.Comparator EntityByName
          Create a comparator that sorts by entity name.
static java.util.Comparator StoredProcessResultByAscendingDate
          Another StoredProcessResult comparator.
static java.util.Comparator StoredProcessResultByDate
          This comparator is for StoredProcessResult objects.
static java.util.Comparator StoredProcessResultByDescendingDate
          Sort StoredProcessResults starting with the most recent.
 
Constructor Summary
EntityComparators()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EntityByName

public static java.util.Comparator EntityByName
Create a comparator that sorts by entity name.

StoredProcessResultByDate

public static java.util.Comparator StoredProcessResultByDate
This comparator is for StoredProcessResult objects. Create a comparator that will sort by creation time.

StoredProcessResultByAscendingDate

public static java.util.Comparator StoredProcessResultByAscendingDate
Another StoredProcessResult comparator. Sort by creation date, starting with the oldest.

StoredProcessResultByDescendingDate

public static java.util.Comparator StoredProcessResultByDescendingDate
Sort StoredProcessResults starting with the most recent.
Constructor Detail

EntityComparators

public EntityComparators()