Uses of Class
edu.ucsb.cs156.example.entities.UCSBArticles
Packages that use UCSBArticles
-
Uses of UCSBArticles in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBArticlesModifier and TypeMethodDescriptionGet a single article by idUCSBArticlesController.postUCSBArticles
(String title, String url, String explanation, String email, LocalDateTime dateAdded) Create a new articleUCSBArticlesController.updateUCSBArticles
(Long id, @Valid UCSBArticles incoming) Update a single articleMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBArticlesModifier and TypeMethodDescriptionUCSBArticlesController.allUCSBArticles()
List all UCSB articlesMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBArticlesModifier and TypeMethodDescriptionUCSBArticlesController.updateUCSBArticles
(Long id, @Valid UCSBArticles incoming) Update a single article