Uses of Class
cz.zcu.students.cacha.bp_server.view_models.ExhibitVM
-
Packages that use ExhibitVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of ExhibitVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return ExhibitVM Modifier and Type Method Description ExhibitVM
ExhibitController. getExhibit(Long exhibitId, User user)
Gets exhibit based on its idMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type ExhibitVM Modifier and Type Method Description List<ExhibitVM>
ExhibitController. getAllExhibitsOfInstitution(Long institutionId)
Gets all exhibits of given institutionList<ExhibitVM>
ExhibitController. getAllExhibitsOfUsersInstitution(User user)
Gets all exhibits of logged in user's institution -
Uses of ExhibitVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return ExhibitVM Modifier and Type Method Description ExhibitVM
ExhibitService. getExhibit(Long exhibitId, User user)
Gets an exhibit defined by its id if is managed by given userMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type ExhibitVM Modifier and Type Method Description List<ExhibitVM>
ExhibitService. getAllExhibitsOfUsersInstitution(User user)
Gets all the exhibits of user's institutionList<ExhibitVM>
ExhibitService. getExhibitsOfInstitution(Long institutionId)
Gets all exhibits of given institution
-