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

I

Image - Class in edu.cnm.deepdive.albuquirky.model.entity
This is the Image entity class, which declares the attributes for the image.
Image() - Constructor for class edu.cnm.deepdive.albuquirky.model.entity.Image
 
ImageController - Class in edu.cnm.deepdive.albuquirky.controller
The ImageController class is the @RestController that maps the endpoints of "/images" for the communication between the server-side and client-side for Image
ImageController(ImageService, ProductService) - Constructor for class edu.cnm.deepdive.albuquirky.controller.ImageController
Constructs the instances of ImageService object and ProductService object.
ImageRepository - Interface in edu.cnm.deepdive.albuquirky.model.dao
The ImageRepository contains methods used to query the database for items in the Image table.
ImageService - Class in edu.cnm.deepdive.albuquirky.service
This class handles all of the business logic for getting, putting, posting, and deleting items from the Image on behalf of the ImageService class, using methods from the ImageRepository interface.
ImageService(ImageRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.ImageService
Creates instances of the ImageRepository.
A B C D E F G I J M O P R S U 
All Classes All Packages