Uses of Interface
org.tailormap.api.repository.GeoServiceRepository
Packages that use GeoServiceRepository
Package
Description
-
Uses of GeoServiceRepository in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type GeoServiceRepositoryModifierConstructorDescriptionPopulateTestData
(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, org.springframework.jdbc.core.simple.JdbcClient jdbcClient) -
Uses of GeoServiceRepository in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type GeoServiceRepositoryModifierConstructorDescriptionAppRestControllerAdvice
(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) -
Uses of GeoServiceRepository in org.tailormap.api.controller.admin
Constructors in org.tailormap.api.controller.admin with parameters of type GeoServiceRepositoryModifierConstructorDescriptionGeoServiceAdminController
(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks) -
Uses of GeoServiceRepository in org.tailormap.api.persistence.helper
Constructors in org.tailormap.api.persistence.helper with parameters of type GeoServiceRepositoryModifierConstructorDescriptionApplicationHelper
(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService, SearchIndexRepository searchIndexRepository)