Uses of Class
in.cs699.tensors.delagram.profile_search_service.exception.UserDoesNotExistException
-
-
Uses of UserDoesNotExistException in in.cs699.tensors.delagram.profile_search_service.controller
Methods in in.cs699.tensors.delagram.profile_search_service.controller that throw UserDoesNotExistException Modifier and Type Method Description User
ProfileSearchController. getUserByID(String authorizationToken, Map<String,Object> payload)
This end-point lets a user search another user by user-id. -
Uses of UserDoesNotExistException in in.cs699.tensors.delagram.profile_search_service.repository
Methods in in.cs699.tensors.delagram.profile_search_service.repository that throw UserDoesNotExistException Modifier and Type Method Description User
ProfileSearchDataAccess. fetchUserByID(String userID)
This abstraction lets fetching of user by the id.User
ProfileSearchDataAccessImpl. fetchUserByID(String userID)
An implementation to fetch the user against the searched user id. -
Uses of UserDoesNotExistException in in.cs699.tensors.delagram.profile_search_service.service
Methods in in.cs699.tensors.delagram.profile_search_service.service that throw UserDoesNotExistException Modifier and Type Method Description User
ProfileSearchService. fetchUserByID(String userID)
This service lets the currently logged-in user search for a user by the user id.User
ProfileSearchServiceImpl. fetchUserByID(String userID)
An implementation for the logic of search a user by user id.
-