@Skip public class ThemeLocalServiceImpl extends ThemeLocalServiceBaseImpl
counterLocalService, layoutTemplateLocalService, pluginSettingLocalService, pluginSettingPersistence, themeLocalService
Constructor and Description |
---|
ThemeLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.ColorScheme |
fetchColorScheme(long companyId,
String themeId,
String colorSchemeId) |
com.liferay.portal.kernel.model.PortletDecorator |
fetchPortletDecorator(long companyId,
String themeId,
String colorSchemeId) |
com.liferay.portal.kernel.model.Theme |
fetchTheme(long companyId,
String themeId) |
com.liferay.portal.kernel.model.ColorScheme |
getColorScheme(long companyId,
String themeId,
String colorSchemeId) |
List<com.liferay.portal.kernel.model.Theme> |
getControlPanelThemes(long companyId,
long userId) |
List<com.liferay.portal.kernel.model.Theme> |
getPageThemes(long companyId,
long groupId,
long userId) |
com.liferay.portal.kernel.model.PortletDecorator |
getPortletDecorator(long companyId,
String themeId,
String portletDecoratorId) |
com.liferay.portal.kernel.model.Theme |
getTheme(long companyId,
String themeId) |
List<com.liferay.portal.kernel.model.Theme> |
getThemes(long companyId) |
List<com.liferay.portal.kernel.model.Theme> |
getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of Wilberforce (7.0.x), replaced by
getPageThemes(long, long, long) |
List<com.liferay.portal.kernel.model.Theme> |
getWARThemes() |
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) |
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) |
void |
uninstallThemes(List<com.liferay.portal.kernel.model.Theme> themes) |
afterPropertiesSet, destroy, getCounterLocalService, getLayoutTemplateLocalService, getOSGiServiceIdentifier, getPluginSettingLocalService, getPluginSettingPersistence, getThemeLocalService, runSQL, setCounterLocalService, setLayoutTemplateLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setThemeLocalService
public com.liferay.portal.kernel.model.ColorScheme fetchColorScheme(long companyId, String themeId, String colorSchemeId)
public com.liferay.portal.kernel.model.PortletDecorator fetchPortletDecorator(long companyId, String themeId, String colorSchemeId)
public com.liferay.portal.kernel.model.Theme fetchTheme(long companyId, String themeId)
public com.liferay.portal.kernel.model.ColorScheme getColorScheme(long companyId, String themeId, String colorSchemeId)
public List<com.liferay.portal.kernel.model.Theme> getControlPanelThemes(long companyId, long userId)
public List<com.liferay.portal.kernel.model.Theme> getPageThemes(long companyId, long groupId, long userId)
public com.liferay.portal.kernel.model.PortletDecorator getPortletDecorator(long companyId, String themeId, String portletDecoratorId)
public com.liferay.portal.kernel.model.Theme getTheme(long companyId, String themeId)
public List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId)
@Deprecated public List<com.liferay.portal.kernel.model.Theme> getThemes(long companyId, long groupId, long userId, boolean wapTheme)
getPageThemes(long, long, long)
public List<com.liferay.portal.kernel.model.Theme> getWARThemes()
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)
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)
public void uninstallThemes(List<com.liferay.portal.kernel.model.Theme> themes)