Class DefaultSiteStatusViewConfigDao

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      View getDefaultView()
      getDefaultView
      View getView​(java.lang.String viewName)
      java.util.Map<java.lang.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.
      java.util.List<View> getViews()
      Use this method to get the generated Views class generated by the XSD.
      • Methods inherited from class java.lang.Object

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

      • DefaultSiteStatusViewConfigDao

        public DefaultSiteStatusViewConfigDao()

        Constructor for DefaultSiteStatusViewConfigDao.

    • Method Detail

      • getViews

        public java.util.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 java.util.Map<java.lang.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.