Liferay 7.0-ce-b4

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

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

Uses of PluginSettingLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PluginSettingLocalService
 class PluginSettingLocalServiceWrapper
          Provides a wrapper for PluginSettingLocalService.
 

Methods in com.liferay.portal.service that return PluginSettingLocalService
static PluginSettingLocalService PluginSettingLocalServiceUtil.getService()
           
 PluginSettingLocalService PluginSettingLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PluginSettingLocalService
 void PluginSettingLocalServiceWrapper.setWrappedService(PluginSettingLocalService pluginSettingLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PluginSettingLocalService
PluginSettingLocalServiceWrapper(PluginSettingLocalService pluginSettingLocalService)
           
 


Liferay 7.0-ce-b4