C D E F G J M P S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- Photo - Class in edu.cnm.deepdive.picmegallery.model.entity
-
Photo is a @Entity class with the following fields id, event, uploaded, longitude, latitude, uploaded, and caption.
- Photo() - Constructor for class edu.cnm.deepdive.picmegallery.model.entity.Photo
- PhotoController - Class in edu.cnm.deepdive.picmegallery.controller
-
This Class is a @RestController which handles the endpoints for communication between the client side to the serverside.
- PhotoController(PhotoService) - Constructor for class edu.cnm.deepdive.picmegallery.controller.PhotoController
-
This Constructor creates a PhotoService object.
- PhotoRepository - Interface in edu.cnm.deepdive.picmegallery.model.dao
-
This interface extends
JpaRepository
. - PhotoService - Class in edu.cnm.deepdive.picmegallery.service
-
This is a @Service class and holds the additional logic for the queries involving a photo in the PicMe database.
- PhotoService(PhotoRepository) - Constructor for class edu.cnm.deepdive.picmegallery.service.PhotoService
-
This constructor initializes a PhotoRepository object.
- PicmeGalleryApplication - Class in edu.cnm.deepdive.picmegallery
-
This class has the main method which starts the spring boot application.
- PicmeGalleryApplication() - Constructor for class edu.cnm.deepdive.picmegallery.PicmeGalleryApplication
- post(Event, Authentication, String, String) - Method in class edu.cnm.deepdive.picmegallery.controller.EventController
-
This is a post method that creates a new Event in the PicMe Database.
- post(Photo, Event) - Method in class edu.cnm.deepdive.picmegallery.controller.PhotoController
-
Creates a new Photo in the PicMe database with the Event associated.
All Classes All Packages