Class C360CustomerInterestsListAdapter
java.lang.Object
de.hybris.platform.assistedservicewebservices.adapters.C360FragmentDataAdapter<List<ProductInterestRelationData>>
de.hybris.platform.assistedservicewebservices.adapters.C360CustomerInterestsListAdapter
public class C360CustomerInterestsListAdapter
extends C360FragmentDataAdapter<List<ProductInterestRelationData>>
-
Field Summary
Fields inherited from class de.hybris.platform.assistedservicewebservices.adapters.C360FragmentDataAdapter
dataMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadapt(List<ProductInterestRelationData> source) Adapt data to Customer360DataWsDTOMethods inherited from class de.hybris.platform.assistedservicewebservices.adapters.C360FragmentDataAdapter
getDataMapper, setDataMapper
-
Constructor Details
-
C360CustomerInterestsListAdapter
public C360CustomerInterestsListAdapter()
-
-
Method Details
-
adapt
Description copied from class:C360FragmentDataAdapterAdapt data to Customer360DataWsDTO- Specified by:
adaptin classC360FragmentDataAdapter<List<ProductInterestRelationData>>- Parameters:
source- FragmentData that need to do adapt- Returns:
- Customer360DataWsDTO
-