Class PortletPreferencesServiceImpl

Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PortletPreferencesServiceBaseImpl
com.liferay.portal.service.impl.PortletPreferencesServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PortletPreferencesService

public class PortletPreferencesServiceImpl extends PortletPreferencesServiceBaseImpl
Author:
Jorge Ferrer, Raymond Augé
  • Constructor Details

    • PortletPreferencesServiceImpl

      public PortletPreferencesServiceImpl()
  • Method Details

    • deleteArchivedPreferences

      public void deleteArchivedPreferences(long portletItemId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreArchivedPreferences

      public void restoreArchivedPreferences(long groupId, com.liferay.portal.kernel.model.Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreArchivedPreferences

      public void restoreArchivedPreferences(long groupId, com.liferay.portal.kernel.model.Layout layout, String portletId, com.liferay.portal.kernel.model.PortletItem portletItem, PortletPreferences jxPortletPreferences) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreArchivedPreferences

      public void restoreArchivedPreferences(long groupId, String name, com.liferay.portal.kernel.model.Layout layout, String portletId, PortletPreferences jxPortletPreferences) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateArchivePreferences

      public void updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • copyPreferences

      protected void copyPreferences(PortletPreferences sourceJxPortletPreferences, PortletPreferences targetJxPortletPreferences)