Interface AMServiceProfileModel

    • Method Detail

      • getPageTitle

        String getPageTitle()
        Returns page title.
        Returns:
        page title.
      • getPropertySheetXML

        String getPropertySheetXML​(String realmName,
                                   String viewbeanClassName,
                                   String serviceName)
                            throws AMConsoleException
        Returns the XML for property sheet view component.
        Parameters:
        realmName - Name of Realm.
        viewbeanClassName - Class Name of View Bean.
        serviceName - Name of Service.
        Returns:
        the XML for property sheet view component.
        Throws:
        AMConsoleException - if XML cannot be created.
      • getAttributeValues

        Map getAttributeValues()
        Returns attributes values.
        Returns:
        attributes values.
      • getAttributeValues

        Set getAttributeValues​(String name)
        Returns attribute values.
        Parameters:
        name - Name of attribute.
        Returns:
        attribute values.
      • setAttributeValues

        void setAttributeValues​(Map map)
                         throws AMConsoleException
        Set attribute values.
        Parameters:
        map - Map of attribute name to Set of attribute values.
        Throws:
        AMConsoleException - if values cannot be set.
      • getPropertiesViewBean

        String getPropertiesViewBean​(String name)
        Returns properties view bean URL for an attribute schema.
        Parameters:
        name - Name of attribute schema.
        Returns:
        properties view bean URL for an attribute schema.