Class EventSorter


  • public class EventSorter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventSorter()  
      EventSorter​(org.w3c.dom.Element config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List getSortedEvents()  
      protected java.lang.String makeExtraClause​(org.w3c.dom.Element status)  
      void setSorting​(org.w3c.dom.Element config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventSorter

        public EventSorter()
      • EventSorter

        public EventSorter​(org.w3c.dom.Element config)
    • Method Detail

      • makeExtraClause

        protected java.lang.String makeExtraClause​(org.w3c.dom.Element status)
      • setSorting

        public void setSorting​(org.w3c.dom.Element config)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSortedEvents

        public java.util.List getSortedEvents()