adobe / aem-core-cif-components

A set of configurations and components to get you started with AEM Commerce development
Apache License 2.0
102 stars 80 forks source link

can not import class com.adobe.cq.commerce.core.components.models.productlist.CategoryRetriever #969

Closed Crispy-rw closed 10 months ago

Crispy-rw commented 1 year ago

Expected Behaviour

I want to extend the productlist component functionality. So I have tried importing the import com.adobe.cq.commerce.core.components.models.productlist.CategoryRetriever; so that I can have an instance of CategoryRetriever class and use it somewhere in the code.

Actual Behaviour

When importing from the com.adobe.cq.commerce.core.components.models.productlist path there is one class available which is ProductList but looking at some of the implementation in the aem core cif components, i can see places where that class was imported and used.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

import com.adobe.cq.commerce.core.components.models.productlist.CategoryRetriever;

Platform and Version

AEM 6.5.12 and CIF 2.12.0

Sample Code that illustrates the problem

image image

Logs taken while reproducing problem

N/A