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 booleanProfileSearchController. 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 booleanProfileSearchDataAccess. updateCircleForUsers(User currentUser, User targetUser)This abstraction lets addition of user in circle.booleanProfileSearchDataAccessImpl. 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 booleanProfileSearchService. makeCircleAndPersist(Map<String,Object> payload)This service is used to add the users in each others' circles.booleanProfileSearchServiceImpl. makeCircleAndPersist(Map<String,Object> payload)An implementation for the logic of adding users in each others' circle.
-