|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.romaframework.module.users.domain.portal.PortalPreferences
public class PortalPreferences
Class that rapresents the portlet configuration
| Constructor Summary | |
|---|---|
PortalPreferences()
|
|
PortalPreferences(BaseAccount iAccount)
It creates a new instance of PortlaPreferences for specified account |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
BaseAccount |
getAccount()
Method that returns the BaseAccount of this preferences |
java.util.Map<java.lang.String,PortletList> |
getPortletsInfos()
Method that returns a map that contains portlet configuration |
int |
hashCode()
|
void |
setAccount(BaseAccount account)
Method that sets the BaseAccount of this preferences |
void |
setPortletsInfos(java.util.Map<java.lang.String,PortletList> portlets)
Method that sets the map containing portlet configurations |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortalPreferences()
public PortalPreferences(BaseAccount iAccount)
iAccount - the account associated with this preferences| Method Detail |
|---|
public BaseAccount getAccount()
BaseAccount of this preferences
BaseAccountpublic void setAccount(BaseAccount account)
BaseAccount of this preferences
account - the account of this preferencesBaseAccountpublic java.util.Map<java.lang.String,PortletList> getPortletsInfos()
public void setPortletsInfos(java.util.Map<java.lang.String,PortletList> portlets)
portlets - the map containing portlet configurationspublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||