Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ThemeServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ThemeServiceBaseImpl
          extended by com.liferay.portal.service.impl.ThemeServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ThemeService

public class ThemeServiceImpl
extends ThemeServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ThemeServiceBaseImpl
counterLocalService, layoutTemplateLocalService, pluginSettingLocalService, pluginSettingPersistence, pluginSettingService, themeLocalService, themeService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ThemeServiceImpl()
           
 
Method Summary
 List<Theme> getThemes(long companyId)
           
 JSONArray getWARThemes()
           
 
Methods inherited from class com.liferay.portal.service.base.ThemeServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getLayoutTemplateLocalService, getOSGiServiceIdentifier, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettingService, getThemeLocalService, getThemeService, runSQL, setCounterLocalService, setLayoutTemplateLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setPluginSettingService, setThemeLocalService, setThemeService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeServiceImpl

public ThemeServiceImpl()
Method Detail

getThemes

public List<Theme> getThemes(long companyId)

getWARThemes

public JSONArray getWARThemes()

Liferay 7.0-ce-b4