Uses of Class
eu.dnetlib.irishmonitorservice.entities.UserProfile
-
Packages that use UserProfile Package Description eu.dnetlib.irishmonitorservice.controllers eu.dnetlib.irishmonitorservice.dao -
-
Uses of UserProfile in eu.dnetlib.irishmonitorservice.controllers
Methods in eu.dnetlib.irishmonitorservice.controllers that return UserProfile Modifier and Type Method Description UserProfileUserProfileController. getUserProfile()UserProfileUserProfileController. saveUserProfile(UserProfile userProfile)Methods in eu.dnetlib.irishmonitorservice.controllers with parameters of type UserProfile Modifier and Type Method Description UserProfileUserProfileController. saveUserProfile(UserProfile userProfile) -
Uses of UserProfile in eu.dnetlib.irishmonitorservice.dao
Methods in eu.dnetlib.irishmonitorservice.dao that return UserProfile Modifier and Type Method Description UserProfileMongoDBUserProfileDAO. findByAaiId(String aaiId)UserProfileUserProfileDAO. findByAaiId(String aaiId)UserProfileMongoDBUserProfileDAO. findById(String Id)UserProfileUserProfileDAO. findById(String Id)UserProfileMongoDBUserProfileDAO. save(UserProfile user)UserProfileUserProfileDAO. save(UserProfile user)Methods in eu.dnetlib.irishmonitorservice.dao that return types with arguments of type UserProfile Modifier and Type Method Description List<UserProfile>MongoDBUserProfileDAO. findAll()List<UserProfile>UserProfileDAO. findAll()Methods in eu.dnetlib.irishmonitorservice.dao with parameters of type UserProfile Modifier and Type Method Description UserProfileMongoDBUserProfileDAO. save(UserProfile user)UserProfileUserProfileDAO. save(UserProfile user)
-