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. 
 

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)
           
 


Liferay 7.0-ce-b4