Class CustomerListPopulator
java.lang.Object
de.hybris.platform.commercefacades.user.converters.populator.CustomerListPopulator
- All Implemented Interfaces:
Populator<CustomerListModel,CustomerListData>
public class CustomerListPopulator
extends Object
implements Populator<CustomerListModel,CustomerListData>
Converter implementation for
CustomerListModel as source and
CustomerListData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(CustomerListModel source, CustomerListData target) Populate the target instance with values from the source instance.voidsetCustomerListAdditionalColumnsMap(Map<String, String> customerListAdditionalColumnsMap)
-
Constructor Details
-
CustomerListPopulator
public CustomerListPopulator()
-
-
Method Details
-
populate
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
-
setCustomerListAdditionalColumnsMap
-