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 article by ID.ArticlesController.postArticle
(String title, String url, String explanation, String email, LocalDateTime dateAdded) Create a new article.ArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update an existing article.Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type ArticlesMethods in edu.ucsb.cs156.example.controllers with parameters of type ArticlesModifier and TypeMethodDescriptionArticlesController.updateArticle
(Long id, @Valid Articles incoming) Update an existing article.