站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

UserPrefSet20 - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model20.impl.user
Class UserPrefSet20

java.lang.Object
  extended byorg.jboss.portal.migration.model20.impl.preferences.MappedPreferenceSet
      extended byorg.jboss.portal.migration.model20.impl.user.UserPrefSet20
All Implemented Interfaces:
PreferenceSet

public class UserPrefSet20
extends MappedPreferenceSet

Version:
$Revision: 5449 $
Author:
Julien Viet

Field Summary
 
Fields inherited from class org.jboss.portal.migration.model20.impl.preferences.MappedPreferenceSet
id, map
 
Constructor Summary
UserPrefSet20()
           
UserPrefSet20(java.lang.String name)
           
 
Method Summary
 java.util.Set getChildren()
           
 java.util.Map getContent()
           
 MappedPreferenceSet getParent()
           
protected  MappedPreferenceSet newChild(java.lang.String name)
          Override to provide the right object.
protected  Preference newPreference(java.lang.String name, Value value, boolean readOnly)
          Override to provide the right object.
 
Methods inherited from class org.jboss.portal.migration.model20.impl.preferences.MappedPreferenceSet
addChild, getDescendant, getFQN, getID, getName, getPreference, getValue, isReadOnly, keySet, setChildren, setContent, setID, setName, setParent, setReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrefSet20

public UserPrefSet20()

UserPrefSet20

public UserPrefSet20(java.lang.String name)
Method Detail

newChild

protected MappedPreferenceSet newChild(java.lang.String name)
Description copied from class: MappedPreferenceSet
Override to provide the right object.

Overrides:
newChild in class MappedPreferenceSet

newPreference

protected Preference newPreference(java.lang.String name,
                                   Value value,
                                   boolean readOnly)
Description copied from class: MappedPreferenceSet
Override to provide the right object.

Overrides:
newPreference in class MappedPreferenceSet

getChildren

public java.util.Set getChildren()
Overrides:
getChildren in class MappedPreferenceSet

getContent

public java.util.Map getContent()
Overrides:
getContent in class MappedPreferenceSet

getParent

public MappedPreferenceSet getParent()
Overrides:
getParent in class MappedPreferenceSet