wt.prefs
Interface PreferenceService

All Known Implementing Classes:
StandardPreferenceService

Deprecated.

public interface PreferenceService



Supported API: true

Extendable: false


Method Summary
 HashMap putAll(String node, String context, HashMap map)
          Deprecated.  
 

Method Detail

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