Uses of Interface
org.tailormap.api.repository.ApplicationRepository
Package
Description
-
Uses of ApplicationRepository in org.tailormap.api.configuration.base
ModifierConstructorDescriptionFrontController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository) -
Uses of ApplicationRepository in org.tailormap.api.configuration.dev
ModifierConstructorDescriptionPopulateTestData
(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, SolrService solrService, TaskManagerService taskManagerService, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SearchIndexRepository searchIndexRepository, UploadRepository uploadRepository, PageRepository pageRepository) -
Uses of ApplicationRepository in org.tailormap.api.controller
ModifierConstructorDescriptionAppRestControllerAdvice
(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) PageController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, AuthorizationService authorizationService, PageRepository pageRepository, UploadHelper uploadHelper) ViewerController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService, UploadHelper uploadHelper) -
Uses of ApplicationRepository in org.tailormap.api.persistence.helper
ModifierConstructorDescriptionApplicationHelper
(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService, SearchIndexRepository searchIndexRepository) -
Uses of ApplicationRepository in org.tailormap.api.repository.validation