Class PluginSettingServiceWrapper
Object
com.liferay.portal.kernel.service.PluginSettingServiceWrapper
- All Implemented Interfaces:
BaseService
,PluginSettingService
,ServiceWrapper<PluginSettingService>
public class PluginSettingServiceWrapper
extends Object
implements PluginSettingService, ServiceWrapper<PluginSettingService>
Provides a wrapper for
PluginSettingService
.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the OSGi service identifier.void
setWrappedService
(PluginSettingService pluginSettingService) updatePluginSetting
(long companyId, String pluginId, String pluginType, String roles, boolean active)
-
Constructor Details
-
PluginSettingServiceWrapper
public PluginSettingServiceWrapper() -
PluginSettingServiceWrapper
-
-
Method Details
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfacePluginSettingService
- Returns:
- the OSGi service identifier
-
updatePluginSetting
public PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException - Specified by:
updatePluginSetting
in interfacePluginSettingService
- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfaceServiceWrapper<PluginSettingService>
-
setWrappedService
- Specified by:
setWrappedService
in interfaceServiceWrapper<PluginSettingService>
-