Uses of Class
lumis.portal.channel.ChannelConfig
-
-
Uses of ChannelConfig in lumis.doui.source.field.type
Subclasses of ChannelConfig in lumis.doui.source.field.type Modifier and Type Class Description static class
ChannelDataType.Data
Data object for a field with data type principal.Constructors in lumis.doui.source.field.type with parameters of type ChannelConfig Constructor Description Data(ChannelConfig channelConfig)
-
Uses of ChannelConfig in lumis.lptf.portal.structure
Methods in lumis.lptf.portal.structure that return ChannelConfig Modifier and Type Method Description ChannelConfig
StructureHelper. createChannel()
Creates a channel.ChannelConfig
StructureHelper. createChannel(ChannelConfig parent)
Creates a channel within the given parent channel.ChannelConfig
StructureHelper. createChannelTemplate()
Creates a channel template.ChannelConfig
StructureHelper. createChannelTemplate(ChannelConfig parent)
Creates a channel template within the given parent channel.Methods in lumis.lptf.portal.structure with parameters of type ChannelConfig Modifier and Type Method Description ChannelConfig
StructureHelper. createChannel(ChannelConfig parent)
Creates a channel within the given parent channel.ChannelConfig
StructureHelper. createChannelTemplate(ChannelConfig parent)
Creates a channel template within the given parent channel.PageConfig
StructureHelper. createPage(ChannelConfig channelConfig)
Creates a page.PageConfig
StructureHelper. createPageTemplate(ChannelConfig channelConfig)
Creates a page template.ServiceInstanceConfig
StructureHelper. createServiceInstance(ChannelConfig channelConfig, String serviceId)
Creates a service instance.ServiceInstanceConfig
StructureHelper. createServiceInstance(ChannelConfig channelConfig, String serviceId, String serviceInstanceName)
Creates a service instance. -
Uses of ChannelConfig in lumis.portal.activitystream
Methods in lumis.portal.activitystream with parameters of type ChannelConfig Modifier and Type Method Description void
ActivityStreamManager. disableActivityProcessor(ChannelConfig channel)
void
IActivityStreamManagerSPI. disableActivityProcessor(ChannelConfig channel)
Set the activity processor of the given channel to disabledString
ActivityStreamManager. getActivityProcessorId(ChannelConfig channel)
String
IActivityStreamManagerSPI. getActivityProcessorId(ChannelConfig channel)
Get the activity processor identifier of the given channel.String
ActivityStreamManager. getLocalActivityProcessorId(ChannelConfig channel)
String
IActivityStreamManagerSPI. getLocalActivityProcessorId(ChannelConfig channel)
Get the local activity processor identifier of the given channel.void
ActivityStreamManager. setActivityProcessorConfig(String activityProcessorId, ChannelConfig channel)
void
IActivityStreamManagerSPI. setActivityProcessorConfig(String activityProcessorId, ChannelConfig channel)
Set the Activity Processor for the given channel.void
ActivityStreamManager. setActivityProcessorInherited(ChannelConfig channel)
void
IActivityStreamManagerSPI. setActivityProcessorInherited(ChannelConfig channel)
Set the activity processor of the given channel to be inherited from the parent channel -
Uses of ChannelConfig in lumis.portal.businesscontext.internal
Methods in lumis.portal.businesscontext.internal with parameters of type ChannelConfig Modifier and Type Method Description BusinessContextUsage
BusinessContextManager. getLocalContexts(ChannelConfig channel)
Returns thebusiness context usage
for the given channel.void
BusinessContextManager. updateLocalBusinessContextUsage(ChannelConfig channel, BusinessContextUsage usage)
Updates thebusiness context usage
for the given channel. -
Uses of ChannelConfig in lumis.portal.channel
Methods in lumis.portal.channel that return ChannelConfig Modifier and Type Method Description ChannelConfig
ChannelConfig. clone()
ChannelConfig
ChannelDaoJdbc. get(String channelId, ITransaction transaction)
ChannelConfig
ChannelManager. get(SessionConfig sessionConfig, String channelId, ITransaction transaction)
ChannelConfig
IChannelDao. get(String channelId, ITransaction transaction)
Returns the channel with the specified channelId.ChannelConfig
IChannelManager. get(SessionConfig sessionConfig, String channelId, ITransaction transaction)
Get the Channel's configuration.ChannelConfig
IChannelManagerSPI.IgnoreOnExportImportResult. getIgnoringChannel()
Returns the channel that makes the given channel to be ignored.Methods in lumis.portal.channel that return types with arguments of type ChannelConfig Modifier and Type Method Description Collection<ChannelConfig>
ChannelRenderDataChangedEvent. getChannelsChanged()
Returns the channels whose render data may have changed.Methods in lumis.portal.channel with parameters of type ChannelConfig Modifier and Type Method Description void
ChannelDaoJdbc. add(ChannelConfig channelConfig, ITransaction transaction)
String
ChannelManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelDao. add(ChannelConfig channelConfig, ITransaction transaction)
Add the channel.String
IChannelManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add a Channel.void
ChannelManager. addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManager. addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add or Update a Channel, depending on its previous existence.boolean
ChannelDaoJdbc. checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
boolean
IChannelDao. checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
Returns if the channel prefix for local groups is already in use.int
ChannelManager. getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
boolean
ChannelManager. getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
boolean
IChannelManager. getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Get a boolean indicating wheter the page must be centralized.String
ChannelDaoJdbc. getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
String
IChannelDao. getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
int
ChannelManager. getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Get a the page layout format.String
ChannelManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
String
IChannelManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Returns the defaultIPageWebResourceDataProvider
class name for the child pages of a channel.int
ChannelManager. getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Returns the protocolType of the given channel.String
ChannelManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Deprecated.String
IChannelManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Deprecated.Since 5.0.0 replaced byIChannelManager.getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction)
.boolean
ChannelManager. isGoogleAnalyticsEnabled(ChannelConfig channelConfig)
boolean
IChannelManagerSPI. isGoogleAnalyticsEnabled(ChannelConfig channelConfig)
Returns whether the Google Analytics is enable in the given channel.Boolean
ChannelManager. isGoogleAnalyticsEnabledLocal(ChannelConfig channelConfig)
Boolean
IChannelManagerSPI. isGoogleAnalyticsEnabledLocal(ChannelConfig channelConfig)
Returns whether the Google Analytics is enable in the given channel ornull
if this property is inherited.void
ChannelConfig. serialize(ChannelConfig channelConfig, OutputStream outputStream)
void
ChannelManager. setGoogleAnalyticsEnable(Boolean enabled, ChannelConfig channelConfig)
void
IChannelManagerSPI. setGoogleAnalyticsEnable(Boolean enabled, ChannelConfig channelConfig)
Sets whether the Google Analytics is enable in the given channel.void
ChannelDaoJdbc. update(ChannelConfig channelConfig, ITransaction transaction)
void
ChannelManager. update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelDao. update(ChannelConfig channelConfig, ITransaction transaction)
Update the channel.void
IChannelManager. update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Update the Channel.void
ChannelManager. updateLocalGroupPrefixFromFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManagerSPI. updateLocalGroupPrefixFromFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Updates the local group prefix of the given channel with its friendly identifier.void
ChannelManager. validateFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManagerSPI. validateFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Validates the channel's friendly identifier.Constructors in lumis.portal.channel with parameters of type ChannelConfig Constructor Description IgnoreOnExportImportResult(boolean isIgnoreOnExportImport, ChannelConfig ignoringChannel)
Creates a new instance.TemplateLocalPrefixVariableResolver(ChannelConfig rootChannel)
Constructor parameters in lumis.portal.channel with type arguments of type ChannelConfig Constructor Description ChannelRenderDataChangedEvent(SessionConfig sessionConfig, Collection<ChannelConfig> channelsChanged, ITransaction transaction)
-
Uses of ChannelConfig in lumis.portal.channel.acl
Methods in lumis.portal.channel.acl with parameters of type ChannelConfig Modifier and Type Method Description String
ChannelAclManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
String
IChannelAclManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add an Access Control List to the Channel. -
Uses of ChannelConfig in lumis.portal.channel.acl.serialization
-
Uses of ChannelConfig in lumis.portal.channel.serialization
Methods in lumis.portal.channel.serialization that return ChannelConfig Modifier and Type Method Description ChannelConfig
ChannelSerializationManager. deserializeConfig(DeserializationContext deserializationContext, String channelId)
ChannelConfig
IChannelSerializationManager. deserializeConfig(DeserializationContext deserializationContext, String channelId)
Deserialize aChannelConfig
object.Methods in lumis.portal.channel.serialization with parameters of type ChannelConfig Modifier and Type Method Description SerializationMessageConfigNode
ChannelSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig)
SerializationMessageConfigNode
IChannelSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext serializationContext, ChannelConfig channelConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a channel. -
Uses of ChannelConfig in lumis.portal.commandpalette
Methods in lumis.portal.commandpalette with parameters of type ChannelConfig Modifier and Type Method Description void
CommandPaletteManager. setDirty(ChannelConfig channel)
void
ICommandPaletteManagerSPI. setDirty(ChannelConfig channel)
Sets the given channel dirty. -
Uses of ChannelConfig in lumis.portal.localization
Methods in lumis.portal.localization with parameters of type ChannelConfig Modifier and Type Method Description static boolean
LocaleUtilInternal. isCurrentLocaleValid(ChannelConfig channel)
Returns whether the session locale is valid for a given channel.static Locale
LocaleUtilInternal. selectLocale(HttpServletRequest request, ChannelConfig channel)
Returns the selected locale for a given channel and request. -
Uses of ChannelConfig in lumis.portal.metatag
Methods in lumis.portal.metatag with parameters of type ChannelConfig Modifier and Type Method Description void
IMetaTagManagerSPI. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, Node metaTagsNodes, ChannelConfig parentChannel, ITransaction transaction)
Deserialize meta-tags into a channel.void
MetaTagManager. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, Node metaTagsNodes, ChannelConfig parentChannel, ITransaction transaction)
-
Uses of ChannelConfig in lumis.portal.presentation
Fields in lumis.portal.presentation declared as ChannelConfig Modifier and Type Field Description protected ChannelConfig
PresentationControllerHtml. channelConfig
protected ChannelConfig
PresentationControllerHtml. rootChannel
-
Uses of ChannelConfig in lumis.portal.presentation.mode
Methods in lumis.portal.presentation.mode with parameters of type ChannelConfig Modifier and Type Method Description boolean
ContentAdministrationPortalMode. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
boolean
ContentPublicationPortalMode. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
boolean
IPortalModeSPI. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
Returns whether the given web resource in the this mode may only be accessed using the web resource's website.boolean
NavigationPortalMode. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
boolean
PortalStudioPortalMode. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
boolean
SettingsPortalMode. isAccessWithWebResourceWebsiteRequired(WebResource webResource, ChannelConfig rootChannel)
boolean
AbstractPortalMode. isWebResourceAvailable(WebResource webResource, ChannelConfig rootChannel)
boolean
IPortalModeSPI. isWebResourceAvailable(WebResource webResource, ChannelConfig rootChannel)
Returns whether the given web resource is available for access in the this mode.boolean
NavigationPortalMode. isWebResourceAvailable(WebResource webResource, ChannelConfig rootChannel)
-
Uses of ChannelConfig in lumis.portal.presentation.mode.portaladministration
Methods in lumis.portal.presentation.mode.portaladministration with parameters of type ChannelConfig Modifier and Type Method Description protected org.apache.wicket.util.string.AppendingStringBuffer
PortalSettingsNavigationComponent. renderAdministrationMenu(LayoutFilePage page, ChannelConfig curChannel, int iLevel, boolean isLast, ITransaction transaction)
-
Uses of ChannelConfig in lumis.portal.service
Methods in lumis.portal.service with parameters of type ChannelConfig Modifier and Type Method Description default void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
Called to indicate the given service instance was moved from a channel to the other channel. -
Uses of ChannelConfig in lumis.portal.structure.areatag
Methods in lumis.portal.structure.areatag with parameters of type ChannelConfig Modifier and Type Method Description Set<String>
AreaTagManager. getAppliedAreaTags(ChannelConfig channel)
Set<String>
AreaTagManager. getAppliedAreaTags(ChannelConfig channel, boolean includeProjectId)
Returns the applied area tags in the given channel.Set<String>
IAreaTagManagerSPI. getAppliedAreaTags(ChannelConfig channel)
Return the applied area tags in the given channel.AreaTagUsageConfig
AreaTagManager. getLocalAreaTags(ChannelConfig channel)
AreaTagUsageConfig
IAreaTagManagerSPI. getLocalAreaTags(ChannelConfig channel)
Returns thearea tag usage
for the given channel.void
AreaTagManager. updateLocalAreaTagUsage(ChannelConfig channel, AreaTagUsageConfig areaTagAppliance)
void
IAreaTagManagerSPI. updateLocalAreaTagUsage(ChannelConfig channel, AreaTagUsageConfig areaTagAppliance)
Updates thetheme appliance
for the given channel. -
Uses of ChannelConfig in lumis.portal.theme
Methods in lumis.portal.theme with parameters of type ChannelConfig Modifier and Type Method Description List<String>
ThemeManager. getAppliedThemesIds(ChannelConfig channel)
Return the applied themes (identifiers) in the given channel.ThemeUsageConfig
ThemeManager. getLocalThemes(ChannelConfig channel, String runtimeInterfaceId)
Returns thetheme usage
for the given channel.void
ThemeManager. updateLocalThemeUsage(ChannelConfig channel, ThemeUsageConfig themeUsage)
Updates thetheme usage
for the given channel. -
Uses of ChannelConfig in lumis.portal.urlshortener
Methods in lumis.portal.urlshortener with parameters of type ChannelConfig Modifier and Type Method Description IURLShortener
IURLShortenerManager. get(ChannelConfig channel)
Returns theURL shortener
for the givenchannel
.IURLShortener
URLShortenerManager. get(ChannelConfig channel)
boolean
URLShortenerManager. isLocal(ChannelConfig channel)
Returns whether the channel has a localshortener
.void
IURLShortenerManager. put(ChannelConfig channel, String className, Map<String,String> parameters)
Sets theURL shortener
for the given channel.
The class name received must be one of the following:
lumis.portal.urlshortener.CustomURLShortener
lumis.portal.urlshortener.TinyURLShortener
void
URLShortenerManager. put(ChannelConfig channel, String className, Map<String,String> parameters)
void
IURLShortenerManager. remove(ChannelConfig channel)
Removes theURL shortener
of the given channel.void
URLShortenerManager. remove(ChannelConfig channel)
-
Uses of ChannelConfig in lumis.service.analytics
Methods in lumis.service.analytics with parameters of type ChannelConfig Modifier and Type Method Description void
AnalyticsService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
-
Uses of ChannelConfig in lumis.service.portalmanagement.channelacl
Methods in lumis.service.portalmanagement.channelacl that return ChannelConfig Modifier and Type Method Description ChannelConfig
ChannelAclControl. getChannel()
Returns the channel whose acl this control edits. -
Uses of ChannelConfig in lumis.socialnetwork
Constructors in lumis.socialnetwork with parameters of type ChannelConfig Constructor Description SocialNetwork(String name, ChannelConfig channelBase, PageConfig personalPage, ServiceInstanceConfig serviceInstance, String sourceId, String userFieldId, String className)
-