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)
NOTE FOR DEVELOPERS:
Never modify or reference this interface directly.
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PortletPreferencesService |
getWrappedService() |
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) |
public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
public void deleteArchivedPreferences(long portletItemId)
throws PortalException
PortletPreferencesServiceUtil to access the portlet preferences remote service. Add custom service methods to com.liferay.portal.service.impl.PortletPreferencesServiceImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.deleteArchivedPreferences in interface PortletPreferencesServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PortletPreferencesServicepublic void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences jxPortletPreferences)
throws PortalException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionpublic void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences jxPortletPreferences)
throws PortalException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionpublic void restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences jxPortletPreferences)
throws PortalException
restoreArchivedPreferences in interface PortletPreferencesServicePortalExceptionpublic void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences jxPortletPreferences)
throws PortalException
updateArchivePreferences in interface PortletPreferencesServicePortalExceptionpublic PortletPreferencesService getWrappedService()
getWrappedService in interface ServiceWrapper<PortletPreferencesService>public void setWrappedService(PortletPreferencesService portletPreferencesService)
setWrappedService in interface ServiceWrapper<PortletPreferencesService>