Uses of Class
edu.ucsb.cs156.example.entities.Articles
Packages that use Articles
-
Uses of Articles in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return ArticlesModifier and TypeMethodDescriptionGet a single date by idArticlesController.postArticles
(String title, String url, String explanation, String email, LocalDateTime dateadded) ArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update a single articleMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type ArticlesModifier and TypeMethodDescriptionArticlesController.allArticles()
List all Articles List all ArticlesMethods in edu.ucsb.cs156.example.controllers with parameters of type ArticlesModifier and TypeMethodDescriptionArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update a single article -
Uses of Articles in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type ArticlesModifier and TypeMethodDescriptionArticlesRepository.findAllByEmail
(String email) This method returns all Articles entities with a given email.