Uses of Class
de.hybris.platform.hmc.jalo.UserProfile
-
Packages that use UserProfile Package Description de.hybris.platform.jalo.user de.hybris.platform.servicelayer.internal.jalo -
-
Uses of UserProfile in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return UserProfile Modifier and Type Method Description UserProfileGeneratedUser. getUserprofile()Generated method - Getter of theUser.userprofileattribute.UserProfileGeneratedUser. getUserprofile(SessionContext ctx)Generated method - Getter of theUser.userprofileattribute.Methods in de.hybris.platform.jalo.user with parameters of type UserProfile Modifier and Type Method Description voidGeneratedUser. setUserprofile(UserProfile value)Generated method - Setter of theUser.userprofileattribute.voidGeneratedUser. setUserprofile(SessionContext ctx, UserProfile value)Generated method - Setter of theUser.userprofileattribute. -
Uses of UserProfile in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return UserProfile Modifier and Type Method Description UserProfileGeneratedServicelayerManager. createUserProfile(SessionContext ctx, java.util.Map attributeValues)UserProfileGeneratedServicelayerManager. createUserProfile(java.util.Map attributeValues)UserProfileServicelayerManager. getOrCreateUserProfile()Gets the user profile of the current user.UserProfileServicelayerManager. getUserprofile(SessionContext ctx, User item)Generated method - Getter of theUser.userprofileattribute.UserProfileServicelayerManager. getUserprofile(User item)Generated method - Getter of theUser.userprofileattribute.Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type UserProfile Modifier and Type Method Description voidServicelayerManager. setUserprofile(SessionContext ctx, User item, UserProfile value)Generated method - Setter of theUser.userprofileattribute.voidServicelayerManager. setUserprofile(User item, UserProfile value)Generated method - Setter of theUser.userprofileattribute.
-