Uses of Class
com.hybris.yprofile.dto.User
-
Packages that use User Package Description com.hybris.yprofile.populators com.hybris.yprofile.services.impl -
-
Uses of User in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators with parameters of type User Modifier and Type Method Description voidUserEventPopulator. populate(UserModel userModel, User user) -
Uses of User in com.hybris.yprofile.services.impl
Methods in com.hybris.yprofile.services.impl that return types with arguments of type User Modifier and Type Method Description Converter<UserModel,User>DefaultProfileTransactionService. getProfileUserEventConverter()Method parameters in com.hybris.yprofile.services.impl with type arguments of type User Modifier and Type Method Description voidDefaultProfileTransactionService. setProfileUserEventConverter(Converter<UserModel,User> profileUserEventConverter)
-