@ProviderType public class PortletPreferencesServiceWrapper extends Object implements PortletPreferencesService, ServiceWrapper<PortletPreferencesService>
PortletPreferencesService
.PortletPreferencesService
Constructor and Description |
---|
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService) |
Modifier and Type | Method and Description |
---|---|
void |
deleteArchivedPreferences(long portletItemId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PortletPreferencesService |
getWrappedService() |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences) |
void |
restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences) |
void |
setWrappedService(PortletPreferencesService portletPreferencesService) |
void |
updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences) |
public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
public void deleteArchivedPreferences(long portletItemId) throws PortalException
deleteArchivedPreferences
in interface PortletPreferencesService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PortletPreferencesService
public void restoreArchivedPreferences(long groupId, Layout layout, String portletId, long portletItemId, PortletPreferences preferences) throws PortalException
restoreArchivedPreferences
in interface PortletPreferencesService
PortalException
public void restoreArchivedPreferences(long groupId, Layout layout, String portletId, PortletItem portletItem, PortletPreferences preferences) throws PortalException
restoreArchivedPreferences
in interface PortletPreferencesService
PortalException
public void restoreArchivedPreferences(long groupId, String name, Layout layout, String portletId, PortletPreferences preferences) throws PortalException
restoreArchivedPreferences
in interface PortletPreferencesService
PortalException
public void updateArchivePreferences(long userId, long groupId, String name, String portletId, PortletPreferences preferences) throws PortalException
updateArchivePreferences
in interface PortletPreferencesService
PortalException
public PortletPreferencesService getWrappedService()
getWrappedService
in interface ServiceWrapper<PortletPreferencesService>
public void setWrappedService(PortletPreferencesService portletPreferencesService)
setWrappedService
in interface ServiceWrapper<PortletPreferencesService>