Class TextFieldConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel>
- java.lang.Object
-
- de.hybris.platform.textfieldconfiguratortemplatefacades.populators.TextFieldConfigurationsPopulator<T>
-
- All Implemented Interfaces:
Populator<T,java.util.List<ConfigurationInfoData>>
public class TextFieldConfigurationsPopulator<T extends AbstractOrderEntryProductInfoModel> extends java.lang.Object implements Populator<T,java.util.List<ConfigurationInfoData>>
Populates confgiurations of typeTEXTFIELD.
-
-
Constructor Summary
Constructors Constructor Description TextFieldConfigurationsPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(T source, java.util.List<ConfigurationInfoData> target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(T source, java.util.List<ConfigurationInfoData> target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<T extends AbstractOrderEntryProductInfoModel,java.util.List<ConfigurationInfoData>>- Parameters:
source- the source objecttarget- the target to fill
-
-