Uses of Class
de.hybris.platform.assistedserviceyprofilefacades.data.CategoryAffinityData
Packages that use CategoryAffinityData
Package
Description
-
Uses of CategoryAffinityData in de.hybris.platform.assistedserviceyprofilefacades
Methods in de.hybris.platform.assistedserviceyprofilefacades that return types with arguments of type CategoryAffinityDataModifier and TypeMethodDescriptionYProfileAffinityFacade.getCategoryAffinities(CategoryAffinityParameterData categoryAffinityParameterData) Returns list of categories affinities associated to the current session customer. -
Uses of CategoryAffinityData in de.hybris.platform.assistedserviceyprofilefacades.data.provider
Methods in de.hybris.platform.assistedserviceyprofilefacades.data.provider that return types with arguments of type CategoryAffinityData -
Uses of CategoryAffinityData in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl that return types with arguments of type CategoryAffinityDataModifier and TypeMethodDescriptionDefaultYProfileAffinityFacade.getCategoryAffinities(CategoryAffinityParameterData categoryAffinityParameterData) Returns list of categories affinities associated to the current session customer.protected Converter<Map.Entry<String,Affinity>, CategoryAffinityData> DefaultYProfileAffinityFacade.getCategoryAffinityConverter()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.impl with type arguments of type CategoryAffinityDataModifier and TypeMethodDescriptionvoidDefaultYProfileAffinityFacade.setCategoryAffinityConverter(Converter<Map.Entry<String, Affinity>, CategoryAffinityData> categoryAffinityConverter) -
Uses of CategoryAffinityData in de.hybris.platform.assistedserviceyprofilefacades.populator
Classes in de.hybris.platform.assistedserviceyprofilefacades.populator with type parameters of type CategoryAffinityDataModifier and TypeClassDescriptionclassCategoryAffinityPopulator<SOURCE extends Map.Entry<String,Affinity>, TARGET extends CategoryAffinityData> Populator for category affinity data.