Liferay 6.0.5

com.liferay.portal.service
Class PluginSettingServiceWrapper

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

public class PluginSettingServiceWrapper
extends Object
implements PluginSettingService

This class is a wrapper for PluginSettingService.

See Also:
PluginSettingService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
           
 
Method Summary
 PluginSettingService getWrappedPluginSettingService()
           
 PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, 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,
                                         String pluginId,
                                         String pluginType,
                                         String roles,
                                         boolean active)
                                  throws PortalException,
                                         SystemException
Specified by:
updatePluginSetting in interface PluginSettingService
Throws:
PortalException
SystemException

getWrappedPluginSettingService

public PluginSettingService getWrappedPluginSettingService()

Liferay 6.0.5