public class PortletPreferencesServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.PortletPreferencesServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.PortletPreferencesService
Constructor and Description |
---|
PortletPreferencesServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteArchivedPreferences(long portletItemId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PortletPreferencesService |
getService() |
static void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences jxPortletPreferences) |
static void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences jxPortletPreferences) |
static void |
restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences jxPortletPreferences) |
static void |
updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences jxPortletPreferences) |
public static void deleteArchivedPreferences(long portletItemId) throws PortalException
PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static void restoreArchivedPreferences(long groupId, Layout layout, java.lang.String portletId, long portletItemId, javax.portlet.PortletPreferences jxPortletPreferences) throws PortalException
PortalException
public static void restoreArchivedPreferences(long groupId, Layout layout, java.lang.String portletId, PortletItem portletItem, javax.portlet.PortletPreferences jxPortletPreferences) throws PortalException
PortalException
public static void restoreArchivedPreferences(long groupId, java.lang.String name, Layout layout, java.lang.String portletId, javax.portlet.PortletPreferences jxPortletPreferences) throws PortalException
PortalException
public static void updateArchivePreferences(long userId, long groupId, java.lang.String name, java.lang.String portletId, javax.portlet.PortletPreferences jxPortletPreferences) throws PortalException
PortalException
public static PortletPreferencesService getService()