com.filenet.wcm.toolkit.server.util.prefs
Class AllControllerPrefs

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
      extended bycom.filenet.wcm.toolkit.server.util.prefs.AllControllerPrefs
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class AllControllerPrefs
extends WcmPrefsObject

See Also:
Serialized Form

Field Summary
static java.lang.String CONTROLLER_PREFS_KEY
           
protected  java.util.Map controllerPrefs
           
 
Constructor Summary
AllControllerPrefs()
           
 
Method Summary
 ControllerPrefs getControllerPrefs(java.lang.String key)
           
 java.util.Map getControllerPrefsMap()
           
static AllControllerPrefs getP8Prefs(java.io.InputStream is)
           
static AllControllerPrefs getP8Prefs(java.lang.String filename)
          Deprecated.  
protected  void initialize()
          In sub-classes, read the values from internal map using get methods into member variables.
protected  void persist()
          In sub-classes, write the values from member variables into the internal map using put method.
static void registerP8ControllerPrefsClasses()
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject
clear, clearAttributes, clone, convertToBoolean, convertToBoolean, convertToInt, convertToLong, convertToPrefsLabel, convertToPrefsLabelArray, equals, get, getAttribute, getBoolean, getElementKey, getInt, getLabel, getLabelArray, getList, getLocalizedString, getString, getStringArray, getVersion, load, load, load, load, loadLabel, loadPreferences, loadPreferences, loadPreferences, put, put, put, put, put, put, put, put, registerKey, remove, removeAttribute, removeLocalizedString, saveToXML, setAttribute, setElementKey, setVersion, toByteArrayXML, toXML, writeEndSettingTag, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeSetting, writeStartSettingTag, writeStartSettingTag, writeXML, writeXML
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROLLER_PREFS_KEY

public static final java.lang.String CONTROLLER_PREFS_KEY
See Also:
Constant Field Values

controllerPrefs

protected java.util.Map controllerPrefs
Constructor Detail

AllControllerPrefs

public AllControllerPrefs()
Method Detail

registerP8ControllerPrefsClasses

public static void registerP8ControllerPrefsClasses()

getControllerPrefs

public ControllerPrefs getControllerPrefs(java.lang.String key)

getControllerPrefsMap

public java.util.Map getControllerPrefsMap()

initialize

protected void initialize()
Description copied from class: WcmPrefsObject
In sub-classes, read the values from internal map using get methods into member variables.

Overrides:
initialize in class WcmPrefsObject

persist

protected void persist()
Description copied from class: WcmPrefsObject
In sub-classes, write the values from member variables into the internal map using put method. Do this if you are not overwriting saveToXML method.

Overrides:
persist in class WcmPrefsObject

getP8Prefs

public static AllControllerPrefs getP8Prefs(java.lang.String filename)
                                     throws java.lang.Exception
Deprecated.  

Throws:
java.lang.Exception

getP8Prefs

public static AllControllerPrefs getP8Prefs(java.io.InputStream is)
                                     throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.