Uses of Class
com.liferay.portal.kernel.model.PortletPreferencesIds
Packages that use PortletPreferencesIds
Package
Description
This package defines the kernel portlet interfaces and classes.
This package defines the portal service interfaces and classes.
-
Uses of PortletPreferencesIds in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return PortletPreferencesIdsModifier and TypeMethodDescriptionPortletPreferencesFactory.getPortletPreferencesIds(long companyId, long siteGroupId, long layoutGroupId, long plid, String portletId) PortletPreferencesFactory.getPortletPreferencesIds(long companyId, long siteGroupId, long plid, String portletId, String settingsScope) PortletPreferencesFactory.getPortletPreferencesIds(long scopeGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest) PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, Layout selLayout, String portletId) PortletPreferencesFactory.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(long companyId, long siteGroupId, long plid, String portletId, String settingsScope) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(long siteGroupId, long userId, Layout layout, String portletId, boolean modeEditGuest) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, Layout selLayout, String portletId) static PortletPreferencesIdsPortletPreferencesFactoryUtil.getPortletPreferencesIds(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId) -
Uses of PortletPreferencesIds in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletPreferencesIdsModifier and TypeMethodDescriptionServiceContext.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.kernel.service with parameters of type PortletPreferencesIdsModifier and TypeMethodDescriptionPortletPreferencesLocalService.fetchPreferences(PortletPreferencesIds portletPreferencesIds) static PortletPreferencesPortletPreferencesLocalServiceUtil.fetchPreferences(PortletPreferencesIds portletPreferencesIds) PortletPreferencesLocalServiceWrapper.fetchPreferences(PortletPreferencesIds portletPreferencesIds) PortletPreferencesLocalService.getPreferences(PortletPreferencesIds portletPreferencesIds) static PortletPreferencesPortletPreferencesLocalServiceUtil.getPreferences(PortletPreferencesIds portletPreferencesIds) PortletPreferencesLocalServiceWrapper.getPreferences(PortletPreferencesIds portletPreferencesIds) PortletPreferencesLocalService.getStrictPreferences(PortletPreferencesIds portletPreferencesIds) static PortletPreferencesPortletPreferencesLocalServiceUtil.getStrictPreferences(PortletPreferencesIds portletPreferencesIds) PortletPreferencesLocalServiceWrapper.getStrictPreferences(PortletPreferencesIds portletPreferencesIds) voidServiceContext.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.