Modifier and Type | Class and Description |
---|---|
static class |
ChannelDataType.Data
Data object for a field with data type principal.
|
Constructor and Description |
---|
Data(ChannelConfig channelConfig) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityStreamManager.disableActivityProcessor(ChannelConfig channel) |
void |
IActivityStreamManagerSPI.disableActivityProcessor(ChannelConfig channel)
Set the activity processor of the given channel to disabled
|
String |
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
|
Modifier and Type | Method and Description |
---|---|
BusinessContextUsage |
BusinessContextManager.getLocalContexts(ChannelConfig channel)
Returns the
business context usage for the
given channel. |
void |
BusinessContextManager.updateLocalBusinessContextUsage(ChannelConfig channel,
BusinessContextUsage usage)
Updates the
business context usage for the
given channel. |
Modifier and Type | Method and Description |
---|---|
ChannelConfig |
ChannelConfig.clone() |
ChannelConfig |
ChannelManager.get(SessionConfig sessionConfig,
String channelId,
ITransaction transaction) |
ChannelConfig |
IChannelManager.get(SessionConfig sessionConfig,
String channelId,
ITransaction transaction)
Get the Channel's configuration.
|
ChannelConfig |
ChannelDaoJdbc.get(String channelId,
ITransaction transaction) |
ChannelConfig |
IChannelDao.get(String channelId,
ITransaction transaction)
Returns the channel with the specified channelId.
|
ChannelConfig |
IChannelManagerSPI.IgnoreOnExportImportResult.getIgnoringChannel()
Returns the channel that makes the given channel to be ignored.
|
Modifier and Type | Method and Description |
---|---|
Collection<ChannelConfig> |
ChannelRenderDataChangedEvent.getChannelsChanged()
Returns the channels whose render data may have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
ChannelDaoJdbc.add(ChannelConfig channelConfig,
ITransaction transaction) |
void |
IChannelDao.add(ChannelConfig channelConfig,
ITransaction transaction)
Add the channel.
|
String |
ChannelManager.add(SessionConfig sessionConfig,
ChannelConfig channelConfig,
ITransaction transaction) |
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 default
IPageWebResourceDataProvider
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 by
IChannelManager.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 or
null 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 |
IChannelDao.update(ChannelConfig channelConfig,
ITransaction transaction)
Update the channel.
|
void |
ChannelManager.update(SessionConfig sessionConfig,
ChannelConfig channelConfig,
ITransaction transaction) |
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.
|
Constructor and Description |
---|
IgnoreOnExportImportResult(boolean isIgnoreOnExportImport,
ChannelConfig ignoringChannel)
Creates a new instance.
|
TemplateLocalPrefixVariableResolver(ChannelConfig rootChannel) |
Constructor and Description |
---|
ChannelRenderDataChangedEvent(SessionConfig sessionConfig,
Collection<ChannelConfig> channelsChanged,
ITransaction transaction) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ChannelConfig |
ChannelSerializationManager.deserializeConfig(DeserializationContext deserializationContext,
String channelId) |
ChannelConfig |
IChannelSerializationManager.deserializeConfig(DeserializationContext deserializationContext,
String channelId)
Deserialize a
ChannelConfig object. |
Modifier and Type | Method and Description |
---|---|
SerializationMessageConfigNode |
ChannelSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext,
ChannelConfig channelConfig) |
SerializationMessageConfigNode |
IChannelSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext serializationContext,
ChannelConfig channelConfig)
Get a
SerializationMessageConfigNode object containing fully recursive information about a channel. |
Modifier and Type | Method and Description |
---|---|
void |
CommandPaletteManager.setDirty(ChannelConfig channel) |
void |
ICommandPaletteManagerSPI.setDirty(ChannelConfig channel)
Sets the given channel dirty.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected ChannelConfig |
PresentationControllerHtml.channelConfig |
protected ChannelConfig |
PresentationControllerHtml.rootChannel |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.util.string.AppendingStringBuffer |
PortalSettingsNavigationComponent.renderAdministrationMenu(LayoutFilePage page,
ChannelConfig curChannel,
int iLevel,
boolean isLast,
ITransaction transaction) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
AreaTagManager.getAppliedAreaTags(ChannelConfig channel) |
Set<String> |
IAreaTagManagerSPI.getAppliedAreaTags(ChannelConfig channel)
Return the applied area tags in the given channel.
|
Set<String> |
AreaTagManager.getAppliedAreaTags(ChannelConfig channel,
boolean includeProjectId)
Returns the applied area tags in the given channel.
|
AreaTagUsageConfig |
AreaTagManager.getLocalAreaTags(ChannelConfig channel) |
AreaTagUsageConfig |
IAreaTagManagerSPI.getLocalAreaTags(ChannelConfig channel)
Returns the
area tag usage for the given channel. |
void |
AreaTagManager.updateLocalAreaTagUsage(ChannelConfig channel,
AreaTagUsageConfig areaTagAppliance) |
void |
IAreaTagManagerSPI.updateLocalAreaTagUsage(ChannelConfig channel,
AreaTagUsageConfig areaTagAppliance)
Updates the
theme appliance for the given channel. |
Modifier and Type | Method and Description |
---|---|
List<String> |
ThemeManager.getAppliedThemesIds(ChannelConfig channel)
Return the applied themes (identifiers) in the given channel.
|
ThemeUsageConfig |
ThemeManager.getLocalThemes(ChannelConfig channel,
String runtimeInterfaceId)
Returns the
theme usage for the given channel. |
void |
ThemeManager.updateLocalThemeUsage(ChannelConfig channel,
ThemeUsageConfig themeUsage)
Updates the
theme usage for the given channel. |
Modifier and Type | Method and Description |
---|---|
IURLShortener |
IURLShortenerManager.get(ChannelConfig channel)
Returns the
URL shortener for the given
channel . |
IURLShortener |
URLShortenerManager.get(ChannelConfig channel) |
boolean |
URLShortenerManager.isLocal(ChannelConfig channel)
Returns whether the channel has a local
shortener . |
void |
IURLShortenerManager.put(ChannelConfig channel,
String className,
Map<String,String> parameters)
Sets the
URL 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 the
URL shortener of the given channel. |
void |
URLShortenerManager.remove(ChannelConfig channel) |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsService.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
ChannelConfig oldChannel,
ChannelConfig newChannel,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
ChannelConfig |
ChannelAclControl.getChannel()
Returns the channel whose acl this control edits.
|
Constructor and Description |
---|
SocialNetwork(String name,
ChannelConfig channelBase,
PageConfig personalPage,
ServiceInstanceConfig serviceInstance,
String sourceId,
String userFieldId,
String className) |
LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.