Uses of Class
de.hybris.platform.yaasyprofileconnect.yaas.Profile
-
-
Uses of Profile in de.hybris.platform.assistedserviceyprofilefacades.impl
Methods in de.hybris.platform.assistedserviceyprofilefacades.impl that return types with arguments of type Profile Modifier and Type Method Description protected java.util.Optional<Profile>DefaultYProfileAffinityFacade. getProfileData(java.lang.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 Profile Modifier and Type Field Description protected ProfileAbstractProfileAffinityTest. affinityProfileMethods in de.hybris.platform.assistedserviceyprofilefacades.populator that return Profile Modifier and Type Method Description protected ProfileAbstractProfileAffinityTest. getDataFromJson(java.lang.String path) -
Uses of Profile in de.hybris.platform.yaasyprofileconnect.yaas
Methods in de.hybris.platform.yaasyprofileconnect.yaas that return Profile Modifier and Type Method Description ProfileProfile.ProfileBuilder. build() -
Uses of Profile in de.hybris.platform.yaasyprofileconnect.yaas.client
Methods in de.hybris.platform.yaasyprofileconnect.yaas.client that return Profile Modifier and Type Method Description ProfileAsmProfileDataServiceClient. getProfile(java.lang.String id)Read profile data from yaas profile service.ProfileAsmProfileDataServiceClient. getProfile(java.lang.String id, java.lang.String fields)Read profile data from yaas profile service.ProfileAsmProfileDataServiceClientAdapter. getProfile(java.lang.String id)ProfileAsmProfileDataServiceClientAdapter. getProfile(java.lang.String id, java.lang.String fields)Methods in de.hybris.platform.yaasyprofileconnect.yaas.client that return types with arguments of type Profile Modifier and Type Method Description rx.Observable<Profile>AsmProfileDataServiceClient. getProfileAsync(java.lang.String id)Read profile data from yaas profile service.rx.Observable<Profile>AsmProfileDataServiceClient. getProfileAsync(java.lang.String id, java.lang.String fields)Read profile data from yaas profile service.rx.Observable<Profile>AsmProfileDataServiceClientAdapter. getProfileAsync(java.lang.String id)rx.Observable<Profile>AsmProfileDataServiceClientAdapter. getProfileAsync(java.lang.String id, java.lang.String fields)
-