Liferay 7.0-ce-b4

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

Packages that use ThemeLocalService
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 ThemeLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ThemeLocalService
 class ThemeLocalServiceWrapper
          Provides a wrapper for ThemeLocalService.
 

Methods in com.liferay.portal.service that return ThemeLocalService
static ThemeLocalService ThemeLocalServiceUtil.getService()
           
 ThemeLocalService ThemeLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ThemeLocalService
 void ThemeLocalServiceWrapper.setWrappedService(ThemeLocalService themeLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type ThemeLocalService
ThemeLocalServiceWrapper(ThemeLocalService themeLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement ThemeLocalService
 class ThemeLocalServiceBaseImpl
          Provides the base implementation for the theme local service.
 

Fields in com.liferay.portal.service.base declared as ThemeLocalService
protected  ThemeLocalService PluginSettingLocalServiceBaseImpl.themeLocalService
           
protected  ThemeLocalService PluginSettingServiceBaseImpl.themeLocalService
           
protected  ThemeLocalService ThemeServiceBaseImpl.themeLocalService
           
protected  ThemeLocalService ThemeLocalServiceBaseImpl.themeLocalService
           
 

Methods in com.liferay.portal.service.base that return ThemeLocalService
 ThemeLocalService PluginSettingLocalServiceBaseImpl.getThemeLocalService()
          Returns the theme local service.
 ThemeLocalService PluginSettingServiceBaseImpl.getThemeLocalService()
          Returns the theme local service.
 ThemeLocalService ThemeServiceBaseImpl.getThemeLocalService()
          Returns the theme local service.
 ThemeLocalService ThemeLocalServiceBaseImpl.getThemeLocalService()
          Returns the theme local service.
 

Methods in com.liferay.portal.service.base with parameters of type ThemeLocalService
 void PluginSettingLocalServiceBaseImpl.setThemeLocalService(ThemeLocalService themeLocalService)
          Sets the theme local service.
 void PluginSettingServiceBaseImpl.setThemeLocalService(ThemeLocalService themeLocalService)
          Sets the theme local service.
 void ThemeServiceBaseImpl.setThemeLocalService(ThemeLocalService themeLocalService)
          Sets the theme local service.
 void ThemeLocalServiceBaseImpl.setThemeLocalService(ThemeLocalService themeLocalService)
          Sets the theme local service.
 

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

Classes in com.liferay.portal.service.impl that implement ThemeLocalService
 class ThemeLocalServiceImpl
           
 


Liferay 7.0-ce-b4