Uses of Record Class
com.bluebell.greenhouse.platform.util.registry.SymbolRegistryEnrichmentUtil.FieldUpdate
Packages that use SymbolRegistryEnrichmentUtil.FieldUpdate
Package
Description
Contains utility classes for registry operations.
-
Uses of SymbolRegistryEnrichmentUtil.FieldUpdate in com.bluebell.greenhouse.platform.util.registry
Methods in com.bluebell.greenhouse.platform.util.registry that return SymbolRegistryEnrichmentUtil.FieldUpdateModifier and TypeMethodDescriptionSymbolRegistryEnrichmentUtil.applyExchangeMicField(String existingValue, String rawValue, boolean overwrite) Applies an exchange MIC when the existing value is blank or unresolved, or overwrite is enabled.SymbolRegistryEnrichmentUtil.applyStringField(String existingValue, String rawValue, boolean overwrite, boolean forceUppercase) Applies a string field when allowed by overwrite settings.SymbolRegistryEnrichmentUtil.setDoubleField(Double existingValue, double value) Sets a double field when the value changed.SymbolRegistryEnrichmentUtil.setNullField(Double existingValue) Sets a null field when the value changed.SymbolRegistryEnrichmentUtil.setStringArrayField(List<String> existingValues, List<String> values) Sets a string array field when the value changed.