Uses of Class
in.cs699.tensors.delagram.profile_search_service.exception.UserNotAddedToCircleException
-
-
Uses of UserNotAddedToCircleException in in.cs699.tensors.delagram.profile_search_service.controller
Methods in in.cs699.tensors.delagram.profile_search_service.controller that throw UserNotAddedToCircleException Modifier and Type Method Description boolean
ProfileSearchController. bindUsersInCircle(String authorizationToken, Map<String,Object> payload)
This end-point lets a user add another user in their circle. -
Uses of UserNotAddedToCircleException in in.cs699.tensors.delagram.profile_search_service.repository
Methods in in.cs699.tensors.delagram.profile_search_service.repository that throw UserNotAddedToCircleException Modifier and Type Method Description boolean
ProfileSearchDataAccess. updateCircleForUsers(User currentUser, User targetUser)
This abstraction lets addition of user in circle.boolean
ProfileSearchDataAccessImpl. updateCircleForUsers(User currentUser, User targetUser)
An implementation to add users in each others' circles. -
Uses of UserNotAddedToCircleException in in.cs699.tensors.delagram.profile_search_service.service
Methods in in.cs699.tensors.delagram.profile_search_service.service that throw UserNotAddedToCircleException Modifier and Type Method Description boolean
ProfileSearchService. makeCircleAndPersist(Map<String,Object> payload)
This service is used to add the users in each others' circles.boolean
ProfileSearchServiceImpl. makeCircleAndPersist(Map<String,Object> payload)
An implementation for the logic of adding users in each others' circle.
-