Uses of Class
media.validation.Image
-
Packages that use Image Package Description media.validation Package contenente validatori (JSR-380 compliant) riguardanti i contenuti multimedialiusecase.post Package contenente la logica relativa ai postusecase.section Package contenente la logica relativa alle sezioni -
-
Uses of Image in media.validation
Methods in media.validation with parameters of type Image Modifier and Type Method Description void
ImageValidator. initialize(Image constraintAnnotation)
-
Uses of Image in usecase.post
Method parameters in usecase.post with annotations of type Image 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 sezione -
Uses of Image in usecase.section
Method parameters in usecase.section with annotations of type Image Modifier and Type Method Description int
SectionService. newSection(@NotBlank @Size(max=50) String name, @Size(max=255) String description, BufferedInputStream picture, BufferedInputStream banner)
Crea una nuova sezione e ne restituisce l'idint
SectionService. newSection(@NotBlank @Size(max=50) String name, @Size(max=255) String description, BufferedInputStream picture, BufferedInputStream banner)
Crea una nuova sezione e ne restituisce l'id
-