Liferay 6.1.0

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

Constructor Summary
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
           
 
Method Summary
 void deleteArchivedPreferences(long portletItemId)
           
 PortletPreferencesService getWrappedPortletPreferencesService()
           
 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 setWrappedPortletPreferencesService(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
 

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,
                                       Layout layout,
                                       String portletId,
                                       long portletItemId,
                                       PortletPreferences preferences)
                                throws PortalException,
                                       SystemException
Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
Throws:
PortalException
SystemException

restoreArchivedPreferences

public void restoreArchivedPreferences(long groupId,
                                       Layout layout,
                                       String portletId,
                                       PortletItem portletItem,
                                       PortletPreferences preferences)
                                throws PortalException,
                                       SystemException
Specified by:
restoreArchivedPreferences in interface PortletPreferencesService
Throws:
PortalException
SystemException

restoreArchivedPreferences

public void restoreArchivedPreferences(long groupId,
                                       String name,
                                       Layout layout,
                                       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()

setWrappedPortletPreferencesService

public void setWrappedPortletPreferencesService(PortletPreferencesService portletPreferencesService)

Liferay 6.1.0