Class CustomersListCustomerPopulator
java.lang.Object
de.hybris.platform.assistedservicefacades.customer.converters.populator.CustomersListCustomerPopulator
- All Implemented Interfaces:
Populator<CustomerModel,CustomerData>
public class CustomersListCustomerPopulator
extends Object
implements Populator<CustomerModel,CustomerData>
Class used for populating customer's profile picture, address and recent cart information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<AddressModel,AddressData> protected AssistedServiceServiceprotected BaseSiteServiceprotected CustomerAccountServiceprotected Converter<MediaModel,ImageData> voidpopulate(CustomerModel source, CustomerData target) Populate the target instance with values from the source instance.voidsetAddressConverter(Converter<AddressModel, AddressData> addressConverter) voidsetAssistedServiceService(AssistedServiceService assistedServiceService) voidsetBaseSiteService(BaseSiteService baseSiteService) voidsetCustomerAccountService(CustomerAccountService customerAccountService) voidsetImageConverter(Converter<MediaModel, ImageData> imageConverter)
-
Constructor Details
-
CustomersListCustomerPopulator
public CustomersListCustomerPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,CustomerData> - Parameters:
source- the source objecttarget- the target to fill
-
getCustomerAccountService
-
setCustomerAccountService
-
getAddressConverter
-
setAddressConverter
-
getAssistedServiceService
-
setAssistedServiceService
-
getImageConverter
-
setImageConverter
-
getBaseSiteService
-
setBaseSiteService
-