A B C D E F G I J M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- Image - Class in edu.cnm.deepdive.albuquirky.model.entity
-
This is the
Imageentity 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
ImageServiceobject andProductServiceobject. - ImageRepository - Interface in edu.cnm.deepdive.albuquirky.model.dao
-
The ImageRepository contains methods used to query the database for items in the
Imagetable. - 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
Imageon behalf of theImageServiceclass, using methods from theImageRepositoryinterface. - ImageService(ImageRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.ImageService
-
Creates instances of the ImageRepository.
All Classes All Packages