Uses of Class
de.hybris.platform.assistedservicefacades.user.data.AutoSuggestionCustomerData
-
-
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicefacades
Methods in de.hybris.platform.assistedservicefacades that return types with arguments of type AutoSuggestionCustomerData Modifier and Type Method Description java.util.List<AutoSuggestionCustomerData>AssistedServiceFacade. getCustomerSuggestions(java.lang.String searchTerm)Get list of customers which username or email starts with provided value.java.util.List<AutoSuggestionCustomerData>AssistedServiceFacade. getSuggestedCustomerData(java.lang.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 AutoSuggestionCustomerData Modifier and Type Method Description voidAutoSuggestionCustomerPopulator. 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 AutoSuggestionCustomerData Modifier and Type Method Description java.util.List<AutoSuggestionCustomerData>DefaultAssistedServiceFacade. getCustomerSuggestions(java.lang.String searchTerm)java.util.List<AutoSuggestionCustomerData>DefaultAssistedServiceFacade. getSuggestedCustomerData(java.lang.String username)protected Converter<CustomerModel,AutoSuggestionCustomerData>DefaultAssistedServiceFacade. getSuggestionCustomerConverter()Method parameters in de.hybris.platform.assistedservicefacades.impl with type arguments of type AutoSuggestionCustomerData Modifier and Type Method Description voidDefaultAssistedServiceFacade. 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 AutoSuggestionCustomerData Modifier and Type Method Description java.util.List<AutoSuggestionCustomerData>AssistedServiceComponentController. autocomplete(java.lang.String customerId) -
Uses of AutoSuggestionCustomerData in de.hybris.platform.assistedservicewebservices.helper
Method parameters in de.hybris.platform.assistedservicewebservices.helper with type arguments of type AutoSuggestionCustomerData Modifier and Type Method Description java.util.List<CustomerSuggestionWsDto>CustomerHelper. getCustomerSuggestions(java.util.List<AutoSuggestionCustomerData> customerData)
-