Uses of Class
lumis.portal.theme.ThemeUsageConfig
-
Packages that use ThemeUsageConfig Package Description lumis.portal.theme Contains the portal themes feature implementation.lumis.service.portalmanagement.theme -
-
Uses of ThemeUsageConfig in lumis.portal.theme
Methods in lumis.portal.theme that return ThemeUsageConfig Modifier and Type Method Description ThemeUsageConfig
ThemeManager. getLocalThemes(ChannelConfig channel, String runtimeInterfaceId)
Returns thetheme usage
for the given channel.ThemeUsageConfig
ThemeManager. getLocalThemes(PageConfig page, String runtimeInterfaceId)
Returns thetheme usage
for the given page.Methods in lumis.portal.theme with parameters of type ThemeUsageConfig Modifier and Type Method Description void
ThemeManager. updateLocalThemeUsage(ChannelConfig channel, ThemeUsageConfig themeUsage)
Updates thetheme usage
for the given channel.void
ThemeManager. updateLocalThemeUsage(PageConfig page, ThemeUsageConfig themeUsage)
Updates thetheme usage
for the given page. -
Uses of ThemeUsageConfig in lumis.service.portalmanagement.theme
Methods in lumis.service.portalmanagement.theme that return ThemeUsageConfig Modifier and Type Method Description static ThemeUsageConfig
ThemeApplianceHelper. from(ProcessActionHandler<?> processActionHandler, String appliedThemeIdsParameterName, String inheritingThemeIdsParameterName)
Constructs aThemeUsageConfig
from the givenProcessActionHandler
using the indicated parameters.
-