Class CustomerInterestsDataProvider
java.lang.Object
de.hybris.platform.assistedservicecustomerinterestsfacades.customer360.provider.CustomerInterestsDataProvider
- All Implemented Interfaces:
FragmentModelProvider<List<ProductInterestRelationData>>
public class CustomerInterestsDataProvider
extends Object
implements FragmentModelProvider<List<ProductInterestRelationData>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PageableDatacreatePageableData(int limit) Return restricted results based on parametersprotected ProductInterestFacadevoidsetProductInterestFacade(ProductInterestFacade productInterestFacade)
-
Constructor Details
-
CustomerInterestsDataProvider
public CustomerInterestsDataProvider()
-
-
Method Details
-
getModel
Description copied from interface:FragmentModelProviderReturn restricted results based on parameters- Specified by:
getModelin interfaceFragmentModelProvider<List<ProductInterestRelationData>>- Parameters:
parameters- to restrict results- Returns:
- results depends on the provided type
-
createPageableData
- Returns:
- PageableData
-
getProductInterestFacade
-
setProductInterestFacade
-