C D E F G J M P S U 
All Classes All Packages

E

edu.cnm.deepdive.picmegallery - package edu.cnm.deepdive.picmegallery
 
edu.cnm.deepdive.picmegallery.configuration - package edu.cnm.deepdive.picmegallery.configuration
 
edu.cnm.deepdive.picmegallery.controller - package edu.cnm.deepdive.picmegallery.controller
 
edu.cnm.deepdive.picmegallery.model.dao - package edu.cnm.deepdive.picmegallery.model.dao
 
edu.cnm.deepdive.picmegallery.model.entity - package edu.cnm.deepdive.picmegallery.model.entity
 
edu.cnm.deepdive.picmegallery.service - package edu.cnm.deepdive.picmegallery.service
 
Event - Class in edu.cnm.deepdive.picmegallery.model.entity
Event is a @Entity class with the following fields id, name, address, description, time, latitude, longitude, passkey, and photos.
Event() - Constructor for class edu.cnm.deepdive.picmegallery.model.entity.Event
 
EventController - Class in edu.cnm.deepdive.picmegallery.controller
This Class is a @RestController that handles the endpoints for communication between the client side to the serverside for the Events.
EventController(EventService) - Constructor for class edu.cnm.deepdive.picmegallery.controller.EventController
This Constructor creates an EventService object.
EventRepository - Interface in edu.cnm.deepdive.picmegallery.model.dao
This interface extends the JpaRepository and Event entity.
EventService - Class in edu.cnm.deepdive.picmegallery.service
This is a @Service class and holds the additional logic for the queries involving an Event in the PicMe database.
EventService(EventRepository) - Constructor for class edu.cnm.deepdive.picmegallery.service.EventService
This initializes and creates an EventService object with the eventRepository.
C D E F G J M P S U 
All Classes All Packages