com.liferay.portal.service
Class PluginSettingServiceWrapper
java.lang.Object
com.liferay.portal.service.PluginSettingServiceWrapper
- All Implemented Interfaces:
- PluginSettingService, ServiceWrapper<PluginSettingService>
public class PluginSettingServiceWrapper
- extends Object
- implements PluginSettingService, ServiceWrapper<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 it is 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,
String pluginId,
String pluginType,
String roles,
boolean active)
throws PortalException,
SystemException
- Specified by:
updatePluginSetting
in interface PluginSettingService
- Throws:
PortalException
SystemException
getWrappedPluginSettingService
public PluginSettingService getWrappedPluginSettingService()
- Deprecated. Renamed to
getWrappedService()
setWrappedPluginSettingService
public void setWrappedPluginSettingService(PluginSettingService pluginSettingService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.PluginSettingService)
getWrappedService
public PluginSettingService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<PluginSettingService>
setWrappedService
public void setWrappedService(PluginSettingService pluginSettingService)
- Specified by:
setWrappedService
in interface ServiceWrapper<PluginSettingService>