Class GuideProgressiveSectionManager

  • All Implemented Interfaces:
    Use

    public class GuideProgressiveSectionManager
    extends WCMUsePojo
    • Constructor Detail

      • GuideProgressiveSectionManager

        public GuideProgressiveSectionManager()
    • Method Detail

      • getFetchedFromService

        public java.lang.Boolean getFetchedFromService()
      • getAllSections

        public java.util.List<java.lang.Object> getAllSections()
        API to get all sections present If the service is dynamic, then this API would return only one section
        Returns:
      • getSectionJSON

        public java.lang.String getSectionJSON()
      • activate

        public void activate()
                      throws java.lang.Exception
        Description copied from class: WCMUsePojo
        Implement this method to perform post initialization tasks. This method is called by WCMUsePojo.init(Bindings).
        Specified by:
        activate in class WCMUsePojo
        Throws:
        java.lang.Exception - in case of any error during activation
      • getGuideProgressiveSectionInfo

        public GuideProgressiveSectionInfo getGuideProgressiveSectionInfo()
        Public API to get the current Progressive Section Info Object
        Returns:
      • getGuideProgressiveCompletionInfo

        public GuideProgressiveCompletionInfo getGuideProgressiveCompletionInfo()
        Public API to get the progressive completion info
        Returns: