Class AMServiceProfileModelImpl

    • Constructor Detail

      • AMServiceProfileModelImpl

        public AMServiceProfileModelImpl​(jakarta.servlet.http.HttpServletRequest req,
                                         String serviceName,
                                         Map map)
                                  throws AMConsoleException
        Creates a simple model using default resource bundle.
        Parameters:
        req - HTTP Servlet Request
        serviceName - Name of Service.
        map - of user information
        Throws:
        AMConsoleException
    • Method Detail

      • getDisplaySchemaTypes

        public Set getDisplaySchemaTypes()
      • addMoreAttributeSchemasForModification

        protected void addMoreAttributeSchemasForModification​(Set attributeSchemas)
        Dervive classes can overwrite this method to add more attribute schema for modifying the discovery service.
        Parameters:
        attributeSchemas - Set of attribute schemas for modification.
      • getPropertiesViewBean

        public String getPropertiesViewBean​(String name)
        Returns properties view bean URL for an attribute schema.
        Specified by:
        getPropertiesViewBean in interface AMServiceProfileModel
        Parameters:
        name - Name of attribute schema.
        Returns:
        properties view bean URL for an attribute schema.