Liferay 6.2-ce-ga5

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 getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 PluginSettingService getWrappedPluginSettingService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 PluginSettingService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedPluginSettingService(PluginSettingService pluginSettingService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.PluginSettingService)
 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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface PluginSettingService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface PluginSettingService
Parameters:
beanIdentifier - the Spring bean ID for this bean

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. As of 6.1.0, replaced by getWrappedService()


setWrappedPluginSettingService

public void setWrappedPluginSettingService(PluginSettingService pluginSettingService)
Deprecated. As of 6.1.0, replaced by 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>

Liferay 6.2-ce-ga5