Uses of Class
org.tailormap.api.persistence.json.AppLayerSettings
Package
Description
-
Uses of AppLayerSettings in org.tailormap.api.persistence
Modifier and TypeMethodDescription@NotNull AppLayerSettings
Application.getAppLayerSettings
(@NotNull AppTreeLayerNode node) -
Uses of AppLayerSettings in org.tailormap.api.persistence.helper
Modifier and TypeMethodDescriptionstatic Map<String,
org.apache.commons.lang3.tuple.Pair<TMAttributeDescriptor, AttributeSettings>> TMFeatureTypeHelper.getConfiguredAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Return a map of attribute names (in order, using a LinkedHashMap implementation) to an attribute descriptor and configured settings pair, taking into account the configured attribute order and hidden attributes.TMFeatureTypeHelper.getHiddenAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) TMFeatureTypeHelper.getNonHiddenAttributeNames
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Get the non-hidden attribute names for a feature type.static Set<TMAttributeDescriptor>
TMFeatureTypeHelper.getNonHiddenAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) Get the non-hidden attribute descriptors for a feature type.TMFeatureTypeHelper.getReadOnlyAttributes
(@NotNull TMFeatureType featureType, @NotNull AppLayerSettings appLayerSettings) -
Uses of AppLayerSettings in org.tailormap.api.persistence.json
Modifier and TypeMethodDescriptionAppLayerSettings.addHideAttributesItem
(String hideAttributesItem) AppLayerSettings.addReadOnlyAttributesItem
(String readOnlyAttributesItem) AppLayerSettings.attribution
(String attribution) AppLayerSettings.autoRefreshInSeconds
(Double autoRefreshInSeconds) AppLayerSettings.description
(String description) AppLayerSettings.hideAttributes
(List<String> hideAttributes) AppLayerSettings.readOnlyAttributes
(List<String> readOnlyAttributes) AppLayerSettings.searchIndexId
(Long searchIndexId) Modifier and TypeMethodDescription@Valid Map<String,
AppLayerSettings> AppSettings.getLayerSettings()
Map of id of an AppTreeLayerNode to its' settings.Modifier and TypeMethodDescriptionAppSettings.putLayerSettingsItem
(String key, AppLayerSettings layerSettingsItem) Modifier and TypeMethodDescriptionAppSettings.layerSettings
(Map<String, AppLayerSettings> layerSettings) void
AppSettings.setLayerSettings
(Map<String, AppLayerSettings> layerSettings)