Class GuideProgressiveSectionManager
- java.lang.Object
-
- com.adobe.cq.sightly.WCMUsePojo
-
- com.adobe.aemds.guide.progressive.GuideProgressiveSectionManager
-
- All Implemented Interfaces:
Use
public class GuideProgressiveSectionManager extends WCMUsePojo
-
-
Constructor Summary
Constructors Constructor Description GuideProgressiveSectionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()Implement this method to perform post initialization tasks.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 sectionjava.lang.BooleangetFetchedFromService()GuideProgressiveCompletionInfogetGuideProgressiveCompletionInfo()Public API to get the progressive completion infoGuideProgressiveSectionInfogetGuideProgressiveSectionInfo()Public API to get the current Progressive Section Info Objectjava.lang.StringgetSectionJSON()-
Methods inherited from class com.adobe.cq.sightly.WCMUsePojo
get, getComponent, getComponentContext, getCurrentDesign, getCurrentPage, getCurrentStyle, getDesigner, getEditContext, getInheritedPageProperties, getInheritedProperties, getPageManager, getPageProperties, getProperties, getRequest, getResource, getResourceDesign, getResourcePage, getResourceResolver, getResponse, getSlingScriptHelper, getWcmMode, getXSSAPI, init
-
-
-
-
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.ExceptionDescription copied from class:WCMUsePojoImplement this method to perform post initialization tasks. This method is called byWCMUsePojo.init(Bindings).- Specified by:
activatein classWCMUsePojo- 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:
-
-