com.filenet.wcm.apps.server.util.prefs
Class PrimaryView

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

public class PrimaryView
extends com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject

See Also:
Serialized Form

Constructor Summary
PrimaryView()
           
 
Method Summary
 com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getAnchor(java.util.Locale locale)
           
 java.lang.String getId()
           
 com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel getLabel()
           
 java.util.Set getRoles()
           
 java.lang.String[] getRootDescriptors()
           
 java.lang.String getTreeNodeKey()
           
 java.lang.String getURL()
           
protected  void initialize()
           
 boolean isDisplayedInSitePreferences()
           
 boolean isGuestAllowed()
           
 boolean isPrimaryView()
           
 boolean isVisible()
           
protected  void saveToXML(java.io.Writer w)
           
 void setRoles(java.util.Set roles)
           
 void setRoles(java.lang.String[] roles)
           
 void setVisible(boolean visible)
           
 
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, persist, put, put, put, put, put, put, put, put, registerKey, remove, removeAttribute, removeLocalizedString, 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
 

Constructor Detail

PrimaryView

public PrimaryView()
Method Detail

initialize

protected void initialize()

saveToXML

protected void saveToXML(java.io.Writer w)
                  throws java.io.IOException
Throws:
java.io.IOException

isDisplayedInSitePreferences

public boolean isDisplayedInSitePreferences()

getAnchor

public com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getAnchor(java.util.Locale locale)

getTreeNodeKey

public java.lang.String getTreeNodeKey()

isVisible

public boolean isVisible()

setVisible

public void setVisible(boolean visible)

getURL

public java.lang.String getURL()

getId

public java.lang.String getId()

getRoles

public java.util.Set getRoles()

setRoles

public void setRoles(java.util.Set roles)

setRoles

public void setRoles(java.lang.String[] roles)

getRootDescriptors

public java.lang.String[] getRootDescriptors()

getLabel

public com.filenet.wcm.toolkit.server.util.prefs.PrefsLabel getLabel()

isGuestAllowed

public boolean isGuestAllowed()

isPrimaryView

public boolean isPrimaryView()


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