Uses of Class
de.hybris.platform.yaasyprofileconnect.yaas.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl that return types with arguments of type ProfileModifier and TypeMethodDescriptionDefaultYProfileAffinityFacade.getProfileData(String profileFieldsSchema) Returns list of device affinities associated to the current session customer. -
Uses of Profile in de.hybris.platform.assistedserviceyprofilefacades.populator
Fields in de.hybris.platform.assistedserviceyprofilefacades.populator declared as ProfileMethods in de.hybris.platform.assistedserviceyprofilefacades.populator that return ProfileModifier and TypeMethodDescriptionprotected ProfileAbstractProfileAffinityTest.getDataFromJson(String path) -
Uses of Profile in de.hybris.platform.yaasyprofileconnect.yaas
Methods in de.hybris.platform.yaasyprofileconnect.yaas that return Profile -
Uses of Profile in de.hybris.platform.yaasyprofileconnect.yaas.client
Methods in de.hybris.platform.yaasyprofileconnect.yaas.client that return ProfileModifier and TypeMethodDescriptionAsmProfileDataServiceClient.getProfile(String id) Read profile data from yaas profile service.AsmProfileDataServiceClient.getProfile(String id, String fields) Read profile data from yaas profile service.AsmProfileDataServiceClientAdapter.getProfile(String id) AsmProfileDataServiceClientAdapter.getProfile(String id, String fields) Methods in de.hybris.platform.yaasyprofileconnect.yaas.client that return types with arguments of type ProfileModifier and TypeMethodDescriptionrx.Observable<Profile>AsmProfileDataServiceClient.getProfileAsync(String id) Read profile data from yaas profile service.rx.Observable<Profile>AsmProfileDataServiceClient.getProfileAsync(String id, String fields) Read profile data from yaas profile service.rx.Observable<Profile>AsmProfileDataServiceClientAdapter.getProfileAsync(String id) rx.Observable<Profile>AsmProfileDataServiceClientAdapter.getProfileAsync(String id, String fields)