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

C

ChattingController - Class in in.cs699.tensors.delagram.chatting_service.controller
This controller defines end-points that are necessary to support chat related services
ChattingController() - Constructor for class in.cs699.tensors.delagram.chatting_service.controller.ChattingController
 
ChattingService - Class in in.cs699.tensors.delagram.chatting_service.service
This is a service class that supports the chat functionalities
ChattingService() - Constructor for class in.cs699.tensors.delagram.chatting_service.service.ChattingService
initializes the SQLite database and also starts the receiving thread
checkEmailUnregistered(String) - Method in class in.cs699.tensors.delagram.auth_service.service.AuthService
check if the email id is already registered
checkUserIDUniqueness(String) - Method in class in.cs699.tensors.delagram.auth_service.service.AuthService
checks if the userid is unique or not
Comment - Class in in.cs699.tensors.delagram.entity
A Java POJO to represent a comment object
Comment() - Constructor for class in.cs699.tensors.delagram.entity.Comment
 
commentOnMemory(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.content_view_service.controller.ContentViewController
The end-point that allows users to comment on a memory in the feed.
ContentViewController - Class in in.cs699.tensors.delagram.content_view_service.controller
This controller defines an end-point to fetch the feed for the user, features that let a user interact with a memory - react, comment and report.
ContentViewController() - Constructor for class in.cs699.tensors.delagram.content_view_service.controller.ContentViewController
 
ContentViewRepository - Interface in in.cs699.tensors.delagram.content_view_service.repository
The interface that abstracts the services available for persistance/database access, in this microservice.
ContentViewRepositoryFirebase - Class in in.cs699.tensors.delagram.content_view_service.repository
A Firebase based implementation of data access.
ContentViewRepositoryFirebase() - Constructor for class in.cs699.tensors.delagram.content_view_service.repository.ContentViewRepositoryFirebase
 
ContentViewService - Interface in in.cs699.tensors.delagram.content_view_service.service
This interface abstracts out the Business Logic services available for this micro-service.
ContentViewServiceImpl - Class in in.cs699.tensors.delagram.content_view_service.service
An implementation of the Business-logic.
ContentViewServiceImpl() - Constructor for class in.cs699.tensors.delagram.content_view_service.service.ContentViewServiceImpl
 
convertToMemoryObject(Map<String, Object>) - Method in interface in.cs699.tensors.delagram.content_upload_service.service.UploadService
A service that can be used to convert a valid JSON string representation to Memory object
convertToMemoryObject(Map<String, Object>) - Method in class in.cs699.tensors.delagram.content_upload_service.service.UploadServiceImpl
The implementation that converts the passed in memory representation into a Memory POJO
A B C D E F G I M P R S T U V 
All Classes All Packages