@ProviderType public class PluginSettingServiceWrapper extends Object implements PluginSettingService, ServiceWrapper<PluginSettingService>
PluginSettingService
.PluginSettingService
Constructor and Description |
---|
PluginSettingServiceWrapper(PluginSettingService pluginSettingService) |
Modifier and Type | Method and Description |
---|---|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
PluginSettingService |
getWrappedService() |
void |
setWrappedService(PluginSettingService pluginSettingService) |
PluginSetting |
updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
public PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface PluginSettingService
public PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException
updatePluginSetting
in interface PluginSettingService
PortalException
public PluginSettingService getWrappedService()
getWrappedService
in interface ServiceWrapper<PluginSettingService>
public void setWrappedService(PluginSettingService pluginSettingService)
setWrappedService
in interface ServiceWrapper<PluginSettingService>