org.jboss.portal.migration.model22.impl.user
Class UserPreferences22Impl

java.lang.Object
  extended byorg.jboss.portal.migration.model22.impl.preferences.MappedPreferences
      extended byorg.jboss.portal.migration.model22.impl.user.UserPreferences22Impl
All Implemented Interfaces:
ValueMap

public class UserPreferences22Impl
extends MappedPreferences


Field Summary
 
Fields inherited from class org.jboss.portal.migration.model22.impl.preferences.MappedPreferences
map
 
Constructor Summary
UserPreferences22Impl()
           
UserPreferences22Impl(java.lang.String id)
           
 
Method Summary
protected  MappedPreference newPreference(java.lang.String name, Value value)
          Override to provide the implementation for the user.
 
Methods inherited from class org.jboss.portal.migration.model22.impl.preferences.MappedPreferences
getContent, getId, getKey, getKeys, getValue, isReadOnly, setContent, setId, setKey, setReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPreferences22Impl

public UserPreferences22Impl()

UserPreferences22Impl

public UserPreferences22Impl(java.lang.String id)
Method Detail

newPreference

protected MappedPreference newPreference(java.lang.String name,
                                         Value value)
Override to provide the implementation for the user.

Overrides:
newPreference in class MappedPreferences