- DEBUG - Static variable in class edu.cnm.deepdive.smartcheff.BuildConfig
-
- delete(Ingredient) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to delete an ingredient from the SmartCeff database.
- delete(Ingredient...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to delete more the one ingredient from the SmartCeff database.
- delete(Collection<Ingredient>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to delete a collection of ingredients from the SmartCeff database.
- delete(Recipe) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to delete a recipes from the SmartCeff database.
- delete(Recipe...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to delete more the one recipes from the SmartCeff database.
- delete(Collection<Recipe>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to delete a collection of recipes from the SmartCeff database.
- delete(RecipeIngredient) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- delete(RecipeIngredient...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- delete(Collection<RecipeIngredient>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- delete(User) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to delete an user from the SmartCeff database.
- delete(User...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to delete more the one user from the SmartCeff database.
- delete(Collection<User>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to delete a collection of users from the SmartCeff database.
- delete(Ingredient) - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This is the method to delete a ingredient from the SmartCheff database.
- delete(Recipe) - Method in class edu.cnm.deepdive.smartcheff.service.RecipeRepository
-
This is the method used to delete a recipe from the SmartCheff database.
- delete(User) - Method in class edu.cnm.deepdive.smartcheff.service.UserRepository
-
This is the method used to delete a user from the SmartCheff database.
- get(long, String) - Method in interface edu.cnm.deepdive.smartcheff.service.SpoonacularServiceProxy
-
This method gets the details of a single recipe using the id.
- getAccount() - Method in class edu.cnm.deepdive.smartcheff.service.GoogleSignInService
-
This is the getter for the account.
- getActionId() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.ingredientinput.IngredientFragmentDirections.SearchRecipes
-
- getActionId() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentDirections.ShowDetails
-
- getAll() - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is a query to the Smatcheff database.
- getAll() - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is a query to the Smatcheff database.
- getAll() - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is a query to the Smatcheff database.
- getAll() - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This is the method to get all the ingredients in the SmartCheff database.
- getAll() - Method in class edu.cnm.deepdive.smartcheff.service.RecipeRepository
-
This method is used to get all the recipes in the SmartCheff database.
- getAll(User) - Method in class edu.cnm.deepdive.smartcheff.service.UserRepository
-
This method is user to get all the users in the SmartCheff database.
- getAmount() - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Gets the amount.
- getAnalyzedInstructions() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the list of AnalyzedInstructionDto.
- getArguments() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.ingredientinput.IngredientFragmentDirections.SearchRecipes
-
- getArguments() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentDirections.ShowDetails
-
- getDetails(long) - Method in class edu.cnm.deepdive.smartcheff.controller.MainViewModel
-
This method is user to get the recipe details.
- getDetails() - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Gets the details.
- getExtendedIngredients() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the list of Extended Ingredient Dto.
- getExternalId() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.CurrentRecipeFragmentArgs.Builder
-
- getExternalId() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.CurrentRecipeFragmentArgs
-
- getExternalId() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentDirections.ShowDetails
-
- getExternalKey() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the external key.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Gets the id.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the id.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Gets the ingredient id.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the recipe id.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Gets the id of the RecipeIngredient table.
- getId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.User
-
Gets the user id.
- getImage() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the recipe image.
- getImage() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the image.
- getIngredientDao() - Method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the getter for IngredientDao
- getIngredientId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Gets the id for an ingredient.
- getIngredients() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the mapped list of Extended Ingredients.
- getIngredients() - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Gets the list of ExtendedIngredients.
- getIngredientsList() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.ingredientinput.IngredientFragmentDirections.SearchRecipes
-
- getIngredientsList() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentArgs.Builder
-
- getIngredientsList() - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentArgs
-
- getInstance() - Static method in class edu.cnm.deepdive.smartcheff.service.GoogleSignInService
-
This is the getter for the google sign service instance.
- getInstance() - Static method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the getter for instance.
- getInstance() - Static method in interface edu.cnm.deepdive.smartcheff.service.SpoonacularServiceProxy
-
This is the getter fot the SpoonacularServiceProxy instance.
- getInstructions() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the instructions.
- getInstructions() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the instructions.
- getName() - Method in class edu.cnm.deepdive.smartcheff.model.dto.AnalyzedInstructionDto
-
Gets the name of the recipe that the instructions corresponds to.
- getName() - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Gets the name.
- getName() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Gets the name.
- getName() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the name.
- getOauthKey() - Method in class edu.cnm.deepdive.smartcheff.model.entity.User
-
Gets the users' oauth key.
- getOrder() - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Gets the order.
- getPrepTime() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the prep time.
- getPrepTime() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the prep time.
- getQuantityAvailable() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Gets the quantity available.
- getRecipeDao() - Method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the getter for RecipeDao
- getRecipeId() - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Gets the recipe id.
- getRecipeIngredientDao() - Method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the getter for RecipeIngredientDao
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.ActivityLoginBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.ActivityMainBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentCameraBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentCurrentRecipeBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentIngredientBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentRecipesBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentSavedBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.FragmentSettingsBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.ItemRecipeBinding
-
- getRoot() - Method in class edu.cnm.deepdive.smartcheff.databinding.ItemStepsBinding
-
- getSearchDetail() - Method in class edu.cnm.deepdive.smartcheff.controller.MainViewModel
-
- getSearchResults() - Method in class edu.cnm.deepdive.smartcheff.controller.MainViewModel
-
This is the getter for the live data list of RecipeDto
- getServingQuantity() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the serving quantity.
- getServings() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the servings.
- getSkillLevel() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the skill level.
- getSourceUrl() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the source url.
- getSteps() - Method in class edu.cnm.deepdive.smartcheff.model.dto.AnalyzedInstructionDto
-
Gets the list of steps.
- getSummary() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the summary.
- getText() - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Gets the text.
- getThrowable() - Method in class edu.cnm.deepdive.smartcheff.controller.MainViewModel
-
This is the getter for the live data Throwable
- getTitle() - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Gets the title.
- getUnit() - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Gets the unit.
- getUpc() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Gets the upc.
- getUserDao() - Method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the getter for UserDao
- getUserid() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Gets the user id.
- getUserid() - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Gets the user id.
- getView(int, View, ViewGroup) - Method in class edu.cnm.deepdive.smartcheff.adapter.CurrentRecipeAdapter
-
- getView(int, View, ViewGroup) - Method in class edu.cnm.deepdive.smartcheff.adapter.RecipeAdapter
-
- GoogleSignInService - Class in edu.cnm.deepdive.smartcheff.service
-
This class holds all the logic for the google sign in function.
- save(Ingredient) - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This is the method to save an ingredient to the SmartCheff database
- save(Recipe) - Method in class edu.cnm.deepdive.smartcheff.service.RecipeRepository
-
This is the method used to save a recipe to the SmartCheff database.
- save(User) - Method in class edu.cnm.deepdive.smartcheff.service.UserRepository
-
This is the method used to save a user to the SmartCheff database.
- SavedFragment - Class in edu.cnm.deepdive.smartcheff.controller.ui.saved
-
This fragment is unimplemented.
- SavedFragment() - Constructor for class edu.cnm.deepdive.smartcheff.controller.ui.saved.SavedFragment
-
- search(String[]) - Method in class edu.cnm.deepdive.smartcheff.controller.MainViewModel
-
This method searches Spoonaculer using the string array of ingredients.
- search(Collection<String>) - Method in class edu.cnm.deepdive.smartcheff.service.RecipeRepository
-
This method makes a request to the api service using ingredients to find recipes.
- search(String, String) - Method in interface edu.cnm.deepdive.smartcheff.service.SpoonacularServiceProxy
-
This method is the @Get request to the api service for a collection of recipes.
- searchRecipes(String[]) - Static method in class edu.cnm.deepdive.smartcheff.controller.ui.ingredientinput.IngredientFragmentDirections
-
- selectByName(String) - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This is the method is used to get ingredients by name.
- selectByQuantity(int) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is a query to the Smatcheff database.
- selectByQuantity(Ingredient) - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This method is used to get an ingredient by the quanity of an ingredient on hand.
- selectByUpc(String) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is a query to the Smatcheff database.
- selectByUpc(Ingredient) - Method in class edu.cnm.deepdive.smartcheff.service.IngredientRepository
-
This method is used to find an ingredient by its upc.
- selectName(String) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is a query to the Smatcheff database.
- servings - Variable in class edu.cnm.deepdive.smartcheff.databinding.FragmentCurrentRecipeBinding
-
- servingsLabel - Variable in class edu.cnm.deepdive.smartcheff.databinding.FragmentCurrentRecipeBinding
-
- setAmount(float) - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Sets the amount.
- setAnalyzedInstructions(List<AnalyzedInstructionDto>) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the list of AnalyzedInstructionDtos.
- setContext(Application) - Static method in class edu.cnm.deepdive.smartcheff.service.GoogleSignInService
-
This is the t setter for the google sign in context.
- setContext(Application) - Static method in class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
This is the setter for context.
- setDetails(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Sets the details.
- setExtendedIngredients(List<ExtendedIngredientDto>) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the Extended Ingredient Dto
- setExternalId(long) - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.CurrentRecipeFragmentArgs.Builder
-
- setExternalId(long) - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentDirections.ShowDetails
-
- setExternalKey(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Set the external key
- setId(long) - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Sets the id.
- setId(long) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets tthe id.
- setId(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Sets the ingredient id.
- setId(Long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the recipe id.
- setId(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Sets the id of the RecipeIngredient table.
- setId(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.User
-
Sets the id for a user.
- setImage(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the recipe image.
- setImage(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the image.
- setIngredientId(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Sets the id for an ingredient.
- setIngredients(List<ExtendedIngredientDto>) - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Sets the list of ExtendedIngredients.
- setIngredientsList(String[]) - Method in class edu.cnm.deepdive.smartcheff.controller.ui.ingredientinput.IngredientFragmentDirections.SearchRecipes
-
- setIngredientsList(String[]) - Method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentArgs.Builder
-
- setInstructions(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the instructions.
- setInstructions(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the instructions.
- setName(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.AnalyzedInstructionDto
-
Sets the name of the recipe that the instructions corresponds to.
- setName(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Sets the name.
- setName(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Sets the name.
- setName(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the name.
- setOauthKey(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.User
-
Sets the users' oauth key.
- setOrder(int) - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Sets the order.
- setPrepTime(int) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the prep time.
- setPrepTime(int) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the prep time.
- setQuantityAvailable(int) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Sets the quantity available.
- setRecipeId(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.RecipeIngredient
-
Sets the recipe id.
- setServingQuantity(int) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the serving quanity.
- setServings(int) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the servings.
- setSkillLevel(int) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the skill level.
- setSourceUrl(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the the source url.
- setSteps(List<StepDto>) - Method in class edu.cnm.deepdive.smartcheff.model.dto.AnalyzedInstructionDto
-
Sets the list of steps.
- setSummary(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the summary.
- setText(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
Sets the text.
- SettingsFragment - Class in edu.cnm.deepdive.smartcheff.controller
-
This fragment is unimplemented.
- SettingsFragment() - Constructor for class edu.cnm.deepdive.smartcheff.controller.SettingsFragment
-
- setTitle(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.RecipeDto
-
Sets the title.
- setUnit(String) - Method in class edu.cnm.deepdive.smartcheff.model.dto.ExtendedIngredientDto
-
Sets the unit.
- setUpc(String) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Sets hte upc.
- setUserid(long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Ingredient
-
Sets the user id.
- setUserid(Long) - Method in class edu.cnm.deepdive.smartcheff.model.entity.Recipe
-
Sets the user id.
- showDetails(long) - Static method in class edu.cnm.deepdive.smartcheff.controller.ui.recipes.RecipesFragmentDirections
-
- signIn - Variable in class edu.cnm.deepdive.smartcheff.databinding.ActivityLoginBinding
-
- signOut() - Method in class edu.cnm.deepdive.smartcheff.service.GoogleSignInService
-
This method signs the user out.
- SmartCheffApplication - Class in edu.cnm.deepdive.smartcheff
-
This class isa the application class for the SmartCheff application.
- SmartCheffApplication() - Constructor for class edu.cnm.deepdive.smartcheff.SmartCheffApplication
-
- SmartCheffDatabase - Class in edu.cnm.deepdive.smartcheff.service
-
This class is what creates the Smartcheff database.
- SmartCheffDatabase() - Constructor for class edu.cnm.deepdive.smartcheff.service.SmartCheffDatabase
-
- sourceUrl - Variable in class edu.cnm.deepdive.smartcheff.databinding.FragmentCurrentRecipeBinding
-
- SpoonacularServiceProxy - Interface in edu.cnm.deepdive.smartcheff.service
-
This class is the proxy service to Spoonacular api service.
- SpoonacularServiceProxy.InstanceHolder - Class in edu.cnm.deepdive.smartcheff.service
-
This nested class contains the Gson and retofit builders.
- startSignIn(Activity, int) - Method in class edu.cnm.deepdive.smartcheff.service.GoogleSignInService
-
This method is starts the sign in with a google account.
- StepDto - Class in edu.cnm.deepdive.smartcheff.model.dto
-
This class is a DTO object for storing data from the Spoonacular api.
- StepDto() - Constructor for class edu.cnm.deepdive.smartcheff.model.dto.StepDto
-
- steps - Variable in class edu.cnm.deepdive.smartcheff.databinding.ItemStepsBinding
-
- summary - Variable in class edu.cnm.deepdive.smartcheff.databinding.FragmentCurrentRecipeBinding
-
- update(Ingredient) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to update an ingredient in the SmartCeff database.
- update(Ingredient...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to update more then one ingredients in the SmartCeff database.
- update(Collection<Ingredient>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.IngredientDao
-
This method is used to update a collection of ingredients in the SmartCeff database.
- update(Recipe) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to update a recipe in the SmartCeff database.
- update(Recipe...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to update more then one recipes in the SmartCeff database.
- update(Collection<Recipe>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeDao
-
This method is used to update a collection of recipes in the SmartCeff database.
- update(RecipeIngredient) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- update(RecipeIngredient...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- update(Collection<RecipeIngredient>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.RecipeIngredientDao
-
- update(User) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to update an user in the SmartCeff database.
- update(User...) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to update more then one users in the SmartCeff database.
- update(Collection<User>) - Method in interface edu.cnm.deepdive.smartcheff.model.dao.UserDao
-
This method is used to update a collection of users in the SmartCeff database.
- User - Class in edu.cnm.deepdive.smartcheff.model.entity
-
This is an @Entity class that makes a User table in the SmartCheff data base.
- User() - Constructor for class edu.cnm.deepdive.smartcheff.model.entity.User
-
- UserDao - Interface in edu.cnm.deepdive.smartcheff.model.dao
-
This is an interface that handles all the queries involving users.
- UserRepository - Class in edu.cnm.deepdive.smartcheff.service
-
This class holds the logic for the queries to the SmartCheff database involving a user.
- UserRepository(Context) - Constructor for class edu.cnm.deepdive.smartcheff.service.UserRepository
-
This is the constructor for the UserRepository.