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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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)
           
 

Uses of PluginSettingLocalService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement PluginSettingLocalService
 class PluginSettingLocalServiceBaseImpl
          Provides the base implementation for the plugin setting local service.
 

Fields in com.liferay.portal.service.base declared as PluginSettingLocalService
protected  PluginSettingLocalService LayoutServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService LayoutLocalServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService PluginSettingLocalServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService PluginSettingServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService LayoutTemplateLocalServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService LayoutSetServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService LayoutSetLocalServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService ThemeServiceBaseImpl.pluginSettingLocalService
           
protected  PluginSettingLocalService ThemeLocalServiceBaseImpl.pluginSettingLocalService
           
 

Methods in com.liferay.portal.service.base that return PluginSettingLocalService
 PluginSettingLocalService LayoutServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService LayoutLocalServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService PluginSettingLocalServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService PluginSettingServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService LayoutTemplateLocalServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService LayoutSetServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService LayoutSetLocalServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService ThemeServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 PluginSettingLocalService ThemeLocalServiceBaseImpl.getPluginSettingLocalService()
          Returns the plugin setting local service.
 

Methods in com.liferay.portal.service.base with parameters of type PluginSettingLocalService
 void LayoutServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void LayoutLocalServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void PluginSettingLocalServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void PluginSettingServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void LayoutTemplateLocalServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void LayoutSetServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void LayoutSetLocalServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void ThemeServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 void ThemeLocalServiceBaseImpl.setPluginSettingLocalService(PluginSettingLocalService pluginSettingLocalService)
          Sets the plugin setting local service.
 

Uses of PluginSettingLocalService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement PluginSettingLocalService
 class PluginSettingLocalServiceImpl
           
 


Liferay 7.0-ce-b4