Liferay 7.0-ce-b7 portal-service

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

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

Uses of PluginSettingService in com.liferay.portal.kernel.service
 

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

Methods in com.liferay.portal.kernel.service that return PluginSettingService
static PluginSettingService PluginSettingServiceUtil.getService()
           
 PluginSettingService PluginSettingServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.kernel.service with parameters of type PluginSettingService
 void PluginSettingServiceWrapper.setWrappedService(PluginSettingService pluginSettingService)
           
 

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


Liferay 7.0-ce-b7 portal-service