com.liferay.portal.service
Class PortletPreferencesServiceWrapper
java.lang.Object
com.liferay.portal.service.PortletPreferencesServiceWrapper
- All Implemented Interfaces:
- PortletPreferencesService
public class PortletPreferencesServiceWrapper
- extends Object
- implements PortletPreferencesService
This class is a wrapper for PortletPreferencesService.
- See Also:
PortletPreferencesService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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,
SystemException
- Specified by:
deleteArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
SystemException
restoreArchivedPreferences
public void restoreArchivedPreferences(long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException,
SystemException
- Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
- Throws:
PortalException
SystemException
updateArchivePreferences
public void updateArchivePreferences(long userId,
long groupId,
String name,
String portletId,
PortletPreferences preferences)
throws PortalException,
SystemException
- Specified by:
updateArchivePreferences in interface PortletPreferencesService
- Throws:
PortalException
SystemException
getWrappedPortletPreferencesService
public PortletPreferencesService getWrappedPortletPreferencesService()