Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.PluginSettingService

Packages that use PluginSettingService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PluginSettingService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PluginSettingService
 class PluginSettingServiceWrapper
          Provides a wrapper for PluginSettingService.
 

Methods in com.liferay.portal.service that return PluginSettingService
static PluginSettingService PluginSettingServiceUtil.getService()
           
 PluginSettingService PluginSettingServiceWrapper.getWrappedPluginSettingService()
          Deprecated. As of 6.1.0, replaced by PluginSettingServiceWrapper.getWrappedService()
 PluginSettingService PluginSettingServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PluginSettingService
 void PluginSettingServiceUtil.setService(PluginSettingService service)
          Deprecated. As of 6.2.0
 void PluginSettingServiceWrapper.setWrappedPluginSettingService(PluginSettingService pluginSettingService)
          Deprecated. As of 6.1.0, replaced by PluginSettingServiceWrapper.setWrappedService(com.liferay.portal.service.PluginSettingService)
 void PluginSettingServiceWrapper.setWrappedService(PluginSettingService pluginSettingService)
           
 

Constructors in com.liferay.portal.service with parameters of type PluginSettingService
PluginSettingServiceWrapper(PluginSettingService pluginSettingService)
           
 


Liferay 6.2-ce-ga5