Package wt.prefs

Interface PreferenceService

All Known Implementing Classes:
StandardPreferenceService

@RemoteInterface public interface PreferenceService
Deprecated.


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    putAll(String node, String context, HashMap map)
    Deprecated. 
  • Method Details

    • putAll

      HashMap putAll(String node, String context, HashMap map) throws WTException
      Deprecated.
      This method will put/update several Preferences into the Preference System

      Supported API: true
      Parameters:
      node - The fully qualified node name
      context - The edit_context to use for Preference updating
      map - The map of key/value pairs
      Returns:
      HashMap
      Throws:
      WTException