Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.model.adapter | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
Theme |
LayoutRevisionWrapper.getTheme() |
Theme |
LayoutSet.getTheme() |
Theme |
LayoutSetWrapper.getTheme() |
Theme |
LayoutRevision.getTheme() |
Theme |
Layout.getTheme()
Returns the current layout's theme, or the layout set's theme if no
layout theme is configured.
|
Theme |
LayoutSetBranch.getTheme() |
Theme |
LayoutWrapper.getTheme()
Returns the current layout's theme, or the layout set's theme if no
layout theme is configured.
|
Theme |
LayoutSetBranchWrapper.getTheme() |
Modifier and Type | Interface and Description |
---|---|
interface |
StagedTheme |
Modifier and Type | Method and Description |
---|---|
static Theme |
ThemeLocalServiceUtil.fetchTheme(long companyId,
String themeId) |
Theme |
ThemeLocalServiceWrapper.fetchTheme(long companyId,
String themeId) |
Theme |
ThemeLocalService.fetchTheme(long companyId,
String themeId) |
static Theme |
ThemeLocalServiceUtil.getTheme(long companyId,
String themeId) |
Theme |
ThemeLocalServiceWrapper.getTheme(long companyId,
String themeId) |
Theme |
ThemeLocalService.getTheme(long companyId,
String themeId) |
Modifier and Type | Method and Description |
---|---|
static List<Theme> |
ThemeLocalServiceUtil.getControlPanelThemes(long companyId,
long userId) |
List<Theme> |
ThemeLocalServiceWrapper.getControlPanelThemes(long companyId,
long userId) |
List<Theme> |
ThemeLocalService.getControlPanelThemes(long companyId,
long userId) |
static List<Theme> |
ThemeLocalServiceUtil.getPageThemes(long companyId,
long groupId,
long userId) |
List<Theme> |
ThemeLocalServiceWrapper.getPageThemes(long companyId,
long groupId,
long userId) |
List<Theme> |
ThemeLocalService.getPageThemes(long companyId,
long groupId,
long userId) |
List<Theme> |
ThemeService.getThemes(long companyId) |
static List<Theme> |
ThemeServiceUtil.getThemes(long companyId) |
List<Theme> |
ThemeServiceWrapper.getThemes(long companyId) |
static List<Theme> |
ThemeLocalServiceUtil.getThemes(long companyId) |
List<Theme> |
ThemeLocalServiceWrapper.getThemes(long companyId) |
List<Theme> |
ThemeLocalService.getThemes(long companyId) |
static List<Theme> |
ThemeLocalServiceUtil.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of Wilberforce (7.0.x), replaced by
ThemeLocalServiceUtil.getPageThemes(long, long, long) |
List<Theme> |
ThemeLocalServiceWrapper.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of Wilberforce (7.0.x), replaced by
ThemeLocalServiceWrapper.getPageThemes(long, long, long) |
List<Theme> |
ThemeLocalService.getThemes(long companyId,
long groupId,
long userId,
boolean wapTheme)
Deprecated.
As of Wilberforce (7.0.x), replaced by
ThemeLocalService.getPageThemes(long, long, long) |
static List<Theme> |
ThemeLocalServiceUtil.getWARThemes() |
List<Theme> |
ThemeLocalServiceWrapper.getWARThemes() |
List<Theme> |
ThemeLocalService.getWARThemes() |
static List<Theme> |
ThemeLocalServiceUtil.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalServiceWrapper.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalService.init(javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
static List<Theme> |
ThemeLocalServiceUtil.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalServiceWrapper.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Theme> |
ThemeLocalService.init(String servletContextName,
javax.servlet.ServletContext servletContext,
String themesPath,
boolean loadFromServletContext,
String[] xmls,
PluginPackage pluginPackage) |
Modifier and Type | Method and Description |
---|---|
static void |
ThemeLocalServiceUtil.uninstallThemes(List<Theme> themes) |
void |
ThemeLocalServiceWrapper.uninstallThemes(List<Theme> themes) |
void |
ThemeLocalService.uninstallThemes(List<Theme> themes) |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeDisplay.getTheme() |
Modifier and Type | Method and Description |
---|---|
void |
ThemeDisplay.setLookAndFeel(Theme theme,
ColorScheme colorScheme) |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeFactory.getDefaultRegularTheme(long companyId) |
static Theme |
ThemeFactoryUtil.getDefaultRegularTheme(long companyId) |
Theme |
ThemeFactory.getTheme() |
static Theme |
ThemeFactoryUtil.getTheme() |
Theme |
ThemeFactory.getTheme(String themeId) |
static Theme |
ThemeFactoryUtil.getTheme(String themeId) |
Theme |
ThemeFactory.getTheme(String themeId,
String name) |
static Theme |
ThemeFactoryUtil.getTheme(String themeId,
String name) |
Modifier and Type | Method and Description |
---|---|
static String |
ThemeHelper.getResourcePath(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path) |
static boolean |
ThemeHelper.resourceExists(javax.servlet.ServletContext servletContext,
Theme theme,
String portletId,
String path) |