|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.core.impl.user.PreferencesGroupImpl
Field Summary | |
protected java.lang.String |
groupId
The id. |
protected java.lang.Long |
key
The key. |
protected java.util.Map |
prefMap
The preferences map. |
Constructor Summary | |
protected |
PreferencesGroupImpl()
Used by hibernate only. |
|
PreferencesGroupImpl(java.lang.String id)
|
Method Summary | |
protected java.lang.String |
getGroupId()
Called by Hibernate. |
protected java.lang.Long |
getKey()
Called by Hibernate. |
ValueMap |
getPreferences(java.lang.String id,
boolean create)
Return a preference set for the given id. |
protected java.util.Map |
getPrefMap()
Called by Hibernate. |
protected void |
setGroupId(java.lang.String groupId)
Called by Hibernate. |
protected void |
setKey(java.lang.Long key)
Called by Hibernate. |
protected void |
setPrefMap(java.util.Map prefMap)
Called by Hibernate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Long key
protected java.lang.String groupId
protected java.util.Map prefMap
Constructor Detail |
public PreferencesGroupImpl(java.lang.String id)
protected PreferencesGroupImpl()
Method Detail |
protected java.lang.Long getKey()
protected void setKey(java.lang.Long key)
protected java.lang.String getGroupId()
protected void setGroupId(java.lang.String groupId)
protected java.util.Map getPrefMap()
protected void setPrefMap(java.util.Map prefMap)
public ValueMap getPreferences(java.lang.String id, boolean create) throws java.lang.IllegalArgumentException
PreferencesGroup
getPreferences
in interface PreferencesGroup
id
- the set idcreate
- if true create the pref if it does not exist otherwise return the pref or null
java.lang.IllegalArgumentException
- if the id is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |