Uses of Class
de.hybris.platform.assistedservicefacades.user.data.AutoSuggestionCustomerData
Packages that use AutoSuggestionCustomerData
Package
Description
-
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicefacades
Methods in de.hybris.platform.assistedservicefacades that return types with arguments of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionAssistedServiceFacade.getCustomerSuggestions(String searchTerm) Get list of customers which username or email starts with provided value.AssistedServiceFacade.getSuggestedCustomerData(String username) Validate session and get list of customers which username or email starts with provided value. -
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicefacades.customer.converters.populator
Methods in de.hybris.platform.assistedservicefacades.customer.converters.populator with parameters of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionvoidAutoSuggestionCustomerPopulator.populate(CustomerModel customer, AutoSuggestionCustomerData suggestionData) protected voidAutoSuggestionCustomerPopulator.populateCustomerJSON(CustomerModel customer, AutoSuggestionCustomerData autoSuggestionCustomerData) -
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicefacades.impl
Methods in de.hybris.platform.assistedservicefacades.impl that return types with arguments of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionDefaultAssistedServiceFacade.getCustomerSuggestions(String searchTerm) DefaultAssistedServiceFacade.getSuggestedCustomerData(String username) protected Converter<CustomerModel,AutoSuggestionCustomerData> DefaultAssistedServiceFacade.getSuggestionCustomerConverter()Method parameters in de.hybris.platform.assistedservicefacades.impl with type arguments of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionvoidDefaultAssistedServiceFacade.setSuggestionCustomerConverter(Converter<CustomerModel, AutoSuggestionCustomerData> suggestionCustomerConverter) -
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicestorefront.controllers.cms
Methods in de.hybris.platform.assistedservicestorefront.controllers.cms that return types with arguments of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionAssistedServiceComponentController.autocomplete(String customerId) -
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicewebservices.helper
Method parameters in de.hybris.platform.assistedservicewebservices.helper with type arguments of type AutoSuggestionCustomerDataModifier and TypeMethodDescriptionCustomerHelper.getCustomerSuggestions(List<AutoSuggestionCustomerData> customerData)