Class CustomerListPopulator
- java.lang.Object
-
- de.hybris.platform.commercefacades.user.converters.populator.CustomerListPopulator
-
- All Implemented Interfaces:
Populator<CustomerListModel,CustomerListData>
public class CustomerListPopulator extends java.lang.Object implements Populator<CustomerListModel,CustomerListData>
Converter implementation forCustomerListModelas source andCustomerListDataas target type.
-
-
Constructor Summary
Constructors Constructor Description CustomerListPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>getCustomerListAdditionalColumnsMap()voidpopulate(CustomerListModel source, CustomerListData target)Populate the target instance with values from the source instance.voidsetCustomerListAdditionalColumnsMap(java.util.Map<java.lang.String,java.lang.String> customerListAdditionalColumnsMap)
-
-
-
Method Detail
-
populate
public void populate(CustomerListModel source, CustomerListData target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerListModel,CustomerListData>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCustomerListAdditionalColumnsMap
protected java.util.Map<java.lang.String,java.lang.String> getCustomerListAdditionalColumnsMap()
-
setCustomerListAdditionalColumnsMap
public void setCustomerListAdditionalColumnsMap(java.util.Map<java.lang.String,java.lang.String> customerListAdditionalColumnsMap)
-
-