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