Uses of Class
de.hybris.platform.assistedserviceyprofilefacades.data.TechnologyUsedData
Packages that use TechnologyUsedData
Package
Description
-
Uses of TechnologyUsedData in de.hybris.platform.assistedserviceyprofilefacades
Methods in de.hybris.platform.assistedserviceyprofilefacades that return types with arguments of type TechnologyUsedDataModifier and TypeMethodDescriptionYProfileAffinityFacade.getDeviceAffinities(DeviceAffinityParameterData deviceAffinityParameterData) Returns list of device affinities associated to the current session customer. -
Uses of TechnologyUsedData in de.hybris.platform.assistedserviceyprofilefacades.data
Methods in de.hybris.platform.assistedserviceyprofilefacades.data that return types with arguments of type TechnologyUsedDataMethod parameters in de.hybris.platform.assistedserviceyprofilefacades.data with type arguments of type TechnologyUsedDataModifier and TypeMethodDescriptionvoidSummaryTechnologyUsedData.setTechnologyUsedData(List<TechnologyUsedData> technologyUsedData) -
Uses of TechnologyUsedData in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl that return types with arguments of type TechnologyUsedDataModifier and TypeMethodDescriptionDefaultYProfileAffinityFacade.getDeviceAffinities(DeviceAffinityParameterData deviceAffinityParameterData) Returns list of device affinities associated to the current session customer.protected Converter<Map.Entry<String,UserAgent>, TechnologyUsedData> DefaultYProfileAffinityFacade.getDeviceAffinityConverter()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.impl with type arguments of type TechnologyUsedDataModifier and TypeMethodDescriptionvoidDefaultYProfileAffinityFacade.setDeviceAffinityConverter(Converter<Map.Entry<String, UserAgent>, TechnologyUsedData> deviceAffinityConverter) -
Uses of TechnologyUsedData in de.hybris.platform.assistedserviceyprofilefacades.populator
Classes in de.hybris.platform.assistedserviceyprofilefacades.populator with type parameters of type TechnologyUsedDataModifier and TypeClassDescriptionclassDeviceAffinityPopulator<SOURCE extends Map.Entry<String,UserAgent>, TARGET extends TechnologyUsedData> Populator for device affinity data.