Class ChannelTemplateLink

  • All Implemented Interfaces:
    Serializable

    public class ChannelTemplateLink
    extends Object
    implements Serializable
    Model for a channel template link. Most attributes are not included in the XML and must be set manually during XML unmarshalling.

    Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see ChannelTemplateLinkConfig.

    Since:
    6.2.0
    Version:
    $Revision: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
    See Also:
    ChannelTemplateLinkConfig, Serialized Form
    • Constructor Detail

      • ChannelTemplateLink

        public ChannelTemplateLink()
    • Method Detail

      • getTemplateChannelId

        public String getTemplateChannelId()
      • setTemplateChannelId

        public void setTemplateChannelId​(String templateChannelId)
      • getDestinationChannelId

        public String getDestinationChannelId()
      • setDestinationChannelId

        public void setDestinationChannelId​(String destinationChannelId)
      • getDestinationId

        public String getDestinationId()
      • setDestinationId

        public void setDestinationId​(String destinationId)
      • getSourceId

        public String getSourceId()
      • setSourceId

        public void setSourceId​(String sourceId)
      • save

        public static void save​(ChannelTemplateLink channelTemplateLink,
                                org.hibernate.Session session)
        Save channel template link.
        Parameters:
        channelTemplateLink - the channel template link.
        session - the hibernate session.
        Since:
        12.4.0