Class ApplicationHelper
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.helper.ApplicationHelper
-
@Service public class ApplicationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetServiceApplication(String baseAppName, String projection, GeoService service)voidsetCrsAndBounds(Application a, MapResponse mapResponse)voidsetLayers(Application app, MapResponse mr)MapResponsetoMapResponse(Application app)
-
-
-
Constructor Detail
-
ApplicationHelper
public ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService)
-
-
Method Detail
-
getServiceApplication
public Application getServiceApplication(String baseAppName, String projection, GeoService service)
-
toMapResponse
@Transactional public MapResponse toMapResponse(Application app)
-
setCrsAndBounds
public void setCrsAndBounds(Application a, MapResponse mapResponse)
-
setLayers
public void setLayers(Application app, MapResponse mr)
-
-