Liferay 7.0-ce-b4

com.liferay.portal.service
Class PluginSettingServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.PluginSettingServiceWrapper
All Implemented Interfaces:
BaseService, PluginSettingService, ServiceWrapper<PluginSettingService>

@ProviderType
public class PluginSettingServiceWrapper
extends Object
implements PluginSettingService, ServiceWrapper<PluginSettingService>

Provides a wrapper for PluginSettingService.

See Also:
PluginSettingService

Constructor Summary
PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
           
 
Method Summary
 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)
           
 
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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface PluginSettingService
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 interface PluginSettingService
Throws:
PortalException

getWrappedService

public PluginSettingService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<PluginSettingService>

setWrappedService

public void setWrappedService(PluginSettingService pluginSettingService)
Specified by:
setWrappedService in interface ServiceWrapper<PluginSettingService>

Liferay 7.0-ce-b4