Liferay 7.0-ce-b4

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

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

Classes in com.liferay.portal.service that implement ThemeService
 class ThemeServiceWrapper
          Provides a wrapper for ThemeService.
 

Methods in com.liferay.portal.service that return ThemeService
static ThemeService ThemeServiceUtil.getService()
           
 ThemeService ThemeServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ThemeService
 void ThemeServiceWrapper.setWrappedService(ThemeService themeService)
           
 

Constructors in com.liferay.portal.service with parameters of type ThemeService
ThemeServiceWrapper(ThemeService themeService)
           
 

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

Classes in com.liferay.portal.service.base that implement ThemeService
 class ThemeServiceBaseImpl
          Provides the base implementation for the theme remote service.
 

Fields in com.liferay.portal.service.base declared as ThemeService
protected  ThemeService PluginSettingServiceBaseImpl.themeService
           
protected  ThemeService ThemeServiceBaseImpl.themeService
           
 

Methods in com.liferay.portal.service.base that return ThemeService
 ThemeService PluginSettingServiceBaseImpl.getThemeService()
          Returns the theme remote service.
 ThemeService ThemeServiceBaseImpl.getThemeService()
          Returns the theme remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ThemeService
 void PluginSettingServiceBaseImpl.setThemeService(ThemeService themeService)
          Sets the theme remote service.
 void ThemeServiceBaseImpl.setThemeService(ThemeService themeService)
          Sets the theme remote service.
 

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

Classes in com.liferay.portal.service.impl that implement ThemeService
 class ThemeServiceImpl
           
 


Liferay 7.0-ce-b4