Class PortletPreferencesServiceWrapper
Object
com.liferay.portal.kernel.service.PortletPreferencesServiceWrapper
- All Implemented Interfaces:
BaseService
,PortletPreferencesService
,ServiceWrapper<PortletPreferencesService>
public class PortletPreferencesServiceWrapper
extends Object
implements PortletPreferencesService, ServiceWrapper<PortletPreferencesService>
Provides a wrapper for
PortletPreferencesService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
ConstructorsConstructorDescriptionPortletPreferencesServiceWrapper
(PortletPreferencesService portletPreferencesService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteArchivedPreferences
(long portletItemId) Returns the OSGi service identifier.void
restoreArchivedPreferences
(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) void
restoreArchivedPreferences
(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) void
restoreArchivedPreferences
(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) void
setWrappedService
(PortletPreferencesService portletPreferencesService) void
updateArchivePreferences
(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences)
-
Constructor Details
-
PortletPreferencesServiceWrapper
public PortletPreferencesServiceWrapper() -
PortletPreferencesServiceWrapper
-
-
Method Details
-
deleteArchivedPreferences
- Specified by:
deleteArchivedPreferences
in interfacePortletPreferencesService
- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacePortletPreferencesService
- Returns:
- the OSGi service identifier
-
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences jxPortletPreferences) throws PortalException - Specified by:
restoreArchivedPreferences
in interfacePortletPreferencesService
- Throws:
PortalException
-
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences jxPortletPreferences) throws PortalException - Specified by:
restoreArchivedPreferences
in interfacePortletPreferencesService
- Throws:
PortalException
-
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences jxPortletPreferences) throws PortalException - Specified by:
restoreArchivedPreferences
in interfacePortletPreferencesService
- Throws:
PortalException
-
updateArchivePreferences
public void updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences jxPortletPreferences) throws PortalException - Specified by:
updateArchivePreferences
in interfacePortletPreferencesService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<PortletPreferencesService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<PortletPreferencesService>
-