Package org.ibisph.mvc.model

Provides classes and interfaces for the data beans needed for ibisph HTML content pages, indicator profile pages, query pages, maps and charts.

See:
          Description

Interface Summary
XMLModelAndDate Base XML Model and XML's Date structure for most XML controllers.
 

Class Summary
ChartData Simple intermediary data storage object / base core implementation for chart data.
QueryModule Handles Query System's module requests.
SimpleXMLModelAndDate Base Model structure for most XML controllers.
XMLSystemIDModelAndDate Enhanced SimpleXMLModelAndDate object that provides SystemIDs for XML files which are used as the XML data model.
 

Package org.ibisph.mvc.model Description

Provides classes and interfaces for the data beans needed for ibisph HTML content pages, indicator profile pages, query pages, maps and charts.

These models are created via the controllers and consumed by the view. DAOs are used as much as possible to load the models.