Class DefaultSiteStatusViewConfigDao

    • Constructor Detail

      • DefaultSiteStatusViewConfigDao

        public DefaultSiteStatusViewConfigDao()

        Constructor for DefaultSiteStatusViewConfigDao.

    • Method Detail

      • getViews

        public List<View> getViews()
        Use this method to get the generated Views class generated by the XSD.
        Specified by:
        getViews in interface SiteStatusViewConfigDao
        Returns:
        a org.opennms.netmgt.config.siteStatusViews.Views object.
      • getViewMap

        public Map<String,​View> getViewMap()
        Use this method to get a Map of view names to marshalled classes based on the generated View class from the XSD.
        Returns:
        Map of View classes.