Uses of Class
de.hybris.platform.personalizationyprofile.yaas.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in de.hybris.platform.personalizationyprofile.mapper.impl
Methods in de.hybris.platform.personalizationyprofile.mapper.impl that return ProfileModifier and TypeMethodDescriptionprotected ProfileAbstractCxConsumptionLayerMapperTest.createProfile()protected ProfileCxCategoryConsumptionLayerMapperTest.createProfile(Map<String, Affinity> categoryAffinities) protected ProfileCxLocationConsumptionLayerMapperTest.createProfile(Map<String, LocationsAffinity> locationAffinities) protected ProfileCxOrderMapperTest.createProfile(OrderMetrics orderMetrics) protected ProfileCxProductConsumptionLayerMapperTest.createProfile(Map<String, Affinity> productAffinities) protected ProfileCxSegmentMapperTest.createProfile(Map<String, Segment> segments) Methods in de.hybris.platform.personalizationyprofile.mapper.impl with parameters of type ProfileModifier and TypeMethodDescriptionAbstractAffinityMapper.getAffinityMap(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.CxCategoryConsumptionLayerMapper.getAffinityMap(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.protected Optional<Map<String,LocationsAffinity>> CxLocationConsumptionLayerMapper.getAffinityMap(Profile profile) Deprecated, for removal: This API element is subject to removal in a future version.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 ProfileModifier and TypeMethodDescriptionConsumptionLayerUserSegmentsProvider.getProfileData(UserModel user) Methods in de.hybris.platform.personalizationyprofile.segment with parameters of type ProfileModifier and TypeMethodDescriptionvoidConsumptionLayerUserSegmentsProviderTest.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 -
Uses of Profile in de.hybris.platform.personalizationyprofile.yaas.client
Methods in de.hybris.platform.personalizationyprofile.yaas.client that return ProfileModifier and TypeMethodDescriptionCxProfileServiceClient.getProfile(String id) Read profile data from yaas profile service.CxProfileServiceClient.getProfile(String id, String fields) Read profile data from yaas profile service.CxProfileServiceClientAdapter.getProfile(String id) CxProfileServiceClientAdapter.getProfile(String id, String fields) Methods in de.hybris.platform.personalizationyprofile.yaas.client that return types with arguments of type ProfileModifier and TypeMethodDescriptionrx.Observable<Profile>CxProfileServiceClient.getProfileAsync(String id) Read profile data from yaas profile service.rx.Observable<Profile>CxProfileServiceClient.getProfileAsync(String id, String fields) Read profile data from yaas profile service.rx.Observable<Profile>CxProfileServiceClientAdapter.getProfileAsync(String id) rx.Observable<Profile>CxProfileServiceClientAdapter.getProfileAsync(String id, String fields)