Interface ProductCarousel

  • All Superinterfaces:
    com.adobe.cq.wcm.core.components.models.Component, com.adobe.cq.export.json.ComponentExporter
    All Known Implementing Classes:
    ProductCarouselImpl, RelatedProductsImpl

    public interface ProductCarousel
    extends com.adobe.cq.wcm.core.components.models.Component
    • Method Detail

      • getProductsRetriever

        AbstractProductsRetriever getProductsRetriever()
        Returns in instance of the products retriever for fetching product data via GraphQL.
        Returns:
        products retriever instance
      • isConfigured

        boolean isConfigured()
        Returns true if the component is correctly configured, false otherwise.
        Returns:
        true or false
      • getTitleType

        String getTitleType()
        Should return the HTML tag type for the component title.
        Returns:
        The HTML tag type that should be used to display the component title.