Liferay 6.1.10-ee-ga1

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

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

Uses of PluginSettingService in com.liferay.portal.service
 

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

Methods in com.liferay.portal.service that return PluginSettingService
static PluginSettingService PluginSettingServiceUtil.getService()
           
 PluginSettingService PluginSettingServiceWrapper.getWrappedPluginSettingService()
          Deprecated. Renamed to PluginSettingServiceWrapper.getWrappedService()
 PluginSettingService PluginSettingServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PluginSettingService
 void PluginSettingServiceUtil.setService(PluginSettingService service)
           
 void PluginSettingServiceWrapper.setWrappedPluginSettingService(PluginSettingService pluginSettingService)
          Deprecated. Renamed to 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.1.10-ee-ga1