Uses of Class
de.narimo.georepo.server.api.AppBaseLayersConfiguration
-
Packages that use AppBaseLayersConfiguration Package Description de.narimo.georepo.server.api de.narimo.georepo.server.appconfig de.narimo.georepo.server.repository -
-
Uses of AppBaseLayersConfiguration in de.narimo.georepo.server.api
Methods in de.narimo.georepo.server.api with parameters of type AppBaseLayersConfiguration Modifier and Type Method Description javax.ws.rs.core.ResponseAppController. saveAppBaseLayersConfiguration(javax.ws.rs.core.SecurityContext sec, AppBaseLayersConfiguration appBaseLayersConfiguration) -
Uses of AppBaseLayersConfiguration in de.narimo.georepo.server.appconfig
Methods in de.narimo.georepo.server.appconfig that return AppBaseLayersConfiguration Modifier and Type Method Description AppBaseLayersConfigurationAppSettingsService. getAppBaseLayersConfiguration(String appkey)Methods in de.narimo.georepo.server.appconfig with parameters of type AppBaseLayersConfiguration Modifier and Type Method Description voidAppSettingsService. saveAppBaseLayersConfiguration(AppBaseLayersConfiguration baseLayersConfiguration) -
Uses of AppBaseLayersConfiguration in de.narimo.georepo.server.repository
Methods in de.narimo.georepo.server.repository that return AppBaseLayersConfiguration Modifier and Type Method Description static AppBaseLayersConfigurationAppSettingsRepository. getAppBaseLayersConfiguration(String appkey)Methods in de.narimo.georepo.server.repository with parameters of type AppBaseLayersConfiguration Modifier and Type Method Description static voidAppSettingsRepository. saveAppBaseLayersConfiguration(AppBaseLayersConfiguration appBaseLayersConfiguration)
-