Uses of Interface
nl.b3p.tailormap.api.repository.ApplicationRepository
-
-
Uses of ApplicationRepository in nl.b3p.tailormap.api.configuration.base
Constructors in nl.b3p.tailormap.api.configuration.base with parameters of type ApplicationRepository Constructor Description FrontController(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository) -
Uses of ApplicationRepository in nl.b3p.tailormap.api.configuration.dev
Constructors in nl.b3p.tailormap.api.configuration.dev with parameters of type ApplicationRepository Constructor Description PopulateTestData(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository) -
Uses of ApplicationRepository in nl.b3p.tailormap.api.controller
Constructors in nl.b3p.tailormap.api.controller with parameters of type ApplicationRepository Constructor Description AppRestControllerAdvice(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService)ViewerController(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) -
Uses of ApplicationRepository in nl.b3p.tailormap.api.persistence.helper
Constructors in nl.b3p.tailormap.api.persistence.helper with parameters of type ApplicationRepository Constructor Description ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService) -
Uses of ApplicationRepository in nl.b3p.tailormap.api.repository.validation
Constructors in nl.b3p.tailormap.api.repository.validation with parameters of type ApplicationRepository Constructor Description ApplicationValidator(ApplicationRepository applicationRepository)
-