Class AffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends AffinityData>
java.lang.Object
de.hybris.platform.assistedserviceyprofilefacades.populator.AffinityPopulator<SOURCE,TARGET>
- All Implemented Interfaces:
Populator<SOURCE,TARGET>
public class AffinityPopulator<SOURCE extends Map.Entry<String,Affinity>,TARGET extends AffinityData>
extends Object
implements Populator<SOURCE,TARGET>
Default affinity populator that populates common affinity attributes : score, recentScore, recentViewCount.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AffinityPopulator
public AffinityPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.
-