Uses of Class
de.hybris.platform.personalizationyprofile.yaas.Segment
-
-
Uses of Segment in de.hybris.platform.personalizationyprofile.mapper.impl
Methods in de.hybris.platform.personalizationyprofile.mapper.impl with parameters of type Segment Modifier and Type Method Description voidCxProviderSegmentsMapper. populate(Segment source, BaseSegmentData target)Method parameters in de.hybris.platform.personalizationyprofile.mapper.impl with type arguments of type Segment Modifier and Type Method Description protected SegmentMappingDataCxSegmentMapper. buildSegment(java.util.Map.Entry<java.lang.String,Segment> entry)protected ProfileCxSegmentMapperTest. createProfile(java.util.Map<java.lang.String,Segment> segments) -
Uses of Segment in de.hybris.platform.personalizationyprofile.segment
Methods in de.hybris.platform.personalizationyprofile.segment that return types with arguments of type Segment Modifier and Type Method Description protected java.util.Optional<java.util.List<Segment>>ConsumptionLayerSegmentsProvider. getSegmentData() -
Uses of Segment in de.hybris.platform.personalizationyprofile.yaas
Methods in de.hybris.platform.personalizationyprofile.yaas that return Segment Modifier and Type Method Description SegmentSegment.SegmentBuilder. build()Methods in de.hybris.platform.personalizationyprofile.yaas that return types with arguments of type Segment Modifier and Type Method Description java.util.Map<java.lang.String,Segment>Profile. getSegments()Method parameters in de.hybris.platform.personalizationyprofile.yaas with type arguments of type Segment Modifier and Type Method Description voidProfile. setSegments(java.util.Map<java.lang.String,Segment> segments)Generated property forProfile.segmentsproperty defined at extensionpersonalizationyprofile.Profile.ProfileBuilderProfile.ProfileBuilder. withSegments(java.util.Map<java.lang.String,Segment> segments)Constructor parameters in de.hybris.platform.personalizationyprofile.yaas with type arguments of type Segment Constructor Description Profile(Insights insights, java.util.Map<java.lang.String,Segment> segments) -
Uses of Segment in de.hybris.platform.personalizationyprofile.yaas.client
Methods in de.hybris.platform.personalizationyprofile.yaas.client that return types with arguments of type Segment Modifier and Type Method Description java.util.List<Segment>CxSegmentServiceClient. getSegments()Read segments data from yaas profile service.java.util.List<Segment>CxSegmentServiceClientAdapter. getSegments()rx.Observable<java.util.List<Segment>>CxSegmentServiceClient. getSegmentsAsync()Read segments data from yaas profile service.rx.Observable<java.util.List<Segment>>CxSegmentServiceClientAdapter. getSegmentsAsync()
-