Uses of Class
cz.zcu.students.cacha.bp_server.view_models.UpdateExhibitVM
-
Packages that use UpdateExhibitVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of UpdateExhibitVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type UpdateExhibitVM Modifier and Type Method Description GenericResponse
ExhibitController. updateExhibit(Long exhibitId, @Valid UpdateExhibitVM updateExhibitVM, User user)
Updates information of given exhibit -
Uses of UpdateExhibitVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type UpdateExhibitVM Modifier and Type Method Description void
ExhibitService. updateExhibit(Long exhibitId, UpdateExhibitVM updateExhibitVM, User user)
Updates exhibit information
-