org.romaframework.module.users.domain.portal
Class PortalPreferencesHelper

java.lang.Object
  extended by org.romaframework.module.users.domain.portal.PortalPreferencesHelper

public class PortalPreferencesHelper
extends java.lang.Object

Helper class for PortalPreferences

Author:
l.molino

Constructor Summary
PortalPreferencesHelper()
           
 
Method Summary
static PortalPreferences getUserPreferences(AbstractAccount account)
          Method that gets the account's portlet preferences
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalPreferencesHelper

public PortalPreferencesHelper()
Method Detail

getUserPreferences

public static PortalPreferences getUserPreferences(AbstractAccount account)
Method that gets the account's portlet preferences

Parameters:
account - the logged account to search preferences
Returns:
this account's PortalPreferences
See Also:
PortalPreferences, BaseAccount