com.liferay.portal.service
Class PluginSettingServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginSettingServiceWrapper
public PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
updatePluginSetting
public PluginSetting updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updatePluginSetting
in interface PluginSettingService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedPluginSettingService
public PluginSettingService getWrappedPluginSettingService()