Hierarchy For All Packages
Package Hierarchies:- cz.zcu.students.cacha.bp_server,
- cz.zcu.students.cacha.bp_server.assets_store_config,
- cz.zcu.students.cacha.bp_server.controllers,
- cz.zcu.students.cacha.bp_server.domain,
- cz.zcu.students.cacha.bp_server.error,
- cz.zcu.students.cacha.bp_server.exceptions,
- cz.zcu.students.cacha.bp_server.repositories,
- cz.zcu.students.cacha.bp_server.responses,
- cz.zcu.students.cacha.bp_server.security,
- cz.zcu.students.cacha.bp_server.services,
- cz.zcu.students.cacha.bp_server.shared,
- cz.zcu.students.cacha.bp_server.validators,
- cz.zcu.students.cacha.bp_server.view_models
Class Hierarchy
- java.lang.Object
- cz.zcu.students.cacha.bp_server.controllers.AdminController
- cz.zcu.students.cacha.bp_server.services.AdminService
- cz.zcu.students.cacha.bp_server.view_models.AllowedLanguagesVM
- cz.zcu.students.cacha.bp_server.error.ApiError
- cz.zcu.students.cacha.bp_server.services.AuthUserService (implements org.springframework.security.core.userdetails.UserDetailsService)
- cz.zcu.students.cacha.bp_server.view_models.BooleanValVM
- cz.zcu.students.cacha.bp_server.BpServerApplication
- cz.zcu.students.cacha.bp_server.domain.Building
- cz.zcu.students.cacha.bp_server.domain.BuildingImage
- cz.zcu.students.cacha.bp_server.view_models.BuildingVM
- cz.zcu.students.cacha.bp_server.view_models.CoordinatesVM
- cz.zcu.students.cacha.bp_server.services.EmailService
- cz.zcu.students.cacha.bp_server.view_models.EmailVM
- cz.zcu.students.cacha.bp_server.domain.Exhibit
- cz.zcu.students.cacha.bp_server.controllers.ExhibitController
- cz.zcu.students.cacha.bp_server.domain.ExhibitImage
- cz.zcu.students.cacha.bp_server.services.ExhibitService
- cz.zcu.students.cacha.bp_server.view_models.ExhibitsLanguagesVM
- cz.zcu.students.cacha.bp_server.view_models.ExhibitVM
- cz.zcu.students.cacha.bp_server.services.FileService
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- cz.zcu.students.cacha.bp_server.security.JwtAuthenticationFilter
- org.springframework.web.filter.OncePerRequestFilter
- cz.zcu.students.cacha.bp_server.responses.GenericResponse
- cz.zcu.students.cacha.bp_server.view_models.ImageVM
- cz.zcu.students.cacha.bp_server.domain.Institution
- cz.zcu.students.cacha.bp_server.controllers.InstitutionController
- cz.zcu.students.cacha.bp_server.domain.InstitutionImage
- cz.zcu.students.cacha.bp_server.services.InstitutionService
- cz.zcu.students.cacha.bp_server.view_models.InstitutionVM
- cz.zcu.students.cacha.bp_server.security.InvalidLoginResponse
- cz.zcu.students.cacha.bp_server.security.JwtAuthenticationEntryPoint (implements org.springframework.security.web.AuthenticationEntryPoint)
- cz.zcu.students.cacha.bp_server.responses.JWTLoginSuccessResponse
- cz.zcu.students.cacha.bp_server.security.JwtTokenProvider
- cz.zcu.students.cacha.bp_server.domain.Language
- cz.zcu.students.cacha.bp_server.view_models.LanguageVM
- cz.zcu.students.cacha.bp_server.controllers.LocationController
- cz.zcu.students.cacha.bp_server.services.LocationService
- cz.zcu.students.cacha.bp_server.view_models.NewTranslationVM
- cz.zcu.students.cacha.bp_server.view_models.PasswordUpdateVM
- cz.zcu.students.cacha.bp_server.validators.PngJpgFileValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.services.QRCodeService
- cz.zcu.students.cacha.bp_server.view_models.RateTranslationsVM
- cz.zcu.students.cacha.bp_server.view_models.RateTranslationVM
- cz.zcu.students.cacha.bp_server.domain.Role
- cz.zcu.students.cacha.bp_server.shared.RolesConstants
- cz.zcu.students.cacha.bp_server.domain.Room
- cz.zcu.students.cacha.bp_server.domain.RoomImage
- cz.zcu.students.cacha.bp_server.view_models.RoomVM
- cz.zcu.students.cacha.bp_server.security.SecurityConstants
- cz.zcu.students.cacha.bp_server.domain.Showcase
- cz.zcu.students.cacha.bp_server.domain.ShowcaseImage
- cz.zcu.students.cacha.bp_server.view_models.ShowcaseVM
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cz.zcu.students.cacha.bp_server.exceptions.CannotPerformActionException
- cz.zcu.students.cacha.bp_server.exceptions.CannotSaveImageException
- cz.zcu.students.cacha.bp_server.exceptions.NotFoundException
- cz.zcu.students.cacha.bp_server.exceptions.UnauthorizedException
- cz.zcu.students.cacha.bp_server.exceptions.ValidationErrorException
- java.lang.RuntimeException
- java.lang.Exception
- cz.zcu.students.cacha.bp_server.domain.Translation
- cz.zcu.students.cacha.bp_server.controllers.TranslationController
- cz.zcu.students.cacha.bp_server.view_models.TranslationSequenceVM
- cz.zcu.students.cacha.bp_server.services.TranslationService
- cz.zcu.students.cacha.bp_server.view_models.TranslationVM
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailExclPrincipalValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameExclUpdatedValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameExclPrincipalValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameValidator (implements javax.validation.ConstraintValidator<A,T>)
- cz.zcu.students.cacha.bp_server.view_models.UpdateExhibitVM
- cz.zcu.students.cacha.bp_server.view_models.UpdateInstitutionVM
- cz.zcu.students.cacha.bp_server.domain.User (implements org.springframework.security.core.userdetails.UserDetails)
- cz.zcu.students.cacha.bp_server.controllers.UserController
- cz.zcu.students.cacha.bp_server.view_models.UserDetailVM
- cz.zcu.students.cacha.bp_server.view_models.UsernamePasswordVM
- cz.zcu.students.cacha.bp_server.view_models.UsernameUpdateVM
- cz.zcu.students.cacha.bp_server.services.UserService
- cz.zcu.students.cacha.bp_server.view_models.UserUpdateVM
- cz.zcu.students.cacha.bp_server.view_models.UserVM
- cz.zcu.students.cacha.bp_server.error.ValidationErrorsHandler
- cz.zcu.students.cacha.bp_server.assets_store_config.WebConfiguration (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- cz.zcu.students.cacha.bp_server.security.SecurityConfiguration
Interface Hierarchy
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- cz.zcu.students.cacha.bp_server.repositories.BuildingRepository
- cz.zcu.students.cacha.bp_server.repositories.ExhibitRepository
- cz.zcu.students.cacha.bp_server.repositories.InstitutionRepository
- cz.zcu.students.cacha.bp_server.repositories.LanguageRepository
- cz.zcu.students.cacha.bp_server.repositories.RoleRepository
- cz.zcu.students.cacha.bp_server.repositories.RoomRepository
- cz.zcu.students.cacha.bp_server.repositories.ShowcaseRepository
- cz.zcu.students.cacha.bp_server.repositories.TranslationRepository
- cz.zcu.students.cacha.bp_server.repositories.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- cz.zcu.students.cacha.bp_server.repositories.BuildingRepository
- cz.zcu.students.cacha.bp_server.repositories.ExhibitRepository
- cz.zcu.students.cacha.bp_server.repositories.InstitutionRepository
- cz.zcu.students.cacha.bp_server.repositories.LanguageRepository
- cz.zcu.students.cacha.bp_server.repositories.RoleRepository
- cz.zcu.students.cacha.bp_server.repositories.RoomRepository
- cz.zcu.students.cacha.bp_server.repositories.ShowcaseRepository
- cz.zcu.students.cacha.bp_server.repositories.TranslationRepository
- cz.zcu.students.cacha.bp_server.repositories.UserRepository
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
Annotation Type Hierarchy
- cz.zcu.students.cacha.bp_server.shared.CurrentUser (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.PngJpgFile (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmail (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueEmailExclPrincipal (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionName (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueInstitutionNameExclUpdated (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsername (implements java.lang.annotation.Annotation)
- cz.zcu.students.cacha.bp_server.validators.UniqueUsernameExclPrincipal (implements java.lang.annotation.Annotation)