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

G

getAllMessages(String) - Method in class in.cs699.tensors.delagram.chatting_service.service.ChattingService
A function which returns all the messages sent or received for a particular user from SQLite database
getAllMessages(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.chatting_service.controller.ChattingController
An API call which sends all the messages of a given user from the SQLite Database (Usually called at application startup)
getBio() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the biography of the user
getCircle() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the user ids in the circle of the user
getCommentId() - Method in class in.cs699.tensors.delagram.entity.Comment
Getter method for comment id
getCommentorId() - Method in class in.cs699.tensors.delagram.entity.Comment
Getter method for the user id who commented
getComments() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the list of comments in the memory
getComments() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the list of comments in the memory
getCommentText() - Method in class in.cs699.tensors.delagram.entity.Comment
Getter method for the text in the comment
getDisplayPicRepresentation() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the base-64 representation of the image
getEmailId() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the email id of the user
getImageURI() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the image base-64 string
getImageURI() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the image base-64 string
getListOfStars() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the list of user ids who starred this memory
getListOfStars() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the list of user ids who starred this memory
getMemCaption() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the caption of the memory
getMemCaption() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the caption of the memory
getMemId() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the id of the memory
getMemId() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the id of the memory
getMemId() - Method in class in.cs699.tensors.delagram.entity.Report
Getter for the id of the memory for which the report is registered
getName() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the name of the user
getName() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the name of the user
getNewMessages(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.chatting_service.controller.ChattingController
An API call which sends any new messages received from any user from the firebase realtime database
getPassword() - Method in class in.cs699.tensors.delagram.entity.User
Getter for a dummy password for the user
getProperty(String) - Static method in class in.cs699.tensors.delagram.config.EnvironmentConfigurer
Getting value of properties from the properties file, using the key.
getReportedBy() - Method in class in.cs699.tensors.delagram.entity.Report
Getter for the user id who reported the memory
getReportReason() - Method in class in.cs699.tensors.delagram.entity.Report
Getter for the reason by which the report was registered
getStatus() - Method in exception in.cs699.tensors.delagram.auth_service.exception.AuthenticationFailedException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.auth_service.exception.EmailAlreadyRegistered
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.auth_service.exception.InternalServerException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.auth_service.exception.UserIDAlreadyExistsException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.auth_service.exception.UserNotInScopeException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.content_upload_service.exception.AuthorizationFailedException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.content_upload_service.exception.UploadNotCompleteException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.content_view_service.exception.FeedLoadFailedException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.profile_search_service.exception.SearchFailedException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.profile_search_service.exception.UserDoesNotExistException
A method to get the HTTP status which represents the type of error
getStatus() - Method in exception in.cs699.tensors.delagram.profile_search_service.exception.UserNotAddedToCircleException
A method to get the HTTP status which represents the type of error
getTimestamp() - Method in class in.cs699.tensors.delagram.entity.Comment
Getter method for the time at which the comment was made
getTimeStamp() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the time at which the memory was uploaded
getTimeStamp() - Method in class in.cs699.tensors.delagram.entity.Memory
Getter for the time at which the memory was uploaded
getTimeStamp() - Method in class in.cs699.tensors.delagram.entity.Report
Getter for the time at which the report was registered, in stringified format.
getUploadedMemories() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the list of memories uploaded by the user
getUserByID(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.profile_search_service.controller.ProfileSearchController
This end-point lets a user search another user by user-id.
getUserForToken(String) - Method in class in.cs699.tensors.delagram.auth_service.controller.AuthController
An API end-point that gives back the logged-in user for the authorization token
getUserId() - Method in class in.cs699.tensors.delagram.entity.Feed
Getter for the user id
getUserId() - Method in class in.cs699.tensors.delagram.entity.Report
Getter for the user id of the user whose memory was reported
getUserId() - Method in class in.cs699.tensors.delagram.entity.User
Getter for the id of the user
A B C D E F G I M P R S T U V 
All Classes All Packages