Class Charts


  • public class Charts
    extends java.lang.Object
    Charts helper.
    Author:
    Federico Alcantara, Javier Paniza
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHART_DATA_SEPARATOR  
    • Constructor Summary

      Constructors 
      Constructor Description
      Charts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void release​(javax.servlet.http.HttpServletRequest request)  
      static void updateView​(javax.servlet.http.HttpServletRequest request, View view, Tab tab, Chart chart)
      Update Actions
      • Methods inherited from class java.lang.Object

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

      • CHART_DATA_SEPARATOR

        public static final java.lang.String CHART_DATA_SEPARATOR
        See Also:
        Constant Field Values
    • Constructor Detail

      • Charts

        public Charts()
    • Method Detail

      • updateView

        public static void updateView​(javax.servlet.http.HttpServletRequest request,
                                      View view,
                                      Tab tab,
                                      Chart chart)
                               throws XavaException,
                                      java.util.prefs.BackingStoreException
        Update Actions
        Parameters:
        request - Originating request.
        view - Current view
        tab - current tab.
        chart - Current chart.
        Throws:
        XavaException
        java.util.prefs.BackingStoreException
      • release

        public static void release​(javax.servlet.http.HttpServletRequest request)
                            throws XavaException,
                                   java.util.prefs.BackingStoreException
        Throws:
        XavaException
        java.util.prefs.BackingStoreException