Uses of Class
de.hybris.platform.hmc.jalo.UserProfile
Packages that use UserProfile
-
Uses of UserProfile in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return UserProfileModifier and TypeMethodDescriptionGeneratedUser.getUserprofile()Generated method - Getter of theUser.userprofileattribute.GeneratedUser.getUserprofile(SessionContext ctx) Generated method - Getter of theUser.userprofileattribute.Methods in de.hybris.platform.jalo.user with parameters of type UserProfileModifier and TypeMethodDescriptionvoidGeneratedUser.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 UserProfileModifier and TypeMethodDescriptionGeneratedServicelayerManager.createUserProfile(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createUserProfile(Map attributeValues) ServicelayerManager.getOrCreateUserProfile()Gets the user profile of the current user.ServicelayerManager.getUserprofile(SessionContext ctx, User item) Generated method - Getter of theUser.userprofileattribute.ServicelayerManager.getUserprofile(User item) Generated method - Getter of theUser.userprofileattribute.Methods in de.hybris.platform.servicelayer.internal.jalo with parameters of type UserProfileModifier and TypeMethodDescriptionvoidServicelayerManager.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.