Class Hierarchy
- java.lang.Object
- hu.rts.mike.example.dev.crm.Application (implements com.vaadin.flow.component.page.AppShellConfigurator)
- hu.rts.mike.example.dev.crm.rest.controller.AuthController
- hu.rts.mike.example.dev.crm.security.AuthDataInitializer (implements org.springframework.context.ApplicationListener<E>)
- hu.rts.mike.example.dev.crm.entity.AuthInfo
- hu.rts.mike.example.dev.crm.model.converter.AuthInfoConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.service.AuthInfoDetailsService (implements org.springframework.security.core.userdetails.UserDetailsService)
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom)
- hu.rts.mike.example.dev.crm.rest.security.AuthService (implements org.springframework.security.core.userdetails.UserDetailsService)
- hu.rts.mike.example.dev.crm.entity.Budget
- hu.rts.mike.example.dev.crm.rest.controller.BudgetController
- hu.rts.mike.example.dev.crm.model.converter.BudgetConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.BudgetDto
- hu.rts.mike.example.dev.crm.entity.BudgetMonthValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.repository.BudgetRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.BudgetService
- hu.rts.mike.example.dev.crm.entity.BudgetYearValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.component.factory.ButtonFactory
- hu.rts.mike.example.dev.crm.entity.CommunicationChannel
- hu.rts.mike.example.dev.crm.rest.controller.CommunicationChannelController
- hu.rts.mike.example.dev.crm.model.converter.CommunicationChannelConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.CommunicationChannelDto
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.CommunicationChannelService
- hu.rts.mike.example.dev.crm.entity.CompanySize
- hu.rts.mike.example.dev.crm.rest.controller.CompanySizeController
- hu.rts.mike.example.dev.crm.model.converter.CompanySizeConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.CompanySizeDto
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.CompanySizeService
- com.vaadin.flow.component.Component (implements com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasStyle)
- com.vaadin.flow.component.AbstractField<C,T> (implements com.vaadin.flow.component.HasValueAndElement<E,V>)
- com.vaadin.flow.component.AbstractSinglePropertyField<C,T>
- com.vaadin.flow.component.combobox.ComboBoxBase<TComponent,TItem,TValue> (implements com.vaadin.flow.component.Focusable<T>, com.vaadin.flow.component.shared.HasAllowedCharPattern, com.vaadin.flow.component.HasAriaLabel, com.vaadin.flow.component.shared.HasAutoOpen, com.vaadin.flow.component.shared.HasClearButton, com.vaadin.flow.component.shared.HasClientValidation, com.vaadin.flow.data.provider.HasDataView<T,F,V>, com.vaadin.flow.component.HasHelper, com.vaadin.flow.data.provider.HasLazyDataView<T,F,V>, com.vaadin.flow.data.provider.HasListDataView<T,V>, com.vaadin.flow.component.shared.HasOverlayClassName, com.vaadin.flow.component.HasPlaceholder, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.data.binder.HasValidator<V>, com.vaadin.flow.component.shared.InputField<E,V>)
- com.vaadin.flow.component.combobox.ComboBox<T> (implements com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>)
- hu.rts.mike.example.dev.crm.component.customfield.AdvancedComboBox<T> (implements com.vaadin.flow.component.shared.HasSuffix)
- com.vaadin.flow.component.combobox.MultiSelectComboBox<TItem> (implements com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>, com.vaadin.flow.data.selection.MultiSelect<C,T>)
- hu.rts.mike.example.dev.crm.component.customfield.AdvancedMultiSelectComboBox<T> (implements com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasSuffix)
- com.vaadin.flow.component.datepicker.DatePicker (implements com.vaadin.flow.component.Focusable<T>, com.vaadin.flow.component.shared.HasAllowedCharPattern, com.vaadin.flow.component.HasAriaLabel, com.vaadin.flow.component.shared.HasAutoOpen, com.vaadin.flow.component.shared.HasClearButton, com.vaadin.flow.component.shared.HasClientValidation, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.shared.HasOverlayClassName, com.vaadin.flow.component.HasPlaceholder, com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.data.binder.HasValidator<V>, com.vaadin.flow.component.shared.InputField<E,V>)
- hu.rts.mike.example.dev.crm.component.customfield.LocalizedDatePicker (implements com.vaadin.flow.component.shared.HasSuffix)
- com.vaadin.flow.component.datetimepicker.DateTimePicker (implements com.vaadin.flow.component.Focusable<T>, com.vaadin.flow.component.shared.HasAutoOpen, com.vaadin.flow.component.shared.HasClientValidation, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.shared.HasOverlayClassName, com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.data.binder.HasValidator<V>, com.vaadin.flow.component.shared.InputField<E,V>)
- hu.rts.mike.example.dev.crm.component.customfield.LocalizedDateTimePicker (implements com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasSuffix)
- com.vaadin.flow.component.select.Select<T> (implements com.vaadin.flow.component.Focusable<T>, com.vaadin.flow.component.HasAriaLabel, com.vaadin.flow.component.shared.HasClientValidation, com.vaadin.flow.data.provider.HasDataView<T,F,V>, com.vaadin.flow.component.HasHelper, com.vaadin.flow.data.binder.HasItemComponents<T>, com.vaadin.flow.data.provider.HasListDataView<T,V>, com.vaadin.flow.component.shared.HasOverlayClassName, com.vaadin.flow.component.HasPlaceholder, com.vaadin.flow.component.shared.HasPrefix, com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.data.binder.HasValidator<V>, com.vaadin.flow.component.shared.InputField<E,V>, com.vaadin.flow.data.selection.SingleSelect<C,T>)
- com.vaadin.flow.component.customfield.CustomField<T> (implements com.vaadin.flow.component.Focusable<T>, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasValidationProperties, com.vaadin.flow.component.shared.InputField<E,V>)
- hu.rts.mike.example.dev.crm.component.customfield.EnumGrid<T>
- com.vaadin.flow.router.AbstractRouteNotFoundError
- com.vaadin.flow.router.RouteNotFoundError (implements com.vaadin.flow.router.HasErrorParameter<T>)
- com.vaadin.flow.component.applayout.AppLayout (implements com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.RouterLayout)
- hu.rts.mike.example.dev.crm.view.MainLayout (implements com.vaadin.flow.i18n.LocaleChangeObserver)
- com.vaadin.flow.component.Composite<T>
- hu.rts.mike.example.dev.crm.component.grid.filter.BooleanFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.ColumnToggleButton
- hu.rts.mike.example.dev.crm.component.grid.filter.DateFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.DateTimeFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.EntityDisplayFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.EnumFilter<T> (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.NumberFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.SearchBar (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.SetFilter<T,U> (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.SoftDeleteFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- hu.rts.mike.example.dev.crm.component.grid.filter.TextFilter (implements hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent)
- com.vaadin.flow.component.contextmenu.ContextMenuBase<C,I,S> (implements com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasStyle)
- com.vaadin.flow.component.contextmenu.ContextMenu (implements com.vaadin.flow.component.contextmenu.HasMenuItems, com.vaadin.flow.component.shared.HasOverlayClassName)
- com.vaadin.flow.component.formlayout.FormLayout (implements com.vaadin.flow.component.ClickNotifier<T>, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle)
- com.vaadin.flow.component.orderedlayout.HorizontalLayout (implements com.vaadin.flow.component.ClickNotifier<T>, com.vaadin.flow.component.orderedlayout.FlexComponent, com.vaadin.flow.component.orderedlayout.ThemableLayout)
- hu.rts.mike.example.dev.crm.view.viewpartner.ViewPartner (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- com.vaadin.flow.component.HtmlComponent (implements com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle)
- com.vaadin.flow.component.HtmlContainer (implements com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasText)
- com.vaadin.flow.component.html.Div (implements com.vaadin.flow.component.ClickNotifier<T>, com.vaadin.flow.component.HasOrderedComponents)
- com.vaadin.flow.component.html.Span (implements com.vaadin.flow.component.ClickNotifier<T>)
- hu.rts.mike.example.dev.crm.component.Badge
- com.vaadin.flow.component.notification.Notification (implements com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.shared.HasThemeVariant<TVariantEnum>)
- com.vaadin.flow.component.orderedlayout.VerticalLayout (implements com.vaadin.flow.component.ClickNotifier<T>, com.vaadin.flow.component.orderedlayout.FlexComponent, com.vaadin.flow.component.orderedlayout.ThemableLayout)
- hu.rts.mike.example.dev.crm.view.addnewcommunicationchannel.AddNewCommunicationChannel (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewcontact.AddNewContact (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addneweventpage.AddNewEventPage (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewlead.AddNewLead (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewmarketingchannel.AddNewMarketingChannel (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewmchannelbudget.AddNewMChannelBudget (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewpartner.AddNewPartner (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.addnewvendor.AddNewVendor (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.communicationchannels.CommunicationChannels (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.companysizeaddnew.CompanySizeAddNew (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.companysizeedit.CompanySizeEdit (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.contactaddnew.ContactAddNew (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.contactedit.ContactEdit (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.contacts.Contacts (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.creatediscount.CreateDiscount (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.createproduct.CreateProduct (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.discounts.Discounts (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.editcommunicationchannel.EditCommunicationChannel (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editcontact.EditContact (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editdiscount.EditDiscount (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editmarketingchannel.EditMarketingChannel (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editmchannelbudget.EditMChannelBudget (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editpartner.EditPartner (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editproduct.EditProduct (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.editvendor.EditVendor (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.login.ForgottenPasswordView (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.i18n.LocaleChangeObserver)
- hu.rts.mike.example.dev.crm.view.leads.Leads (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.login.LoginView (implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.marketingchannels.MarketingChannels (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.partners.Partners (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.login.PasswordChangeView (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.i18n.LocaleChangeObserver)
- hu.rts.mike.example.dev.crm.view.products.Products (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.role.RoleList (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.user.UserList (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.vendors.Vendors (implements com.vaadin.flow.router.HasDynamicTitle)
- hu.rts.mike.example.dev.crm.view.viewcontact.ViewContact (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.viewlead.ViewLead (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.viewmarketingchannelbudget.ViewMarketingChannelBudget (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.view.viewvendor.ViewVendor (implements com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.HasUrlParameter<T>)
- hu.rts.mike.example.dev.crm.entity.Contact
- hu.rts.mike.example.dev.crm.rest.controller.ContactController
- hu.rts.mike.example.dev.crm.model.converter.ContactConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.ContactDto
- hu.rts.mike.example.dev.crm.repository.ContactRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.ContactService
- hu.rts.mike.example.dev.crm.model.converter.ConverterUtil
- com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n (implements java.io.Serializable)
- hu.rts.mike.example.dev.crm.component.factory.DialogFactory
- hu.rts.mike.example.dev.crm.entity.Discount
- hu.rts.mike.example.dev.crm.rest.controller.DiscountController
- hu.rts.mike.example.dev.crm.model.converter.DiscountConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.DiscountDto
- hu.rts.mike.example.dev.crm.repository.DiscountRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.DiscountService
- hu.rts.mike.example.dev.crm.entity.DiscountTypeValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.component.grid.filter.DisplayFragment<T>
- hu.rts.mike.example.dev.crm.config.DtoMappingBuilder<S,D>
- hu.rts.mike.example.dev.crm.error.ErrorDto
- hu.rts.mike.example.dev.crm.entity.Event
- hu.rts.mike.example.dev.crm.rest.controller.EventController
- hu.rts.mike.example.dev.crm.model.converter.EventConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.EventDto
- hu.rts.mike.example.dev.crm.repository.EventRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.EventService
- hu.rts.mike.example.dev.crm.rest.config.ExceptionHandlerConfig
- hu.rts.mike.example.dev.crm.config.ExperimentalFeatures
- hu.rts.mike.example.dev.crm.rest.security.ForgottenPasswordService
- 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, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- jakarta.servlet.GenericServlet (implements java.io.Serializable, jakarta.servlet.Servlet, jakarta.servlet.ServletConfig)
- jakarta.servlet.http.HttpServlet
- com.vaadin.flow.server.VaadinServlet
- hu.rts.mike.example.dev.crm.rest.controller.HealthController
- hu.rts.mike.example.dev.crm.rest.config.JacksonConfig
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- hu.rts.mike.example.dev.crm.rest.security.JwtService
- hu.rts.mike.example.dev.crm.entity.Lead
- hu.rts.mike.example.dev.crm.rest.controller.LeadController
- hu.rts.mike.example.dev.crm.model.converter.LeadConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.LeadDto
- hu.rts.mike.example.dev.crm.repository.LeadRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.LeadService
- hu.rts.mike.example.dev.crm.session.LocaleManager (implements com.vaadin.flow.server.VaadinServiceInitListener)
- hu.rts.mike.example.dev.crm.component.customfield.LocalizedUpload
- hu.rts.mike.example.dev.crm.service.LoginService
- hu.rts.mike.example.dev.crm.entity.MarketingChannel
- hu.rts.mike.example.dev.crm.rest.controller.MarketingChannelController
- hu.rts.mike.example.dev.crm.model.converter.MarketingChannelConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.MarketingChannelDto
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.MarketingChannelService
- hu.rts.mike.example.dev.crm.entity.MediumOfExchangeValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.config.ModelMapperConfig
- hu.rts.mike.example.dev.crm.component.factory.NotificationFactory
- hu.rts.mike.example.dev.crm.entity.Partner
- hu.rts.mike.example.dev.crm.rest.controller.PartnerController
- hu.rts.mike.example.dev.crm.model.converter.PartnerConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.PartnerDto
- hu.rts.mike.example.dev.crm.repository.PartnerRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.PartnerService
- hu.rts.mike.example.dev.crm.entity.PasswordChange
- hu.rts.mike.example.dev.crm.security.PasswordConfig
- hu.rts.mike.example.dev.crm.converter.PresentationStringConverter
- hu.rts.mike.example.dev.crm.security.PrivilegeValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.entity.Product
- hu.rts.mike.example.dev.crm.rest.controller.ProductController
- hu.rts.mike.example.dev.crm.model.converter.ProductConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.ProductDto
- hu.rts.mike.example.dev.crm.repository.ProductRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.ProductService
- hu.rts.mike.example.dev.crm.repository.utility.QueryUtils
- hu.rts.mike.example.dev.crm.repository.utility.QueryUtils.Node
- java.lang.Record
- hu.rts.mike.example.dev.crm.entity.RegularityValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- hu.rts.mike.example.dev.crm.rest.security.RestSecurityConfig
- hu.rts.mike.example.dev.crm.entity.Role
- hu.rts.mike.example.dev.crm.model.converter.RoleConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.RoleDto
- hu.rts.mike.example.dev.crm.model.RoleListDto
- hu.rts.mike.example.dev.crm.rest.controller.RoleManagementController
- hu.rts.mike.example.dev.crm.repository.RoleRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.RoleService
- hu.rts.mike.example.dev.crm.security.SecurityConfig
- hu.rts.mike.example.dev.crm.view.ServiceLoader
- hu.rts.mike.example.dev.crm.rest.utility.TableQueryUtil
- java.lang.Throwable (implements java.io.Serializable)
- hu.rts.mike.example.dev.crm.session.TimeZoneManager (implements com.vaadin.flow.server.VaadinServiceInitListener)
- hu.rts.mike.example.dev.crm.session.TimeZoneManager.Util
- hu.rts.mike.example.dev.crm.security.TokenCache
- hu.rts.mike.example.dev.crm.i18n.TranslationProvider (implements com.vaadin.flow.i18n.I18NProvider)
- hu.rts.mike.example.dev.crm.entity.UserInfo
- hu.rts.mike.example.dev.crm.model.converter.UserInfoConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.UserInfoDto
- hu.rts.mike.example.dev.crm.model.UserListDto
- hu.rts.mike.example.dev.crm.rest.controller.UserManagementController
- hu.rts.mike.example.dev.crm.service.UserService
- com.vaadin.flow.spring.security.VaadinWebSecurity
- hu.rts.mike.example.dev.crm.entity.Vendor
- hu.rts.mike.example.dev.crm.rest.controller.VendorController
- hu.rts.mike.example.dev.crm.model.converter.VendorConverter (implements hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>)
- hu.rts.mike.example.dev.crm.model.VendorDto
- hu.rts.mike.example.dev.crm.repository.VendorRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom)
- hu.rts.mike.example.dev.crm.service.VendorService
Interface Hierarchy
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.config.DtoConverter<E,D>
- hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.component.grid.filter.FilterComponent
- hu.rts.mike.example.dev.crm.component.grid.filter.HasDefaultValue<T>
- hu.rts.mike.example.dev.crm.entity.HasTranslationName
- hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
- hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)