Liferay 6.0-ee

com.liferay.portal.service
Class PortletPreferencesServiceWrapper

java.lang.Object
  extended by 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 it is generated.

Constructor Summary
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
           
 
Method Summary
 void deleteArchivedPreferences(long portletItemId)
           
 PortletPreferencesService getWrappedPortletPreferencesService()
           
 void restoreArchivedPreferences(long groupId, String name, String portletId, PortletPreferences preferences)
           
 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
 

Constructor Detail

PortletPreferencesServiceWrapper

public PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
Method Detail

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

Liferay 6.0-ee