Uses of Class
cz.zcu.students.cacha.bp_server.view_models.ImageVM
-
Packages that use ImageVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of ImageVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type ImageVM Modifier and Type Method Description GenericResponse
ExhibitController. updateExhibitImage(Long exhibitId, @Valid ImageVM imageVM, User user)
Updates the image of given exhibit and returns its new nameGenericResponse
ExhibitController. updateExhibitInfoLabel(Long exhibitId, @Valid ImageVM imageVM, User user)
Updates the info label image of given exhibit and returns its new nameGenericResponse
InstitutionController. updateImage(@Valid ImageVM imageVM, User user)
Updates institution image -
Uses of ImageVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type ImageVM Modifier and Type Method Description String
ExhibitService. updateExhibitImage(Long exhibitId, ImageVM imageVM, User user)
Updates exhibit image and returns its new nameString
ExhibitService. updateExhibitInfoLabel(Long exhibitId, ImageVM imageVM, User user)
Updates exhibit info label image and returns its new nameString
InstitutionService. updateImage(ImageVM imageVM, User user)
Updates institution image
-