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 UserProfileSearchController. 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 UserProfileSearchDataAccess. fetchUserByID(String userID)This abstraction lets fetching of user by the id.UserProfileSearchDataAccessImpl. 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 UserProfileSearchService. fetchUserByID(String userID)This service lets the currently logged-in user search for a user by the user id.UserProfileSearchServiceImpl. fetchUserByID(String userID)An implementation for the logic of search a user by user id.
-