Package tilda.data

Class ZoneInfo_Factory

    • Field Detail

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • ZoneInfo_Factory

        public ZoneInfo_Factory()
    • Method Detail

      • init

        public static void init​(Connection C)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • nowAsCalendar

        public static java.util.Calendar nowAsCalendar​(java.lang.String ZoneInfoId)
      • reloadInitData

        public static void reloadInitData​(Connection C)
                                   throws java.lang.Exception
        This method imports the init data from "tilda/data/_tilda.Tilda.sampledata.zones.json" to populate the table and reloads the mappings in memory.
        Parameters:
        C -
        Throws:
        java.lang.Exception