Class CampaignRestrictionDropdownComponentTypeAttributePopulator
- java.lang.Object
-
- com.hybris.ymkt.segmentation.populators.CampaignRestrictionDropdownComponentTypeAttributePopulator
-
- All Implemented Interfaces:
Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
public class CampaignRestrictionDropdownComponentTypeAttributePopulator extends java.lang.Object implements Populator<AttributeDescriptorModel,ComponentTypeAttributeData>
-
-
Constructor Summary
Constructors Constructor Description CampaignRestrictionDropdownComponentTypeAttributePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(AttributeDescriptorModel source, ComponentTypeAttributeData target)The following method will set the URI of the seDropdown.
-
-
-
Method Detail
-
populate
public void populate(AttributeDescriptorModel source, ComponentTypeAttributeData target)
The following method will set the URI of the seDropdown. The seDropdown will call the following Uri to populate its values- Specified by:
populatein interfacePopulator<AttributeDescriptorModel,ComponentTypeAttributeData>- Parameters:
source- the source objecttarget- the target to fill
-
-