Class CxSearchProfileActionReversePopulator
java.lang.Object
de.hybris.platform.personalizationsearchweb.populators.CxSearchProfileActionReversePopulator
- All Implemented Interfaces:
Populator<CxSearchProfileActionData,CxSearchProfileActionModel>
public class CxSearchProfileActionReversePopulator
extends Object
implements Populator<CxSearchProfileActionData,CxSearchProfileActionModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CxSearchProfileActionData source, CxSearchProfileActionModel target) Populate the target instance with values from the source instance.
-
Constructor Details
-
CxSearchProfileActionReversePopulator
public CxSearchProfileActionReversePopulator()
-
-
Method Details
-
populate
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
-