| java.lang.Object com.liferay.portal.service.impl.ThemeLocalUtil
ThemeLocalUtil | public class ThemeLocalUtil (Code) | | View Source
author: Brian Wing Shun Chan author: Jorge Ferrer |
Method Summary | |
public static ColorScheme | getColorScheme(long companyId, String themeId, String colorSchemeId, boolean wapTheme) | public static Theme | getTheme(long companyId, String themeId, boolean wapTheme) | public static List | getThemes(long companyId) | public static List | getThemes(long companyId, long groupId, long userId, boolean wapTheme) | public static List | init(ServletContext ctx, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) | public static List | init(String servletContextName, ServletContext ctx, String themesPath, boolean loadFromServletContext, String[] xmls, PluginPackage pluginPackage) | public static void | uninstallThemes(List themeIds) |
getThemes | public static List getThemes(long companyId)(Code) | | |
uninstallThemes | public static void uninstallThemes(List themeIds)(Code) | | |
|
|