Class ChannelDataType.Data

    • Method Detail

      • getDisplayString

        public String getDisplayString​(IRenderer renderer)
                                throws PortalException
        Returns the localized name of the channel.
        Specified by:
        getDisplayString in interface IRenderable
        Parameters:
        renderer - the renderer object that will use the returned render data.
        Returns:
        the string to be used to friendly display this instance.
        Throws:
        PortalException
      • getRenderData

        public String getRenderData​(IRenderer renderer)
                             throws PortalException
        Returns a xml block that contains the id, name and path of the given channel.
        Specified by:
        getRenderData in interface IRenderable
        Parameters:
        renderer - the renderer object that will use the returned render data.
        Returns:
        the xml data for this object.
        Throws:
        PortalException