Uses of Class
edu.ucsb.cs156.example.entities.Article
Packages that use Article
- 
Uses of Article in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return ArticleModifier and TypeMethodDescriptionGet an article by idArticlesController.postArticle(String title, String url, String explanation, String email, ZonedDateTime dateAdded) Create a new ArticleArticlesController.updateArticle(Long id, @Valid Article incoming) Update a single articleMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type ArticleMethods in edu.ucsb.cs156.example.controllers with parameters of type ArticleModifier and TypeMethodDescriptionArticlesController.updateArticle(Long id, @Valid Article incoming) Update a single article