Class CustomersListCustomerPopulator
- java.lang.Object
-
- de.hybris.platform.assistedservicefacades.customer.converters.populator.CustomersListCustomerPopulator
-
- All Implemented Interfaces:
Populator<CustomerModel,CustomerData>
public class CustomersListCustomerPopulator extends java.lang.Object implements Populator<CustomerModel,CustomerData>
Class used for populating customer's profile picture, address and recent cart information
-
-
Constructor Summary
Constructors Constructor Description CustomersListCustomerPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<AddressModel,AddressData>getAddressConverter()protected AssistedServiceServicegetAssistedServiceService()protected BaseSiteServicegetBaseSiteService()protected CustomerAccountServicegetCustomerAccountService()protected Converter<MediaModel,ImageData>getImageConverter()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)
-
-
-
Method Detail
-
populate
public void populate(CustomerModel source, CustomerData target)
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
protected CustomerAccountService getCustomerAccountService()
-
setCustomerAccountService
public void setCustomerAccountService(CustomerAccountService customerAccountService)
-
getAddressConverter
protected Converter<AddressModel,AddressData> getAddressConverter()
-
setAddressConverter
public void setAddressConverter(Converter<AddressModel,AddressData> addressConverter)
-
getAssistedServiceService
protected AssistedServiceService getAssistedServiceService()
-
setAssistedServiceService
public void setAssistedServiceService(AssistedServiceService assistedServiceService)
-
getImageConverter
protected Converter<MediaModel,ImageData> getImageConverter()
-
setImageConverter
public void setImageConverter(Converter<MediaModel,ImageData> imageConverter)
-
getBaseSiteService
protected BaseSiteService getBaseSiteService()
-
setBaseSiteService
public void setBaseSiteService(BaseSiteService baseSiteService)
-
-