Uses of Class
de.hybris.platform.personalizationyprofile.yaas.Profile
-
-
Uses of Profile in de.hybris.platform.personalizationyprofile.mapper.impl
Methods in de.hybris.platform.personalizationyprofile.mapper.impl that return Profile Modifier and Type Method Description protected ProfileAbstractCxConsumptionLayerMapperTest. createProfile()protected ProfileCxCategoryConsumptionLayerMapperTest. createProfile(java.util.Map<java.lang.String,Affinity> categoryAffinities)protected ProfileCxLocationConsumptionLayerMapperTest. createProfile(java.util.Map<java.lang.String,LocationsAffinity> locationAffinities)protected ProfileCxOrderMapperTest. createProfile(OrderMetrics orderMetrics)protected ProfileCxProductConsumptionLayerMapperTest. createProfile(java.util.Map<java.lang.String,Affinity> productAffinities)protected ProfileCxSegmentMapperTest. createProfile(java.util.Map<java.lang.String,Segment> segments)Methods in de.hybris.platform.personalizationyprofile.mapper.impl with parameters of type Profile Modifier and Type Method Description protected abstract java.util.Optional<java.util.Map<java.lang.String,T>>AbstractAffinityMapper. getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Optional<java.util.Map<java.lang.String,Affinity>>CxCategoryConsumptionLayerMapper. getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Optional<java.util.Map<java.lang.String,LocationsAffinity>>CxLocationConsumptionLayerMapper. getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.Optional<java.util.Map<java.lang.String,Affinity>>CxProductConsumptionLayerMapper. getAffinityMap(Profile profile)Deprecated, for removal: This API element is subject to removal in a future version.protected booleanAbstractBaseMapper. isSourceValid(Profile source)protected booleanCxSegmentMapper. isSourceValid(Profile source)voidAbstractBaseMapper. populate(Profile source, MappingData target)voidAbstractAffinityMapper. populateAfterValidation(Profile source, MappingData target)Deprecated, for removal: This API element is subject to removal in a future version.protected abstract voidAbstractBaseMapper. populateAfterValidation(Profile source, MappingData target)voidCxOrderMapper. populateAfterValidation(Profile source, MappingData target)Deprecated.voidCxSegmentMapper. populateAfterValidation(Profile source, MappingData target) -
Uses of Profile in de.hybris.platform.personalizationyprofile.segment
Methods in de.hybris.platform.personalizationyprofile.segment that return types with arguments of type Profile Modifier and Type Method Description protected java.util.Optional<Profile>ConsumptionLayerUserSegmentsProvider. getProfileData(UserModel user)Methods in de.hybris.platform.personalizationyprofile.segment with parameters of type Profile Modifier and Type Method Description voidConsumptionLayerUserSegmentsProviderTest.TestCxConsumptionLayerProfileMapper. populate(Profile source, MappingData target) -
Uses of Profile in de.hybris.platform.personalizationyprofile.yaas
Methods in de.hybris.platform.personalizationyprofile.yaas that return Profile Modifier and Type Method Description ProfileProfile.ProfileBuilder. build() -
Uses of Profile in de.hybris.platform.personalizationyprofile.yaas.client
Methods in de.hybris.platform.personalizationyprofile.yaas.client that return Profile Modifier and Type Method Description ProfileCxProfileServiceClient. getProfile(java.lang.String id)Read profile data from yaas profile service.ProfileCxProfileServiceClient. getProfile(java.lang.String id, java.lang.String fields)Read profile data from yaas profile service.ProfileCxProfileServiceClientAdapter. getProfile(java.lang.String id)ProfileCxProfileServiceClientAdapter. getProfile(java.lang.String id, java.lang.String fields)Methods in de.hybris.platform.personalizationyprofile.yaas.client that return types with arguments of type Profile Modifier and Type Method Description rx.Observable<Profile>CxProfileServiceClient. getProfileAsync(java.lang.String id)Read profile data from yaas profile service.rx.Observable<Profile>CxProfileServiceClient. getProfileAsync(java.lang.String id, java.lang.String fields)Read profile data from yaas profile service.rx.Observable<Profile>CxProfileServiceClientAdapter. getProfileAsync(java.lang.String id)rx.Observable<Profile>CxProfileServiceClientAdapter. getProfileAsync(java.lang.String id, java.lang.String fields)
-