@ProviderType public class PortletPreferencesServiceWrapper extends java.lang.Object implements PortletPreferencesService, ServiceWrapper<PortletPreferencesService>
PortletPreferencesService.PortletPreferencesService| Constructor and Description |
|---|
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteArchivedPreferences(long portletItemId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
PortletPreferencesService |
getWrappedPortletPreferencesService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PortletPreferencesService |
getWrappedService() |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PortletPreferencesService) |
void |
setWrappedService(PortletPreferencesService portletPreferencesService) |
void |
updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences) |
public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PortletPreferencesServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PortletPreferencesServicebeanIdentifier - the Spring bean ID for this beanpublic void deleteArchivedPreferences(long portletItemId)
throws PortalException,
SystemException
deleteArchivedPreferences in interface PortletPreferencesServicePortalExceptionSystemExceptionpublic void restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
long portletItemId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionSystemExceptionpublic void restoreArchivedPreferences(long groupId,
Layout layout,
java.lang.String portletId,
PortletItem portletItem,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionSystemExceptionpublic void restoreArchivedPreferences(long groupId,
java.lang.String name,
Layout layout,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionSystemExceptionpublic void updateArchivePreferences(long userId,
long groupId,
java.lang.String name,
java.lang.String portletId,
javax.portlet.PortletPreferences preferences)
throws PortalException,
SystemException
updateArchivePreferences in interface PortletPreferencesServicePortalExceptionSystemExceptionpublic PortletPreferencesService getWrappedPortletPreferencesService()
getWrappedService()public void setWrappedPortletPreferencesService(PortletPreferencesService portletPreferencesService)
setWrappedService(com.liferay.portal.service.PortletPreferencesService)public PortletPreferencesService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletPreferencesService>public void setWrappedService(PortletPreferencesService portletPreferencesService)
setWrappedService in interface ServiceWrapper<PortletPreferencesService>