Liferay 6.2-ce-ga5

com.liferay.portal.service
Class PortletPreferencesServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PortletPreferencesServiceWrapper
All Implemented Interfaces:
BaseService, PortletPreferencesService, ServiceWrapper<PortletPreferencesService>

@ProviderType
public class PortletPreferencesServiceWrapper
extends Object
implements PortletPreferencesService, ServiceWrapper<PortletPreferencesService>

Provides a wrapper for PortletPreferencesService.

See Also:
PortletPreferencesService

Constructor Summary
PortletPreferencesServiceWrapper(PortletPreferencesService portletPreferencesService)
           
 
Method Summary
 void deleteArchivedPreferences(long portletItemId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 PortletPreferencesService getWrappedPortletPreferencesService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 PortletPreferencesService getWrappedService()
           
 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 setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPortletPreferencesService(PortletPreferencesService portletPreferencesService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PortletPreferencesService)
 void setWrappedService(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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PortletPreferencesService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PortletPreferencesService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedPortletPreferencesService

public void setWrappedPortletPreferencesService(PortletPreferencesService portletPreferencesService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PortletPreferencesService)


getWrappedService

public PortletPreferencesService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PortletPreferencesService>

setWrappedService

public void setWrappedService(PortletPreferencesService portletPreferencesService)
Specified by:
setWrappedService in interface ServiceWrapper<PortletPreferencesService>

Liferay 6.2-ce-ga5