Uses of Class
tv.hd3g.authkit.mod.dto.ressource.UserPrivacyDto
-
Packages that use UserPrivacyDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.service -
-
Uses of UserPrivacyDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type UserPrivacyDto Modifier and Type Method Description org.springframework.http.ResponseEntity<UserPrivacyDto>RestControllerMe. getPrivacy(javax.servlet.http.HttpServletRequest request)org.springframework.http.ResponseEntity<UserPrivacyDto>RestControllerUser. getUserPrivacy(@NotEmpty String _uuid)org.springframework.http.ResponseEntity<ItemListDto<UserPrivacyDto>>RestControllerUser. getUsersPrivacy(ListStringDto userUUIDList)Methods in tv.hd3g.authkit.mod.controller with parameters of type UserPrivacyDto Modifier and Type Method Description org.springframework.http.ResponseEntity<BaseRepresentationModel>RestControllerMe. setPrivacy(UserPrivacyDto userPrivacyDto, javax.servlet.http.HttpServletRequest request)org.springframework.http.ResponseEntity<BaseRepresentationModel>RestControllerUser. setUserPrivacy(UserPrivacyDto userPrivacyDto, @NotEmpty String _userUUID) -
Uses of UserPrivacyDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return types with arguments of type UserPrivacyDto Modifier and Type Method Description List<UserPrivacyDto>AuthenticationService. getUserPrivacyList(Collection<String> userUUIDList)List<UserPrivacyDto>AuthenticationServiceImpl. getUserPrivacyList(Collection<String> userUUIDList)Methods in tv.hd3g.authkit.mod.service with parameters of type UserPrivacyDto Modifier and Type Method Description voidAuthenticationService. setUserPrivacy(String userUUID, UserPrivacyDto userPrivacyDto)voidAuthenticationServiceImpl. setUserPrivacy(String userUUID, UserPrivacyDto userPrivacyDto)
-