Uses of Class
cz.zcu.students.cacha.bp_server.domain.Exhibit
-
Packages that use Exhibit Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services cz.zcu.students.cacha.bp_server.view_models -
-
Uses of Exhibit in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type Exhibit Modifier and Type Method Description GenericResponse
ExhibitController. saveExhibit(@Valid Exhibit exhibit, User user)
Saves new exhibit to logged in user's institutionGenericResponse
ExhibitController. saveExhibit(Long institutionId, @Valid Exhibit exhibit)
Saves new exhibit to an institution defined by its id -
Uses of Exhibit in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type Exhibit Modifier and Type Method Description void
ExhibitService. deleteExhibit(Exhibit exhibit)
Deletes given exhibit from db and its images from fsvoid
ExhibitService. saveExhibit(Exhibit exhibit, User user)
Saves new exhibit to user's institutionvoid
ExhibitService. saveExhibit(Exhibit exhibit, Long institutionId)
Saves new exhibit to institution defined by its id -
Uses of Exhibit in cz.zcu.students.cacha.bp_server.view_models
Constructors in cz.zcu.students.cacha.bp_server.view_models with parameters of type Exhibit Constructor Description ExhibitVM(Exhibit exhibit)
creates new instance based on given exhibitNewTranslationVM(Exhibit exhibit, String text, String languageName)
Creates new instance based on given parametersRateTranslationsVM(Set<Translation> translations, Exhibit exhibit, User user, Language language)
Creates new instance based on given params
-