public class ThemeLocalServiceImpl extends ThemeLocalServiceBaseImpl
counterLocalService, layoutTemplateLocalService, pluginSettingLocalService, pluginSettingPersistence, pluginSettingService, themeLocalService, themeService| Constructor and Description |
|---|
ThemeLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.model.ColorScheme |
fetchColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId) |
com.liferay.portal.model.Theme |
fetchTheme(long companyId,
java.lang.String themeId) |
com.liferay.portal.model.ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme) |
java.util.List<com.liferay.portal.model.Theme> |
getControlPanelThemes(long companyId,
long userId,
boolean wapTheme) |
java.util.List<com.liferay.portal.model.Theme> |
getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme) |
com.liferay.portal.model.Theme |
getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme) |
java.util.List<com.liferay.portal.model.Theme> |
getThemes(long companyId) |
java.util.List<com.liferay.portal.model.Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of 7.0.0, replaced by
getPageThemes(long, long, long, boolean) |
java.util.List<com.liferay.portal.model.Theme> |
getWARThemes() |
java.util.List<com.liferay.portal.model.Theme> |
init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
java.util.List<com.liferay.portal.model.Theme> |
init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage) |
void |
uninstallThemes(java.util.List<com.liferay.portal.model.Theme> themes) |
afterPropertiesSet, destroy, getBeanIdentifier, getCounterLocalService, getLayoutTemplateLocalService, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettingService, getThemeLocalService, getThemeService, runSQL, setBeanIdentifier, setCounterLocalService, setLayoutTemplateLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setPluginSettingService, setThemeLocalService, setThemeServicepublic com.liferay.portal.model.ColorScheme fetchColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId)
public com.liferay.portal.model.Theme fetchTheme(long companyId,
java.lang.String themeId)
public com.liferay.portal.model.ColorScheme getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
public java.util.List<com.liferay.portal.model.Theme> getControlPanelThemes(long companyId,
long userId,
boolean wapTheme)
public java.util.List<com.liferay.portal.model.Theme> getPageThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
public com.liferay.portal.model.Theme getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
public java.util.List<com.liferay.portal.model.Theme> getThemes(long companyId)
@Deprecated
public java.util.List<com.liferay.portal.model.Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
getPageThemes(long, long, long, boolean)public java.util.List<com.liferay.portal.model.Theme> getWARThemes()
public java.util.List<com.liferay.portal.model.Theme> init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
public java.util.List<com.liferay.portal.model.Theme> init(java.lang.String servletContextName,
javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
public void uninstallThemes(java.util.List<com.liferay.portal.model.Theme> themes)