wt.prefs
Class StandardPreferenceService

java.lang.Object
  extended by wt.services.StandardManager
      extended by wt.prefs.StandardPreferenceService
All Implemented Interfaces:
Serializable, NetFactor, PreferenceService, wt.services.Manager

Deprecated.

public class StandardPreferenceService
extends StandardManager
implements PreferenceService, Serializable

Use the newStandardPreferenceService static factory method(s), not the StandardPreferenceService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 HashMap putAll(String node, String context, HashMap map)
          Deprecated.  
 
Methods inherited from class wt.services.StandardManager
getManagerService, getManagerStatus, getName, getStartupType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

putAll

public 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

Specified by:
putAll in interface PreferenceService
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