Uses of Class
in.cs699.tensors.delagram.content_upload_service.exception.UploadNotCompleteException
-
-
Uses of UploadNotCompleteException in in.cs699.tensors.delagram.content_upload_service.controller
Methods in in.cs699.tensors.delagram.content_upload_service.controller that throw UploadNotCompleteException Modifier and Type Method Description boolean
UploadController. uploadMemory(String authorizationToken, Map<String,Object> payload)
API end-point to upload memory. -
Uses of UploadNotCompleteException in in.cs699.tensors.delagram.content_upload_service.repository
Methods in in.cs699.tensors.delagram.content_upload_service.repository that throw UploadNotCompleteException Modifier and Type Method Description boolean
UploadDataAccess. updateUserMemories(List<Memory> uploadedMemories, String userID)
An abstraction that allows the updation of the list of memories a user holds on the databaseboolean
UploadDataAccessFirebase. updateUserMemories(List<Memory> uploadedMemories, String userID)
The implementation of the abstraction, based on Firebase Firestore database -
Uses of UploadNotCompleteException in in.cs699.tensors.delagram.content_upload_service.service
Methods in in.cs699.tensors.delagram.content_upload_service.service that throw UploadNotCompleteException Modifier and Type Method Description boolean
UploadService. updateUserMemories(List<Memory> uploadedMemories, String userID)
Updates the list of memories for the userboolean
UploadServiceImpl. updateUserMemories(List<Memory> uploadedMemories, String userID)
The implementation that helps in updating the list of memories for the user in the database
-