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 idArticlesController.postArticle(String title, String url, String explanation, String email, LocalDateTime dateAdded) Create a new articleMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type Articles -
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.findAllByTitle(String title) This method returns all Articles entities with a given title.