Liferay 6.0-ee-sp2

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

Packages that use PluginSettingService
com.liferay.portal.service   
 

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()
           
 

Methods in com.liferay.portal.service with parameters of type PluginSettingService
 void PluginSettingServiceUtil.setService(PluginSettingService service)
           
 void PluginSettingServiceWrapper.setWrappedPluginSettingService(PluginSettingService pluginSettingService)
           
 

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


Liferay 6.0-ee-sp2