A B C D E F G I M P R S T U V 
All Classes All Packages

U

updateCircleForUsers(User, User) - Method in interface in.cs699.tensors.delagram.profile_search_service.repository.ProfileSearchDataAccess
This abstraction lets addition of user in circle.
updateCircleForUsers(User, User) - Method in class in.cs699.tensors.delagram.profile_search_service.repository.ProfileSearchDataAccessImpl
An implementation to add users in each others' circles.
updateCircleWithUser(String) - Method in class in.cs699.tensors.delagram.entity.User
A helper method to update the circle for the user.
updateListOfComments(Comment) - Method in class in.cs699.tensors.delagram.entity.Memory
A helper method to update the list of comments for the memory.
updateListOfStars(String) - Method in class in.cs699.tensors.delagram.entity.Memory
A helper method to update the list of stars for the memory.
updateMemoryList(Memory) - Method in class in.cs699.tensors.delagram.entity.User
A helper method to update the list of memories for the user.
updateMemoryObjectAtIndex(Memory, int) - Method in class in.cs699.tensors.delagram.entity.User
A helper method to update a particular memory for the user.
updateMemoryWithComment(String, String, String, String) - Method in interface in.cs699.tensors.delagram.content_view_service.service.ContentViewService
A service that lets the currently logged-in user persist their comment on the database.
updateMemoryWithComment(String, String, String, String) - Method in class in.cs699.tensors.delagram.content_view_service.service.ContentViewServiceImpl
An implementation of updating a memory with the newly added comment.
updateMemoryWithReact(String, String, String) - Method in interface in.cs699.tensors.delagram.content_view_service.service.ContentViewService
A service that lets the currently logged-in user persist their star on the database.
updateMemoryWithReact(String, String, String) - Method in class in.cs699.tensors.delagram.content_view_service.service.ContentViewServiceImpl
An implementation of updating a memory with the newly added star.
updateUserMemories(String, List<Memory>) - Method in interface in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepository
An abstraction that allows to update the memories of a user in the circle of the currently logged in user.
updateUserMemories(String, List<Memory>) - Method in class in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepositoryFirebase
An implementation for updating memories of a certain user.
updateUserMemories(List<Memory>, String) - Method in interface in.cs699.tensors.delagram.content_upload_service.repository.UploadDataAccess
An abstraction that allows the updation of the list of memories a user holds on the database
updateUserMemories(List<Memory>, String) - Method in class in.cs699.tensors.delagram.content_upload_service.repository.UploadDataAccessFirebase
The implementation of the abstraction, based on Firebase Firestore database
updateUserMemories(List<Memory>, String) - Method in interface in.cs699.tensors.delagram.content_upload_service.service.UploadService
Updates the list of memories for the user
updateUserMemories(List<Memory>, String) - Method in class in.cs699.tensors.delagram.content_upload_service.service.UploadServiceImpl
The implementation that helps in updating the list of memories for the user in the database
updateUserObject(User, Memory) - Method in interface in.cs699.tensors.delagram.content_upload_service.service.UploadService
A service that can be used to update the current user's portfolio with the newly uploaded memory.
updateUserObject(User, Memory) - Method in class in.cs699.tensors.delagram.content_upload_service.service.UploadServiceImpl
The implementation of updating the user object with their new memory.
UploadController - Class in in.cs699.tensors.delagram.content_upload_service.controller
This controller defines the end-point for uploading a memory.
UploadController() - Constructor for class in.cs699.tensors.delagram.content_upload_service.controller.UploadController
 
UploadDataAccess - Interface in in.cs699.tensors.delagram.content_upload_service.repository
The interface that abstracts the services available for persistance, in this microservice.
UploadDataAccessFirebase - Class in in.cs699.tensors.delagram.content_upload_service.repository
A Firebase based implementation of Persistance.
UploadDataAccessFirebase() - Constructor for class in.cs699.tensors.delagram.content_upload_service.repository.UploadDataAccessFirebase
 
uploadMemory(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.content_upload_service.controller.UploadController
API end-point to upload memory.
uploadMessage(String, String, String, String) - Method in class in.cs699.tensors.delagram.chatting_service.service.ChattingService
Function call to upload message on firebase and SQLite database
UploadNotCompleteException - Exception in in.cs699.tensors.delagram.content_upload_service.exception
A custom exception class to express the error that memory upload couldn't be completed
UploadNotCompleteException() - Constructor for exception in.cs699.tensors.delagram.content_upload_service.exception.UploadNotCompleteException
The default constructor
UploadNotCompleteException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.content_upload_service.exception.UploadNotCompleteException
The parametrized constructor
UploadService - Interface in in.cs699.tensors.delagram.content_upload_service.service
This interface abstracts out the Business Logic services available for this micro-service.
UploadServiceImpl - Class in in.cs699.tensors.delagram.content_upload_service.service
An implementation of the Business-logic.
UploadServiceImpl() - Constructor for class in.cs699.tensors.delagram.content_upload_service.service.UploadServiceImpl
 
User - Class in in.cs699.tensors.delagram.entity
A Java POJO to represent a User in the application.
User() - Constructor for class in.cs699.tensors.delagram.entity.User
 
UserDoesNotExistException - Exception in in.cs699.tensors.delagram.profile_search_service.exception
A custom exception to express the error that the searched user id doesn't correspond to any user.
UserDoesNotExistException() - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.UserDoesNotExistException
The default constructor
UserDoesNotExistException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.UserDoesNotExistException
The parametrized constructor
UserIDAlreadyExistsException - Exception in in.cs699.tensors.delagram.auth_service.exception
A custom exception class to express the error that the user id has already been used
UserIDAlreadyExistsException() - Constructor for exception in.cs699.tensors.delagram.auth_service.exception.UserIDAlreadyExistsException
The default constructor
UserIDAlreadyExistsException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.auth_service.exception.UserIDAlreadyExistsException
The parametrized constructor
UserNotAddedToCircleException - Exception in in.cs699.tensors.delagram.profile_search_service.exception
A custom exception to express the error that the users couldn't be added in each others' circle.
UserNotAddedToCircleException() - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.UserNotAddedToCircleException
The default constructor
UserNotAddedToCircleException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.UserNotAddedToCircleException
The parametrized constructor
UserNotInScopeException - Exception in in.cs699.tensors.delagram.auth_service.exception
A custom exception class to express the error that the user isn't from IIT-B
UserNotInScopeException() - Constructor for exception in.cs699.tensors.delagram.auth_service.exception.UserNotInScopeException
The default constructor
UserNotInScopeException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.auth_service.exception.UserNotInScopeException
The parametrized constructor
A B C D E F G I M P R S T U V 
All Classes All Packages