com.liferay.portal.service.impl
Class ThemeLocalServiceImpl
java.lang.Object
com.liferay.portal.service.base.ThemeLocalServiceBaseImpl
com.liferay.portal.service.impl.ThemeLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portal.service.ThemeLocalService
public class ThemeLocalServiceImpl
- extends ThemeLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan, Jorge Ferrer
Method Summary |
com.liferay.portal.model.ColorScheme |
getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
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)
|
java.util.List<java.lang.String> |
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<java.lang.String> |
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<java.lang.String> themeIds)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeLocalServiceImpl
public ThemeLocalServiceImpl()
getColorScheme
public com.liferay.portal.model.ColorScheme getColorScheme(long companyId,
java.lang.String themeId,
java.lang.String colorSchemeId,
boolean wapTheme)
getTheme
public com.liferay.portal.model.Theme getTheme(long companyId,
java.lang.String themeId,
boolean wapTheme)
getThemes
public java.util.List<com.liferay.portal.model.Theme> getThemes(long companyId)
getThemes
public java.util.List<com.liferay.portal.model.Theme> getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
init
public java.util.List<java.lang.String> init(javax.servlet.ServletContext servletContext,
java.lang.String themesPath,
boolean loadFromServletContext,
java.lang.String[] xmls,
com.liferay.portal.kernel.plugin.PluginPackage pluginPackage)
init
public java.util.List<java.lang.String> 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)
uninstallThemes
public void uninstallThemes(java.util.List<java.lang.String> themeIds)