A B C D E F G I M P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- Feed - Class in in.cs699.tensors.delagram.entity
-
A Java POJO to represent the feed object.
- Feed() - Constructor for class in.cs699.tensors.delagram.entity.Feed
-
The default constructor
- Feed(String, String, Memory) - Constructor for class in.cs699.tensors.delagram.entity.Feed
-
Feed is a class that wraps
Memory
and user details. - FeedLoadFailedException - Exception in in.cs699.tensors.delagram.content_view_service.exception
-
A custom exception to express the error that feed couldn't be loaded for the currently logged in user.
- FeedLoadFailedException() - Constructor for exception in.cs699.tensors.delagram.content_view_service.exception.FeedLoadFailedException
-
The default constructor
- FeedLoadFailedException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.content_view_service.exception.FeedLoadFailedException
-
The parametrized constructor
- fetchFeed(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.content_view_service.controller.ContentViewController
-
The end-point that provides the web-service of fetching the recent feed for the currently logged in user.
- fetchMemoriesForUser(String) - Method in interface in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepository
-
An abstraction that allows the currently logged in user to fetch the memories of the particular user their circle.
- fetchMemoriesForUser(String) - Method in class in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepositoryFirebase
-
An implementation for fetching the memories pertaining to a certain user id
- fetchRecentFeed(String) - Method in interface in.cs699.tensors.delagram.content_view_service.service.ContentViewService
-
A service that lets the currently logged-in user fetch the recent feed for them.
- fetchRecentFeed(String) - Method in class in.cs699.tensors.delagram.content_view_service.service.ContentViewServiceImpl
-
An implementation for the logic of fetching feed for a user.
- fetchUser(String) - Method in interface in.cs699.tensors.delagram.content_upload_service.service.UploadService
-
This service is used to fetch the currently logged in user
- fetchUser(String) - Method in class in.cs699.tensors.delagram.content_upload_service.service.UploadServiceImpl
-
The implementation that helps in fetching the current logged in user from the database
- fetchUserByID(String) - Method in interface in.cs699.tensors.delagram.content_upload_service.repository.UploadDataAccess
-
An abstraction that allows to fetch the currently logged in user, by the user id
- fetchUserByID(String) - Method in class in.cs699.tensors.delagram.content_upload_service.repository.UploadDataAccessFirebase
-
The implementation of the abstraction, based on Firebase Firestore database
- fetchUserByID(String) - Method in interface in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepository
-
An abstraction that allows to fetch the user associated with a certain user id.
- fetchUserByID(String) - Method in class in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepositoryFirebase
-
An implementation for fetching the user given by the id.
- fetchUserByID(String) - Method in interface in.cs699.tensors.delagram.profile_search_service.repository.ProfileSearchDataAccess
-
This abstraction lets fetching of user by the id.
- fetchUserByID(String) - Method in class in.cs699.tensors.delagram.profile_search_service.repository.ProfileSearchDataAccessImpl
-
An implementation to fetch the user against the searched user id.
- fetchUserByID(String) - Method in interface in.cs699.tensors.delagram.profile_search_service.service.ProfileSearchService
-
This service lets the currently logged-in user search for a user by the user id.
- fetchUserByID(String) - Method in class in.cs699.tensors.delagram.profile_search_service.service.ProfileSearchServiceImpl
-
An implementation for the logic of search a user by user id.
- FirebaseSecurity - Class in in.cs699.tensors.delagram.auth_service.security
-
A generic class that encapsulates security related methods for the application
- FirebaseSecurity() - Constructor for class in.cs699.tensors.delagram.auth_service.security.FirebaseSecurity
- formatDate(LocalDateTime) - Static method in class in.cs699.tensors.delagram.config.EnvironmentConfigurer
-
This method is used to convert the LocalDateTime object to a string.
All Classes All Packages