|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.migration.model22.impl.user.UserPreferencesGroup22Impl
Field Summary | |
java.lang.String |
groupId
The id. |
protected java.lang.Long |
key
The key. |
java.util.Map |
prefMap
The preferences map. |
Constructor Summary | |
protected |
UserPreferencesGroup22Impl()
Used by hibernate only. |
|
UserPreferencesGroup22Impl(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
public java.lang.String groupId
public java.util.Map prefMap
Constructor Detail |
public UserPreferencesGroup22Impl(java.lang.String id)
protected UserPreferencesGroup22Impl()
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
PreferencesGroup22
getPreferences
in interface PreferencesGroup22
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 |