com.liferay.portal.service
Class PortletPreferencesServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
           
 
Method Summary
 void deleteArchivedPreferences(long portletItemId)
           
 PortletPreferencesService getWrappedPortletPreferencesService()
           
 void restoreArchivedPreferences(long groupId, java.lang.String name, java.lang.String portletId, javax.portlet.PortletPreferences preferences)
           
 void updateArchivePreferences(long userId, long groupId, java.lang.String name, java.lang.String portletId, javax.portlet.PortletPreferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesServiceWrapper

public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
Method Detail

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()