Interface MAPServiceModel

    • Method Detail

      • getProfileNames

        Set getProfileNames()
        Returns a set of profile names.
        Returns:
        a set of profile names.
      • getDeviceNames

        Set getDeviceNames​(String profileName,
                           String styleName,
                           String wildcard)
        Returns a set of device names.
        Parameters:
        profileName - Name of profile.
        styleName - Name of style.
        wildcard - Filter string to filter required names.
        Returns:
        a set of device names.
      • removeClient

        void removeClient​(String clientType)
                   throws AMConsoleException
        Removes a client from the external database.
        Parameters:
        clientType - Client type to be removed.
        Throws:
        AMConsoleException - if client type cannot be deleted.