Uses of Class
overit.geocall.base.rs2.profile.UserProfile
Packages that use UserProfile
-
Uses of UserProfile in overit.geocall.base.rs2.profile
Methods in overit.geocall.base.rs2.profile with parameters of type UserProfileModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<overit.geocall.rs.common.ResourceId<Long>> UserProfileService.createProfile(UserProfile userProfile) UserProfileService.getProfiles(@NotNull @Valid Page page, String order, Collection<String> fields, Collection<Long> ids, @Valid UserProfile filter) org.springframework.http.ResponseEntity<Void> UserProfileService.updateProfile(long profileId, @Valid UserProfile userProfile)