Uses of Class
de.hybris.platform.assistedserviceyprofilefacades.data.TechnologyUsedData
-
-
Uses of TechnologyUsedData in de.hybris.platform.assistedserviceyprofilefacades
Methods in de.hybris.platform.assistedserviceyprofilefacades that return types with arguments of type TechnologyUsedData Modifier and Type Method Description java.util.List<TechnologyUsedData>YProfileAffinityFacade. 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 TechnologyUsedData Modifier and Type Method Description java.util.List<TechnologyUsedData>SummaryTechnologyUsedData. getTechnologyUsedData()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.data with type arguments of type TechnologyUsedData Modifier and Type Method Description voidSummaryTechnologyUsedData. setTechnologyUsedData(java.util.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 TechnologyUsedData Modifier and Type Method Description java.util.List<TechnologyUsedData>DefaultYProfileAffinityFacade. getDeviceAffinities(DeviceAffinityParameterData deviceAffinityParameterData)Returns list of device affinities associated to the current session customer.protected Converter<java.util.Map.Entry<java.lang.String,UserAgent>,TechnologyUsedData>DefaultYProfileAffinityFacade. getDeviceAffinityConverter()Method parameters in de.hybris.platform.assistedserviceyprofilefacades.impl with type arguments of type TechnologyUsedData Modifier and Type Method Description voidDefaultYProfileAffinityFacade. setDeviceAffinityConverter(Converter<java.util.Map.Entry<java.lang.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 TechnologyUsedData Modifier and Type Class Description classDeviceAffinityPopulator<SOURCE extends java.util.Map.Entry<java.lang.String,UserAgent>,TARGET extends TechnologyUsedData>Populator for device affinity data.
-