Class ThemeLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
com.liferay.portal.service.impl.ThemeLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.ThemeLocalService

@Transactional(enabled=false) public class ThemeLocalServiceImpl extends ThemeLocalServiceBaseImpl
Author:
Brian Wing Shun Chan, Jorge Ferrer, Raymond Augé
  • Constructor Details

    • ThemeLocalServiceImpl

      public ThemeLocalServiceImpl()
  • Method Details

    • fetchColorScheme

      public com.liferay.portal.kernel.model.ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
    • fetchPortletDecorator

      public com.liferay.portal.kernel.model.PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
    • fetchTheme

      public com.liferay.portal.kernel.model.Theme fetchTheme(long companyId, String themeId)
    • getColorScheme

      public com.liferay.portal.kernel.model.ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
    • getControlPanelThemes

      public List<com.liferay.portal.kernel.model.Theme> getControlPanelThemes(long companyId, long userId)
    • getPageThemes

      public List<com.liferay.portal.kernel.model.Theme> getPageThemes(long companyId, long groupId, long userId)
    • getPortletDecorator

      public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
    • getTheme

      public com.liferay.portal.kernel.model.Theme getTheme(long companyId, String themeId)
    • getThemes

      public List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId)
    • getWARThemes

      public List<com.liferay.portal.kernel.model.Theme> getWARThemes()
    • init

      public List<com.liferay.portal.kernel.model.Theme> init(javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
    • init

      public List<com.liferay.portal.kernel.model.Theme> init(String servletContextName, javax.servlet.ServletContext servletContext, String themesPath, boolean loadFromServletContext, String[] xmls, com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
    • uninstallThemes

      public void uninstallThemes(List<com.liferay.portal.kernel.model.Theme> themes)