Interface PortletPreferencesService

All Superinterfaces:
BaseService
All Known Implementing Classes:
PortletPreferencesServiceWrapper

Provides the remote service interface for PortletPreferences. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • deleteArchivedPreferences

      void deleteArchivedPreferences(long portletItemId) throws PortalException
      Throws:
      PortalException
    • getOSGiServiceIdentifier

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • restoreArchivedPreferences

      void restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, jakarta.portlet.PortletPreferences jxPortletPreferences) throws PortalException
      Throws:
      PortalException
    • restoreArchivedPreferences

      void restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, jakarta.portlet.PortletPreferences jxPortletPreferences) throws PortalException
      Throws:
      PortalException
    • restoreArchivedPreferences

      void restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, jakarta.portlet.PortletPreferences jxPortletPreferences) throws PortalException
      Throws:
      PortalException
    • updateArchivePreferences

      void updateArchivePreferences(long userId, long groupId, String name, String portletId, jakarta.portlet.PortletPreferences jxPortletPreferences) throws PortalException
      Throws:
      PortalException