Uses of Class
in.cs699.tensors.delagram.content_view_service.exception.FeedLoadFailedException
-
-
Uses of FeedLoadFailedException in in.cs699.tensors.delagram.content_view_service.controller
Methods in in.cs699.tensors.delagram.content_view_service.controller that throw FeedLoadFailedException Modifier and Type Method Description List<Feed>
ContentViewController. fetchFeed(String authorizationToken, Map<String,Object> payload)
The end-point that provides the web-service of fetching the recent feed for the currently logged in user. -
Uses of FeedLoadFailedException in in.cs699.tensors.delagram.content_view_service.repository
Methods in in.cs699.tensors.delagram.content_view_service.repository that throw FeedLoadFailedException Modifier and Type Method Description List<Memory>
ContentViewRepository. fetchMemoriesForUser(String userID)
An abstraction that allows the currently logged in user to fetch the memories of the particular user their circle.List<Memory>
ContentViewRepositoryFirebase. fetchMemoriesForUser(String userID)
An implementation for fetching the memories pertaining to a certain user id -
Uses of FeedLoadFailedException in in.cs699.tensors.delagram.content_view_service.service
Methods in in.cs699.tensors.delagram.content_view_service.service that throw FeedLoadFailedException Modifier and Type Method Description List<Feed>
ContentViewService. fetchRecentFeed(String currentUserID)
A service that lets the currently logged-in user fetch the recent feed for them.List<Feed>
ContentViewServiceImpl. fetchRecentFeed(String currentUserID)
An implementation for the logic of fetching feed for a user.
-