Class MAPServiceModelImpl

    • Constructor Detail

      • MAPServiceModelImpl

        public MAPServiceModelImpl​(jakarta.servlet.http.HttpServletRequest req,
                                   Map map)
    • Method Detail

      • getProfileNames

        public Set getProfileNames()
        Returns a set of profile names.
        Specified by:
        getProfileNames in interface MAPServiceModel
        Returns:
        a set of profile names.
      • getDeviceNames

        public Set getDeviceNames​(String profileName,
                                  String styleName,
                                  String wildcard)
        Returns a set of device names.
        Specified by:
        getDeviceNames in interface MAPServiceModel
        Parameters:
        profileName - Name of profile.
        styleName - Name of style.
        wildcard - Filter string to filter required names.
        Returns:
        a set of device names.