com.liferay.portal.service
Class PluginSettingServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PluginSettingServiceWrapper
All Implemented Interfaces:
PluginSettingService

public class PluginSettingServiceWrapper
extends java.lang.Object
implements PluginSettingService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for PluginSettingService.

Author:
Brian Wing Shun Chan
See Also:
PluginSettingService
Generated:

Constructor Summary
PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
           
 
Method Summary
 PluginSettingService getWrappedPluginSettingService()
           
 PluginSetting updatePluginSetting(long companyId, java.lang.String pluginId, java.lang.String pluginType, java.lang.String roles, boolean active)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSettingServiceWrapper

public PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
Method Detail

updatePluginSetting

public PluginSetting updatePluginSetting(long companyId,
                                         java.lang.String pluginId,
                                         java.lang.String pluginType,
                                         java.lang.String roles,
                                         boolean active)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
updatePluginSetting in interface PluginSettingService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedPluginSettingService

public PluginSettingService getWrappedPluginSettingService()