Class ProductAffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends ProductAffinityData>

java.lang.Object
de.hybris.platform.assistedserviceyprofilefacades.populator.ProductAffinityPopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - Map.Entry<String,Affinity>
TARGET - ProductAffinityData
All Implemented Interfaces:
Populator<SOURCE,TARGET>

public class ProductAffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends ProductAffinityData> extends Object implements Populator<SOURCE,TARGET>
Populator for product affinity data.
  • Constructor Details

    • ProductAffinityPopulator

      public ProductAffinityPopulator()
  • Method Details