Class AutoSuggestionCustomerPopulator
java.lang.Object
de.hybris.platform.assistedservicefacades.customer.converters.populator.AutoSuggestionCustomerPopulator
- All Implemented Interfaces:
Populator<CustomerModel,AutoSuggestionCustomerData>
public class AutoSuggestionCustomerPopulator
extends Object
implements Populator<CustomerModel,AutoSuggestionCustomerData>
Class used for populating AutoSuggestionCustomerData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AssistedServiceServicevoidpopulate(CustomerModel customer, AutoSuggestionCustomerData suggestionData) Populate the target instance with values from the source instance.protected voidpopulateCustomerJSON(CustomerModel customer, AutoSuggestionCustomerData autoSuggestionCustomerData) voidsetAssistedServiceService(AssistedServiceService assistedServiceService)
-
Constructor Details
-
AutoSuggestionCustomerPopulator
public AutoSuggestionCustomerPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CustomerModel,AutoSuggestionCustomerData> - Parameters:
customer- the source objectsuggestionData- the target to fill
-
populateCustomerJSON
protected void populateCustomerJSON(CustomerModel customer, AutoSuggestionCustomerData autoSuggestionCustomerData) -
getAssistedServiceService
-
setAssistedServiceService
-