Class Filter2DyModifier

  • All Implemented Interfaces:
    Modifier

    public class Filter2DyModifier
    extends java.lang.Object
    implements Modifier
    Changes a standard f:Filter element as created by the period chooser from mo/cw to dy Useful to support table partitioning by dy while the client keeps "thinking" in mo etc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void periodTypeToDyRange()  
      void process​(org.w3c.dom.Element selectElem)
      Take the WrsRequest document as send by the client
      • Methods inherited from class java.lang.Object

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

      • Filter2DyModifier

        public Filter2DyModifier()
    • Method Detail

      • process

        public void process​(org.w3c.dom.Element selectElem)
                     throws javax.xml.parsers.ParserConfigurationException
        Description copied from interface: Modifier
        Take the WrsRequest document as send by the client
        Specified by:
        process in interface Modifier
        Throws:
        javax.xml.parsers.ParserConfigurationException
      • periodTypeToDyRange

        public void periodTypeToDyRange()