com.liferay.portal.service
Class PortletPreferencesServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletPreferencesServiceWrapper
- All Implemented Interfaces:
- BaseService, PortletPreferencesService, ServiceWrapper<PortletPreferencesService>
@ProviderType
public class PortletPreferencesServiceWrapper
- extends Object
- implements PortletPreferencesService, ServiceWrapper<PortletPreferencesService>
Provides a wrapper for PortletPreferencesService.
- See Also:
PortletPreferencesService
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesServiceWrapper
public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
deleteArchivedPreferences
public void deleteArchivedPreferences(long portletItemId)
throws PortalException
- Specified by:
deleteArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface PortletPreferencesService
- Returns:
- the OSGi service identifier
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
PortletItem portletItem,
PortletPreferences preferences)
throws PortalException
- Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
Layout layout,
String portletId,
long portletItemId,
PortletPreferences preferences)
throws PortalException
- Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
String name,
Layout layout,
String portletId,
PortletPreferences preferences)
throws PortalException
- Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
updateArchivePreferences
public void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException
- Specified by:
updateArchivePreferences in interface PortletPreferencesService
- Throws:
PortalException
getWrappedService
public PortletPreferencesService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<PortletPreferencesService>
setWrappedService
public void setWrappedService(PortletPreferencesService portletPreferencesService)
- Specified by:
setWrappedService in interface ServiceWrapper<PortletPreferencesService>