Uses of Class
lumis.portal.channel.template.ChannelTemplateLinkConfig
-
Packages that use ChannelTemplateLinkConfig Package Description lumis.portal.channel.template lumis.portal.serialization -
-
Uses of ChannelTemplateLinkConfig in lumis.portal.channel.template
Methods in lumis.portal.channel.template that return ChannelTemplateLinkConfig Modifier and Type Method Description ChannelTemplateLinkConfig
ChannelTemplateLinkConfig. clone()
ChannelTemplateLinkConfig
ChannelTemplateManager. getChannelLinkBySourceId(SessionConfig sessionConfig, String channelId, String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
ChannelTemplateLinkConfig
IChannelTemplateManager. getChannelLinkBySourceId(SessionConfig sessionConfig, String channelId, String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.Methods in lumis.portal.channel.template that return types with arguments of type ChannelTemplateLinkConfig Modifier and Type Method Description List<ChannelTemplateLinkConfig>
ChannelTemplateManager. getChannelLinks(SessionConfig sessionConfig, String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
List<ChannelTemplateLinkConfig>
IChannelTemplateManager. getChannelLinks(SessionConfig sessionConfig, String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.Methods in lumis.portal.channel.template with parameters of type ChannelTemplateLinkConfig Modifier and Type Method Description String
ChannelTemplateManager. addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
String
IChannelTemplateManager. addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.boolean
ChannelTemplateLinkConfig. isIdentical(ChannelTemplateLinkConfig channelTemplateLinkConfig)
Returns true if all properties of this object are equals to the properties of the given object. -
Uses of ChannelTemplateLinkConfig in lumis.portal.serialization
Methods in lumis.portal.serialization that return types with arguments of type ChannelTemplateLinkConfig Modifier and Type Method Description List<ChannelTemplateLinkConfig>
DeserializationConfig. getTemplateLinksList()
Returns the links of channel template for the structure being imported.Method parameters in lumis.portal.serialization with type arguments of type ChannelTemplateLinkConfig Modifier and Type Method Description void
DeserializationConfig. setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
Sets the links of channel template for the structure being imported.
-