Uses of Class
cz.zcu.students.cacha.bp_server.view_models.ShowcaseVM
-
Packages that use ShowcaseVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of ShowcaseVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers that return ShowcaseVM Modifier and Type Method Description ShowcaseVM
LocationController. getShowcase(Long showcaseId, User user)
Gets showcase based on its idMethods in cz.zcu.students.cacha.bp_server.controllers that return types with arguments of type ShowcaseVM Modifier and Type Method Description List<ShowcaseVM>
LocationController. getAllShowcases(Long roomId)
Gets all showcases of room based on its id -
Uses of ShowcaseVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services that return ShowcaseVM Modifier and Type Method Description ShowcaseVM
LocationService. getShowcase(Long showcaseId, User user)
Gets showcase details by its idMethods in cz.zcu.students.cacha.bp_server.services that return types with arguments of type ShowcaseVM Modifier and Type Method Description List<ShowcaseVM>
LocationService. getAllShowcases(Long roomId)
Gets all showcases of room defined by id
-