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

S

SearchFailedException - Exception in in.cs699.tensors.delagram.profile_search_service.exception
A custom exception to express the error that search has failed for some reason.
SearchFailedException() - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.SearchFailedException
The default constructor
SearchFailedException(String, HttpStatus) - Constructor for exception in.cs699.tensors.delagram.profile_search_service.exception.SearchFailedException
The parametrized constructor
semaphore - Static variable in class in.cs699.tensors.delagram.DelagramApplication
A public variable semaphore that is used for a receiver thread to constantly check for new messages
sender - Variable in class in.cs699.tensors.delagram.entity.MyMessage
A string representing the sender
sendMessage(String, Map<String, Object>) - Method in class in.cs699.tensors.delagram.chatting_service.controller.ChattingController
An API call which check's the validity of the user and uploads message on the firebase as well as on SQLite database
setBio(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the biography of the user
setCircle(List<String>) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the user ids in the circle of the user
setCommentId(String) - Method in class in.cs699.tensors.delagram.entity.Comment
Setter method for comment id
setCommentor(String) - Method in class in.cs699.tensors.delagram.entity.Comment
Setter method for the user id who commented
setComments(List<Comment>) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the list of comments in the memory
setComments(List<Comment>) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the list of comments in the memory
setCommentText(String) - Method in class in.cs699.tensors.delagram.entity.Comment
Setter method for the text in the comment
setDisplayPicRepresentation(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the base-64 representation of the image
setEmailId(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the email id of the user
setEnvironment(Environment) - Method in class in.cs699.tensors.delagram.config.EnvironmentConfigurer
Setting the Environment object.
setImageURI(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the image base-64 string
setImageURI(String) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the image base-64 string
setListOfStars(List<String>) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the list of user ids who starred the memory
setListOfStars(List<String>) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the list of user ids who starred the memory
setMemCaption(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the caption of the memory
setMemCaption(String) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the caption of the memory
setMemId(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the id of the memory
setMemId(String) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the id of the memory
setMemId(String) - Method in class in.cs699.tensors.delagram.entity.Report
Setter for the id of the memory for which the report is registered
setName(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the name of the user
setName(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the name of the user
setPassword(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for a dummy password for the user
setReportedBy(String) - Method in class in.cs699.tensors.delagram.entity.Report
Setter for the user id who reported the memory
setReportReason(String) - Method in class in.cs699.tensors.delagram.entity.Report
Setter for the reason by which the report was registered
setTimestamp(String) - Method in class in.cs699.tensors.delagram.entity.Comment
Setter method for the time at which the comment was made
setTimeStamp(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the time at which the memory was uploaded
setTimeStamp(String) - Method in class in.cs699.tensors.delagram.entity.Memory
Setter for the time at which the memory was uploaded
setTimeStamp(String) - Method in class in.cs699.tensors.delagram.entity.Report
Setter for the time at which the report was registered, in stringified format.
setUploadedMemories(List<Memory>) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the list of memories uploaded by the user
setUserId(String) - Method in class in.cs699.tensors.delagram.entity.Feed
Setter for the user id
setUserId(String) - Method in class in.cs699.tensors.delagram.entity.Report
Setter for the user id of the user whose memory was reported
setUserId(String) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the id of the user
setVerified(boolean) - Method in class in.cs699.tensors.delagram.entity.User
Setter for the isVerified field
signUp(Map<String, Object>) - Method in class in.cs699.tensors.delagram.auth_service.controller.AuthController
An API call which checks the validity of user data and sign's up i.e.
signUp(Map<String, Object>) - Method in class in.cs699.tensors.delagram.auth_service.service.AuthService
Pushes the user data to firebase as a new user
A B C D E F G I M P R S T U V 
All Classes All Packages