Uses of Class
de.narimo.georepo.server.appconfig.AppLayersConfiguration
-
Packages that use AppLayersConfiguration Package Description de.narimo.georepo.server.api de.narimo.georepo.server.appconfig de.narimo.georepo.server.repository -
-
Uses of AppLayersConfiguration in de.narimo.georepo.server.api
Methods in de.narimo.georepo.server.api with parameters of type AppLayersConfiguration Modifier and Type Method Description javax.ws.rs.core.ResponseAppController. saveAppLayersConfiguration(javax.ws.rs.core.SecurityContext sec, AppLayersConfiguration appLayersConfiguration) -
Uses of AppLayersConfiguration in de.narimo.georepo.server.appconfig
Methods in de.narimo.georepo.server.appconfig that return AppLayersConfiguration Modifier and Type Method Description AppLayersConfigurationAppSettingsService. getAppLayersConfiguration(String appkey)Methods in de.narimo.georepo.server.appconfig with parameters of type AppLayersConfiguration Modifier and Type Method Description voidAppSettingsService. saveAppLayersConfiguration(AppLayersConfiguration layersConfiguration) -
Uses of AppLayersConfiguration in de.narimo.georepo.server.repository
Methods in de.narimo.georepo.server.repository that return AppLayersConfiguration Modifier and Type Method Description static AppLayersConfigurationAppSettingsRepository. getAppLayersConfiguration(String appkey)Methods in de.narimo.georepo.server.repository with parameters of type AppLayersConfiguration Modifier and Type Method Description static voidAppSettingsRepository. saveAppLayersConfiguration(AppLayersConfiguration appLayersConfiguration)
-