Uses of Class
model.validation.SectionExists
-
Packages that use SectionExists Package Description model.validation Package contenente validatori (JSR-380 compliant) riguardanti le entitàusecase.follow Package contenente la logica relativa ai followusecase.post Package contenente la logica relativa ai postusecase.section Package contenente la logica relativa alle sezioni -
-
Uses of SectionExists in model.validation
Methods in model.validation with parameters of type SectionExists Modifier and Type Method Description voidSectionExistsByIdValidator. initialize(SectionExists constraintAnnotation)voidSectionExistsByNameValidator. initialize(SectionExists constraintAnnotation) -
Uses of SectionExists in usecase.follow
Method parameters in usecase.follow with annotations of type SectionExists Modifier and Type Method Description voidFollowService. follow(int sectionId)Permette di seguire una sezionevoidFollowService. unFollow(int sectionId)Permette di togliere il follow ad una sezione -
Uses of SectionExists in usecase.post
Method parameters in usecase.post with annotations of type SectionExists Modifier and Type Method Description intPostService. newPost(@NotBlank @Size(max=255) String title, @NotNull BufferedInputStream content, @NotNull String sectionName)Aggiunge un post ad una sezioneintPostService. newPost(@NotBlank String title, @Size(max=65535) String body, @NotNull String sectionName)Aggiunge un post ad una sezione -
Uses of SectionExists in usecase.section
Method parameters in usecase.section with annotations of type SectionExists Modifier and Type Method Description voidSectionService. delete(int id)Cancella una sezione dato il suo idSectionPageSectionService. getSection(@NotNull String sectionName)Ritorna un entità sezione con un nome specificoSectionPageSectionService. showSection(int id)Ritorna un entità sezione dato un certo id
-