Uses of Class
nl.b3p.tailormap.api.persistence.helper.GeoServiceHelper
-
Packages that use GeoServiceHelper Package Description nl.b3p.tailormap.api.configuration.dev nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.repository.validation -
-
Uses of GeoServiceHelper in nl.b3p.tailormap.api.configuration.dev
Constructors in nl.b3p.tailormap.api.configuration.dev with parameters of type GeoServiceHelper 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 GeoServiceHelper in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence with parameters of type GeoServiceHelper Modifier and Type Method Description ServiceGeoService. toJsonPojo(GeoServiceHelper geoServiceHelper) -
Uses of GeoServiceHelper in nl.b3p.tailormap.api.persistence.helper
Constructors in nl.b3p.tailormap.api.persistence.helper with parameters of type GeoServiceHelper Constructor Description ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService) -
Uses of GeoServiceHelper in nl.b3p.tailormap.api.repository.validation
Constructors in nl.b3p.tailormap.api.repository.validation with parameters of type GeoServiceHelper Constructor Description GeoServiceValidator(GeoServiceHelper geoServiceHelper)
-