Uses of Class
usecase.post.PostPage
-
Packages that use PostPage Package Description usecase.post Package contenente la logica relativa ai post -
-
Uses of PostPage in usecase.post
Methods in usecase.post that return PostPage Modifier and Type Method Description PostPage
PostService. getPost(int id)
Ritorna un entità DTO relativa ad un postMethods in usecase.post that return types with arguments of type PostPage Modifier and Type Method Description List<PostPage>
PostService. loadPosts(PostSearchForm form)
Ritorna una lista di post che rispettano determinati parametri
-