Uses of Class
org.romaframework.module.users.domain.portal.PortalPreferences

Packages that use PortalPreferences
org.romaframework.module.users.domain.portal   
org.romaframework.module.users.view.domain.portal   
 

Uses of PortalPreferences in org.romaframework.module.users.domain.portal
 

Methods in org.romaframework.module.users.domain.portal that return PortalPreferences
static PortalPreferences PortalPreferencesHelper.getUserPreferences(AbstractAccount account)
          Method that gets the account's portlet preferences
 

Uses of PortalPreferences in org.romaframework.module.users.view.domain.portal
 

Constructors in org.romaframework.module.users.view.domain.portal with parameters of type PortalPreferences
PortletPreferencesConfiguration(PortalPreferences iEntity)