Class CxSearchProfileActionReversePopulator
- java.lang.Object
-
- de.hybris.platform.personalizationsearchweb.populators.CxSearchProfileActionReversePopulator
-
- All Implemented Interfaces:
Populator<CxSearchProfileActionData,CxSearchProfileActionModel>
public class CxSearchProfileActionReversePopulator extends java.lang.Object implements Populator<CxSearchProfileActionData,CxSearchProfileActionModel>
-
-
Constructor Summary
Constructors Constructor Description CxSearchProfileActionReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(CxSearchProfileActionData source, CxSearchProfileActionModel target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CxSearchProfileActionData source, CxSearchProfileActionModel target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CxSearchProfileActionData,CxSearchProfileActionModel>- Parameters:
source- the source objecttarget- the target to fill
-
-