Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.PortalPreferences

Packages that use PortalPreferences
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of PortalPreferences in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortalPreferences
 PortalPreferences LayoutTypePortlet.getPortalPreferences()
           
 

Methods in com.liferay.portal.model with parameters of type PortalPreferences
 void LayoutTypePortlet.setPortalPreferences(PortalPreferences portalPreferences)
           
 

Uses of PortalPreferences in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type PortalPreferences
 PortalPreferences PortalPreferencesLocalServiceWrapper.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 PortalPreferences PortalPreferencesLocalService.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
static PortalPreferences PortalPreferencesLocalServiceUtil.updatePreferences(long ownerId, int ownerType, PortalPreferences portalPreferences)
           
 

Uses of PortalPreferences in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortalPreferences
static PortalPreferences PortletPreferencesFactoryUtil.fromXML(long ownerId, int ownerType, String xml)
           
 PortalPreferences PortletPreferencesFactory.fromXML(long ownerId, int ownerType, String xml)
           
static PortalPreferences PortletPreferencesFactoryUtil.fromXML(long companyId, long ownerId, int ownerType, String xml)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactoryUtil.fromXML(long, int, String)
 PortalPreferences PortletPreferencesFactory.fromXML(long companyId, long ownerId, int ownerType, String xml)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactory.fromXML(long, int, String)
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(javax.servlet.http.HttpServletRequest request)
           
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(javax.servlet.http.HttpServletRequest request)
           
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(javax.servlet.http.HttpSession session, long userId, boolean signedIn)
           
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(javax.servlet.http.HttpSession session, long userId, boolean signedIn)
           
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(javax.servlet.http.HttpSession session, long companyId, long userId, boolean signedIn)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactoryUtil.getPortalPreferences(HttpSession, long, boolean)
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(javax.servlet.http.HttpSession session, long companyId, long userId, boolean signedIn)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactory.getPortalPreferences(HttpSession, long, boolean)
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(long userId, boolean signedIn)
           
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(long userId, boolean signedIn)
           
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(long companyId, long userId, boolean signedIn)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactoryUtil.getPortalPreferences(long, boolean)
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(long companyId, long userId, boolean signedIn)
          Deprecated. As of 6.2.0, replaced by PortletPreferencesFactory.getPortalPreferences(long, boolean)
static PortalPreferences PortletPreferencesFactoryUtil.getPortalPreferences(PortletRequest portletRequest)
           
 PortalPreferences PortletPreferencesFactory.getPortalPreferences(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet with parameters of type PortalPreferences
static String PortletPreferencesFactoryUtil.toXML(PortalPreferences portalPreferences)
           
 String PortletPreferencesFactory.toXML(PortalPreferences portalPreferences)
           
 


Liferay 6.2-ce-ga5