Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.model.PortletPreferencesIds

Packages that use PortletPreferencesIds
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 PortletPreferencesIds in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletPreferencesIds
 PortletPreferencesIds ServiceContext.getPortletPreferencesIds()
          Returns the portlet preferences IDs of the current portlet if the service context is being passed as a parameter to a portlet.
 

Methods in com.liferay.portal.service with parameters of type PortletPreferencesIds
 PortletPreferences PortletPreferencesLocalService.fetchPreferences(PortletPreferencesIds portletPreferencesIds)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.fetchPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.fetchPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalService.getPreferences(PortletPreferencesIds portletPreferencesIds)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalService.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
           
static PortletPreferences PortletPreferencesLocalServiceUtil.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
           
 PortletPreferences PortletPreferencesLocalServiceWrapper.getStrictPreferences(PortletPreferencesIds portletPreferencesIds)
           
 void ServiceContext.setPortletPreferencesIds(PortletPreferencesIds portletPreferencesIds)
          Sets the portlet preferences IDs of the current portlet if this service context is being passed as a parameter to a portlet.
 

Uses of PortletPreferencesIds in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortletPreferencesIds
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, Layout selLayout, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, String portletId)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest request, String portletId)
           
static PortletPreferencesIds PortletPreferencesFactoryUtil.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest)
           
 PortletPreferencesIds PortletPreferencesFactory.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest)
           
 


Liferay 6.2-ce-ga5