Uses of Class
lumis.portal.businesscontext.internal.BusinessContextUsage
-
Packages that use BusinessContextUsage Package Description lumis.portal.businesscontext.internal -
-
Uses of BusinessContextUsage in lumis.portal.businesscontext.internal
Methods in lumis.portal.businesscontext.internal that return BusinessContextUsage Modifier and Type Method Description BusinessContextUsage
BusinessContextManager. getLocalContexts(ChannelConfig channel)
Returns thebusiness context usage
for the given channel.BusinessContextUsage
BusinessContextManager. getLocalContexts(PageConfig page)
Returns thebusiness context usage
for the given page.Methods in lumis.portal.businesscontext.internal with parameters of type BusinessContextUsage Modifier and Type Method Description void
BusinessContextManager. updateLocalBusinessContextUsage(String propertyBagId, BusinessContextUsage usage)
Updates thebusiness context usage
for the property bag with the given identifier.void
BusinessContextManager. updateLocalBusinessContextUsage(ChannelConfig channel, BusinessContextUsage usage)
Updates thebusiness context usage
for the given channel.void
BusinessContextManager. updateLocalBusinessContextUsage(PageConfig page, BusinessContextUsage usage)
Updates thebusiness context usage
for the given page.
-