Index
All Classes|All Packages|Constant Field Values|Serialized Form
F
- favoriteIngredients - Variable in class com.cis.gorecipe.dto.UserDTO
-
A list of ingredients which the user would like to cook with
- favoriteIngredients - Variable in class com.cis.gorecipe.model.User
-
A list of ingredients which the user would like to cook with
- FileUtil - Class in com.cis.gorecipe.util
-
A utility class for handling file processing
- FileUtil() - Constructor for class com.cis.gorecipe.util.FileUtil
- findAllByNameIn(Iterable<String>) - Method in interface com.cis.gorecipe.repository.RecipeRepository
- findByUsername(String) - Method in interface com.cis.gorecipe.repository.UserRepository
- findRecipeBySpoonacularId(Long) - Method in interface com.cis.gorecipe.repository.RecipeRepository
- firstName - Variable in class com.cis.gorecipe.dto.UserDTO
-
The user's first name
- firstName - Variable in class com.cis.gorecipe.model.User
-
The user's first name
- FoodImage - Class in com.cis.gorecipe.model
-
This class allows GoRecipe to keep track of all image objects stored in AWS S3 buckets
- FoodImage() - Constructor for class com.cis.gorecipe.model.FoodImage
- FoodImageController - Class in com.cis.gorecipe.controller
-
This class handles the API endpoints related to uploading images of ingredients and the processing of those images
- FoodImageController(FoodImageRepository, UserRepository, IngredientRepository, S3Service, ClarifaiService) - Constructor for class com.cis.gorecipe.controller.FoodImageController
- FoodImageControllerTest - Class in com.cis.gorecipe.controller
-
This class houses the unit/integration tests for all FoodController API endpoints
- FoodImageControllerTest() - Constructor for class com.cis.gorecipe.controller.FoodImageControllerTest
- FoodImageNotFoundException - Exception in com.cis.gorecipe.exception
- FoodImageNotFoundException(String) - Constructor for exception com.cis.gorecipe.exception.FoodImageNotFoundException
- foodImageRepository - Variable in class com.cis.gorecipe.BaseTest
- foodImageRepository - Variable in class com.cis.gorecipe.controller.FoodImageController
-
For interfacing with the FoodImage table in the database
- FoodImageRepository - Interface in com.cis.gorecipe.repository
-
This interface provides a way to use JPA to interface with the GoRecipe database to manage FoodImages
- formatter - Variable in class com.cis.gorecipe.controller.UserController
-
For parsing dates
All Classes|All Packages|Constant Field Values|Serialized Form