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 void
SectionExistsByIdValidator. initialize(SectionExists constraintAnnotation)
void
SectionExistsByNameValidator. initialize(SectionExists constraintAnnotation)
-
Uses of SectionExists in usecase.follow
Method parameters in usecase.follow with annotations of type SectionExists Modifier and Type Method Description void
FollowService. follow(int sectionId)
Permette di seguire una sezionevoid
FollowService. 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 int
PostService. newPost(@NotBlank @Size(max=255) String title, @NotNull BufferedInputStream content, @NotNull String sectionName)
Aggiunge un post ad una sezioneint
PostService. 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 void
SectionService. delete(int id)
Cancella una sezione dato il suo idSectionPage
SectionService. getSection(@NotNull String sectionName)
Ritorna un entità sezione con un nome specificoSectionPage
SectionService. showSection(int id)
Ritorna un entità sezione dato un certo id
-