Observe-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- 7338 discussions
19 Sep '24
Tony CHEMIT pushed new branch release/9.3.7 at ultreiaio / ird-observe
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/tree/release/9.3.7
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop-9.3.x] [jgitflow-maven-plugin]updating poms for 9.3.8-SNAPSHOT development[skip ci]
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
1864a030 by Tony Chemit at 2024-09-19T15:08:54+02:00
[jgitflow-maven-plugin]updating poms for 9.3.8-SNAPSHOT development[skip ci]
- - - - -
30 changed files:
- client/configuration/pom.xml
- client/core/pom.xml
- client/datasource/actions/pom.xml
- client/datasource/editor/api-test/pom.xml
- client/datasource/editor/api/pom.xml
- client/datasource/editor/common/pom.xml
- client/datasource/editor/ll-validation/pom.xml
- client/datasource/editor/ll/pom.xml
- client/datasource/editor/pom.xml
- client/datasource/editor/ps-validation/pom.xml
- client/datasource/editor/ps/pom.xml
- client/datasource/editor/spi/pom.xml
- client/datasource/pom.xml
- client/pom.xml
- client/runner/pom.xml
- core/api/dto-consolidation/pom.xml
- core/api/dto-decoration/pom.xml
- core/api/dto-pairing/pom.xml
- core/api/dto-validation/pom.xml
- core/api/dto/pom.xml
- core/api/pom.xml
- core/api/services/pom.xml
- core/api/tree/pom.xml
- core/api/validation/pom.xml
- core/persistence/avdth/pom.xml
- core/persistence/consolidation/pom.xml
- core/persistence/decoration/pom.xml
- core/persistence/java/pom.xml
- core/persistence/migration/pom.xml
- core/persistence/pom.xml
The diff was not included because it is too large.
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1864a030ebc18581253dc2c68…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1864a030ebc18581253dc2c68…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop-9.3.x] L'action n'est active que si une source de donnée est active - See #2826
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
0ba99c91 by Tony Chemit at 2024-09-19T15:07:42+02:00
L'action n'est active que si une source de donnée est active - See #2826
- - - - -
5 changed files:
- client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
- client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
- client/runner/src/main/i18n/translations/client-runner_en_GB.properties
- client/runner/src/main/i18n/translations/client-runner_es_ES.properties
- client/runner/src/main/i18n/translations/client-runner_fr_FR.properties
Changes:
=====================================
client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
=====================================
@@ -38,6 +38,8 @@ import fr.ird.observe.decoration.DecoratorService;
import fr.ird.observe.navigation.id.Project;
import fr.ird.observe.server.security.InvalidAuthenticationTokenException;
import fr.ird.observe.services.ObserveServiceMainFactory;
+import io.ultreia.java4all.bean.AbstractJavaBean;
+import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
import io.ultreia.java4all.i18n.I18n;
import io.ultreia.java4all.util.sql.SqlScript;
import org.apache.logging.log4j.LogManager;
@@ -60,9 +62,11 @@ import java.util.UUID;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 5.0
*/
-public class ObserveDataSourcesManager implements Closeable {
+@GenerateJavaBeanDefinition
+public class ObserveDataSourcesManager extends AbstractJavaBean implements Closeable {
private static final Logger log = LogManager.getLogger(ObserveDataSourcesManager.class);
+ public static final String PROPERTY_MAIN_DATA_SOURCE = "mainDataSource";
private final List<ObserveSwingDataSource> dataSources = new LinkedList<>();
private final ClientConfig config;
private final ObserveServiceMainFactory serviceFactory;
@@ -149,6 +153,7 @@ public class ObserveDataSourcesManager implements Closeable {
public void setMainDataSource(ObserveSwingDataSource dataSource) {
this.dataSource = dataSource;
+ firePropertyChange(PROPERTY_MAIN_DATA_SOURCE, dataSource);
}
public Optional<ObserveSwingDataSource> getOptionalMainDataSource() {
=====================================
client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.datasource.editor.ps.data.dcp.presets;
import com.google.auto.service.AutoService;
import fr.ird.observe.client.ObserveSwingApplicationContext;
+import fr.ird.observe.client.datasource.api.ObserveDataSourcesManager;
import fr.ird.observe.client.datasource.api.ObserveSwingDataSource;
import fr.ird.observe.client.datasource.editor.ps.data.dcp.actions.ShowFloatingObjectPresetsUI;
import fr.ird.observe.client.main.ObserveMainUI;
@@ -31,6 +32,7 @@ import fr.ird.observe.client.main.body.MainUIBodyContent;
import io.ultreia.java4all.util.SingletonSupplier;
import org.nuiton.jaxx.runtime.context.JAXXInitialContext;
+import javax.swing.JMenuItem;
import java.util.function.Supplier;
/**
@@ -65,6 +67,13 @@ public class FloatingObjectPresetsUIBodyContent extends MainUIBodyContent<Floati
@Override
public void install(ObserveMainUI mainUI) {
super.install(mainUI);
- ShowFloatingObjectPresetsUI.init(mainUI, mainUI.getShowFloatingObjectPresets(), new ShowFloatingObjectPresetsUI());
+ ObserveSwingApplicationContext applicationContext = (ObserveSwingApplicationContext) ObserveSwingApplicationContext.get();
+ ObserveDataSourcesManager dataSourcesManager = applicationContext.getDataSourcesManager();
+ JMenuItem editor = mainUI.getShowFloatingObjectPresets();
+ dataSourcesManager.addPropertyChangeListener(ObserveDataSourcesManager.PROPERTY_MAIN_DATA_SOURCE, evt -> {
+ ObserveSwingDataSource newValue = (ObserveSwingDataSource) evt.getNewValue();
+ editor.setEnabled(newValue != null);
+ });
+ ShowFloatingObjectPresetsUI.init(mainUI, editor, new ShowFloatingObjectPresetsUI());
}
}
=====================================
client/runner/src/main/i18n/translations/client-runner_en_GB.properties
=====================================
@@ -398,7 +398,7 @@ observe.ui.action.exit=Quit
observe.ui.action.exit.tip=quit Observe
observe.ui.action.export.tip=Export
observe.ui.action.floatingObjectPresets=Manage floating object presets
-observe.ui.action.floatingObjectPresets.tip=Manage floating object presets
+observe.ui.action.floatingObjectPresets.tip=Manage floating object presets (requires an open data source)
observe.ui.action.goDown.tip=Go down in navigation tree
observe.ui.action.goUp.tip=Go up in navigation tree
observe.ui.action.goto.next.stage=Next step
=====================================
client/runner/src/main/i18n/translations/client-runner_es_ES.properties
=====================================
@@ -398,7 +398,7 @@ observe.ui.action.exit=Salir
observe.ui.action.exit.tip=Salir de ObServe
observe.ui.action.export.tip=Export
observe.ui.action.floatingObjectPresets=Manage floating object presets \#TODO
-observe.ui.action.floatingObjectPresets.tip=Manage floating object presets \#TODO
+observe.ui.action.floatingObjectPresets.tip=Manage floating object presets (requires an open data source) \#TODO
observe.ui.action.goDown.tip=Descender hacia etapas porteriores
observe.ui.action.goUp.tip=Ascender hacia etapas anteriores
observe.ui.action.goto.next.stage=Siguiente
=====================================
client/runner/src/main/i18n/translations/client-runner_fr_FR.properties
=====================================
@@ -398,7 +398,7 @@ observe.ui.action.exit=Quitter
observe.ui.action.exit.tip=Quitter ObServe
observe.ui.action.export.tip=Exporter
observe.ui.action.floatingObjectPresets=Gérer les objets flottants de référence
-observe.ui.action.floatingObjectPresets.tip=Gérer les objets flottants de référence
+observe.ui.action.floatingObjectPresets.tip=Gérer les objets flottants de référence (nécessite une source de données ouverte)
observe.ui.action.goDown.tip=Descendre dans la navigation
observe.ui.action.goUp.tip=Remonter dans la navigation
observe.ui.action.goto.next.stage=Suivant
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/0ba99c91aeb12044cebfefe92…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/0ba99c91aeb12044cebfefe92…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] L'action n'est active que si une source de donnée est active - See #2826
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
82041437 by Tony Chemit at 2024-09-19T15:07:24+02:00
L'action n'est active que si une source de donnée est active - See #2826
- - - - -
5 changed files:
- client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
- client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
- client/runner/src/main/i18n/translations/client-runner_en_GB.properties
- client/runner/src/main/i18n/translations/client-runner_es_ES.properties
- client/runner/src/main/i18n/translations/client-runner_fr_FR.properties
Changes:
=====================================
client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
=====================================
@@ -38,6 +38,8 @@ import fr.ird.observe.decoration.DecoratorService;
import fr.ird.observe.navigation.id.Project;
import fr.ird.observe.server.security.InvalidAuthenticationTokenException;
import fr.ird.observe.services.ObserveServiceMainFactory;
+import io.ultreia.java4all.bean.AbstractJavaBean;
+import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
import io.ultreia.java4all.i18n.I18n;
import io.ultreia.java4all.util.sql.SqlScript;
import org.apache.logging.log4j.LogManager;
@@ -60,9 +62,11 @@ import java.util.UUID;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 5.0
*/
-public class ObserveDataSourcesManager implements Closeable {
+@GenerateJavaBeanDefinition
+public class ObserveDataSourcesManager extends AbstractJavaBean implements Closeable {
private static final Logger log = LogManager.getLogger(ObserveDataSourcesManager.class);
+ public static final String PROPERTY_MAIN_DATA_SOURCE = "mainDataSource";
private final List<ObserveSwingDataSource> dataSources = new LinkedList<>();
private final ClientConfig config;
private final ObserveServiceMainFactory serviceFactory;
@@ -149,6 +153,7 @@ public class ObserveDataSourcesManager implements Closeable {
public void setMainDataSource(ObserveSwingDataSource dataSource) {
this.dataSource = dataSource;
+ firePropertyChange(PROPERTY_MAIN_DATA_SOURCE, dataSource);
}
public Optional<ObserveSwingDataSource> getOptionalMainDataSource() {
=====================================
client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.datasource.editor.ps.data.dcp.presets;
import com.google.auto.service.AutoService;
import fr.ird.observe.client.ObserveSwingApplicationContext;
+import fr.ird.observe.client.datasource.api.ObserveDataSourcesManager;
import fr.ird.observe.client.datasource.api.ObserveSwingDataSource;
import fr.ird.observe.client.datasource.editor.ps.data.dcp.actions.ShowFloatingObjectPresetsUI;
import fr.ird.observe.client.main.ObserveMainUI;
@@ -31,6 +32,7 @@ import fr.ird.observe.client.main.body.MainUIBodyContent;
import io.ultreia.java4all.util.SingletonSupplier;
import org.nuiton.jaxx.runtime.context.JAXXInitialContext;
+import javax.swing.JMenuItem;
import java.util.function.Supplier;
/**
@@ -65,6 +67,13 @@ public class FloatingObjectPresetsUIBodyContent extends MainUIBodyContent<Floati
@Override
public void install(ObserveMainUI mainUI) {
super.install(mainUI);
- ShowFloatingObjectPresetsUI.init(mainUI, mainUI.getShowFloatingObjectPresets(), new ShowFloatingObjectPresetsUI());
+ ObserveSwingApplicationContext applicationContext = (ObserveSwingApplicationContext) ObserveSwingApplicationContext.get();
+ ObserveDataSourcesManager dataSourcesManager = applicationContext.getDataSourcesManager();
+ JMenuItem editor = mainUI.getShowFloatingObjectPresets();
+ dataSourcesManager.addPropertyChangeListener(ObserveDataSourcesManager.PROPERTY_MAIN_DATA_SOURCE, evt -> {
+ ObserveSwingDataSource newValue = (ObserveSwingDataSource) evt.getNewValue();
+ editor.setEnabled(newValue != null);
+ });
+ ShowFloatingObjectPresetsUI.init(mainUI, editor, new ShowFloatingObjectPresetsUI());
}
}
=====================================
client/runner/src/main/i18n/translations/client-runner_en_GB.properties
=====================================
@@ -399,7 +399,7 @@ observe.ui.action.exit=Quit
observe.ui.action.exit.tip=quit Observe
observe.ui.action.export.tip=Export
observe.ui.action.floatingObjectPresets=Manage floating object presets
-observe.ui.action.floatingObjectPresets.tip=Manage floating object presets
+observe.ui.action.floatingObjectPresets.tip=Manage floating object presets (requires an open data source)
observe.ui.action.goDown.tip=Go down in navigation tree
observe.ui.action.goUp.tip=Go up in navigation tree
observe.ui.action.goto.next.stage=Next step
=====================================
client/runner/src/main/i18n/translations/client-runner_es_ES.properties
=====================================
@@ -399,7 +399,7 @@ observe.ui.action.exit=Salir
observe.ui.action.exit.tip=Salir de ObServe
observe.ui.action.export.tip=Export
observe.ui.action.floatingObjectPresets=Manage floating object presets \#TODO
-observe.ui.action.floatingObjectPresets.tip=Manage floating object presets \#TODO
+observe.ui.action.floatingObjectPresets.tip=Manage floating object presets (requires an open data source) \#TODO
observe.ui.action.goDown.tip=Descender hacia etapas porteriores
observe.ui.action.goUp.tip=Ascender hacia etapas anteriores
observe.ui.action.goto.next.stage=Siguiente
=====================================
client/runner/src/main/i18n/translations/client-runner_fr_FR.properties
=====================================
@@ -399,7 +399,7 @@ observe.ui.action.exit=Quitter
observe.ui.action.exit.tip=Quitter ObServe
observe.ui.action.export.tip=Exporter
observe.ui.action.floatingObjectPresets=Gérer les objets flottants de référence
-observe.ui.action.floatingObjectPresets.tip=Gérer les objets flottants de référence
+observe.ui.action.floatingObjectPresets.tip=Gérer les objets flottants de référence (nécessite une source de données ouverte)
observe.ui.action.goDown.tip=Descendre dans la navigation
observe.ui.action.goUp.tip=Remonter dans la navigation
observe.ui.action.goto.next.stage=Suivant
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/820414376fb4b9d08df15ac7c…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/820414376fb4b9d08df15ac7c…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop-9.3.x] 2 commits: Do it for Report adapters (add some equals on Parameters to be able to test them) - See #2938
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
e6da8389 by Tony Chemit at 2024-09-19T14:47:40+02:00
Do it for Report adapters (add some equals on Parameters to be able to test them) - See #2938
- - - - -
250b74cd by Tony Chemit at 2024-09-19T15:03:07+02:00
L'action n'est active que si une source de donnée est active - See #2826
- - - - -
12 changed files:
- client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
- client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/ReportVariableSupport.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportRepeatVariableAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableSupportAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfAbsoluteDeltaIsPositive.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfEquals18nReferentialValue.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfNumericalValueIsPositive.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportColumnRenderersParametersAdapterTest.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportRepeatVariableAdapterTest.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportVariableAdapterTest.java
Changes:
=====================================
client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
=====================================
@@ -38,6 +38,8 @@ import fr.ird.observe.decoration.DecoratorService;
import fr.ird.observe.navigation.id.Project;
import fr.ird.observe.server.security.InvalidAuthenticationTokenException;
import fr.ird.observe.services.ObserveServiceMainFactory;
+import io.ultreia.java4all.bean.AbstractJavaBean;
+import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
import io.ultreia.java4all.i18n.I18n;
import io.ultreia.java4all.util.sql.SqlScript;
import org.apache.logging.log4j.LogManager;
@@ -60,9 +62,11 @@ import java.util.UUID;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 5.0
*/
-public class ObserveDataSourcesManager implements Closeable {
+@GenerateJavaBeanDefinition
+public class ObserveDataSourcesManager extends AbstractJavaBean implements Closeable {
private static final Logger log = LogManager.getLogger(ObserveDataSourcesManager.class);
+ public static final String PROPERTY_MAIN_DATA_SOURCE = "mainDataSource";
private final List<ObserveSwingDataSource> dataSources = new LinkedList<>();
private final ClientConfig config;
private final ObserveServiceMainFactory serviceFactory;
@@ -149,6 +153,7 @@ public class ObserveDataSourcesManager implements Closeable {
public void setMainDataSource(ObserveSwingDataSource dataSource) {
this.dataSource = dataSource;
+ firePropertyChange(PROPERTY_MAIN_DATA_SOURCE, dataSource);
}
public Optional<ObserveSwingDataSource> getOptionalMainDataSource() {
=====================================
client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.datasource.editor.ps.data.dcp.presets;
import com.google.auto.service.AutoService;
import fr.ird.observe.client.ObserveSwingApplicationContext;
+import fr.ird.observe.client.datasource.api.ObserveDataSourcesManager;
import fr.ird.observe.client.datasource.api.ObserveSwingDataSource;
import fr.ird.observe.client.datasource.editor.ps.data.dcp.actions.ShowFloatingObjectPresetsUI;
import fr.ird.observe.client.main.ObserveMainUI;
@@ -31,6 +32,7 @@ import fr.ird.observe.client.main.body.MainUIBodyContent;
import io.ultreia.java4all.util.SingletonSupplier;
import org.nuiton.jaxx.runtime.context.JAXXInitialContext;
+import javax.swing.JMenuItem;
import java.util.function.Supplier;
/**
@@ -65,6 +67,13 @@ public class FloatingObjectPresetsUIBodyContent extends MainUIBodyContent<Floati
@Override
public void install(ObserveMainUI mainUI) {
super.install(mainUI);
- ShowFloatingObjectPresetsUI.init(mainUI, mainUI.getShowFloatingObjectPresets(), new ShowFloatingObjectPresetsUI());
+ ObserveSwingApplicationContext applicationContext = (ObserveSwingApplicationContext) ObserveSwingApplicationContext.get();
+ ObserveDataSourcesManager dataSourcesManager = applicationContext.getDataSourcesManager();
+ JMenuItem editor = mainUI.getShowFloatingObjectPresets();
+ dataSourcesManager.addPropertyChangeListener(ObserveDataSourcesManager.PROPERTY_MAIN_DATA_SOURCE, evt -> {
+ ObserveSwingDataSource newValue = (ObserveSwingDataSource) evt.getNewValue();
+ editor.setEnabled(newValue != null);
+ });
+ ShowFloatingObjectPresetsUI.init(mainUI, editor, new ShowFloatingObjectPresetsUI());
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/ReportVariableSupport.java
=====================================
@@ -64,6 +64,10 @@ public abstract class ReportVariableSupport<V, D extends ReportVariableDefinitio
return definition().getName();
}
+ public final String getComment() {
+ return definition().getComment();
+ }
+
public final Class<V> getType() {
return definition().getType();
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportRepeatVariableAdapter.java
=====================================
@@ -23,15 +23,10 @@ package fr.ird.observe.report.json;
*/
import com.google.auto.service.AutoService;
-import com.google.gson.JsonDeserializationContext;
-import com.google.gson.JsonObject;
-import com.google.gson.reflect.TypeToken;
import fr.ird.observe.report.ReportRepeatVariable;
import fr.ird.observe.report.definition.ReportRepeatVariableDefinition;
import io.ultreia.java4all.util.json.JsonAdapter;
-import java.lang.reflect.Type;
-
/**
* Created on 14/12/2022.
*
@@ -46,16 +41,4 @@ public class ReportRepeatVariableAdapter<V> extends ReportVariableSupportAdapter
return ReportRepeatVariable.class;
}
- @Override
- protected Type definitionType() {
- return new TypeToken<ReportRepeatVariableDefinition<V>>() {
- }.getType();
- }
-
- @Override
- protected ReportRepeatVariable<V> deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportRepeatVariableDefinition<V> definition) {
- ReportRepeatVariable<V> result = new ReportRepeatVariable<>(definition);
- deserializeValues(context, jsonObject, result);
- return result;
- }
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableAdapter.java
=====================================
@@ -27,13 +27,11 @@ import com.google.auto.service.AutoService;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
-import com.google.gson.reflect.TypeToken;
+import com.google.gson.JsonSerializationContext;
import fr.ird.observe.report.ReportVariable;
import fr.ird.observe.report.definition.ReportVariableDefinition;
import io.ultreia.java4all.util.json.JsonAdapter;
-import java.lang.reflect.Type;
-
/**
* @author Tony Chemit - dev(a)tchemit.fr
*/
@@ -46,22 +44,24 @@ public class ReportVariableAdapter<V> extends ReportVariableSupportAdapter<V, Re
}
@Override
- protected Type definitionType() {
- return new TypeToken<ReportVariableDefinition<V>>() {
- }.getType();
+ protected void deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportVariable<V> variable) {
+ super.deserialize(context, jsonObject, variable);
+ deserializeSelectedValue(context, jsonObject, variable);
}
@Override
- protected ReportVariable<V> deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportVariableDefinition<V> definition) {
- ReportVariable<V> result = new ReportVariable<>(definition);
- deserializeValues(context, jsonObject, result);
- deserializeSelectedValue(context, jsonObject, result);
- return result;
+ public void serialize(ReportVariable<V> src, JsonSerializationContext context, JsonObject jsonObject) {
+ super.serialize(src, context, jsonObject);
+ if (src.getSelectedValue() != null) {
+ jsonObject.add(ReportVariable.PROPERTY_SELECTED_VALUE, context.serialize(src.getSelectedValue()));
+ }
}
protected void deserializeSelectedValue(JsonDeserializationContext context, JsonObject jsonObject, ReportVariable<V> variable) {
JsonElement json = jsonObject.get(ReportVariable.PROPERTY_SELECTED_VALUE);
- V selectedValue = deserializeValue(context, variable.getType(), json);
- variable.setSelectedValue(selectedValue);
+ if (json != null) {
+ V selectedValue = deserializeValue(context, variable.getType(), json);
+ variable.setSelectedValue(selectedValue);
+ }
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableSupportAdapter.java
=====================================
@@ -28,6 +28,9 @@ import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
+import com.google.gson.JsonSerializationContext;
+import com.google.gson.JsonSerializer;
+import com.google.gson.reflect.TypeToken;
import fr.ird.observe.report.ReportVariableSupport;
import fr.ird.observe.report.definition.ReportVariableDefinitionSupport;
import io.ultreia.java4all.util.json.JsonAdapter;
@@ -44,21 +47,38 @@ import java.util.Set;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 9.0.22
*/
-public abstract class ReportVariableSupportAdapter<V, D extends ReportVariableDefinitionSupport<V>, R extends ReportVariableSupport<V, D>> implements JsonAdapter, JsonDeserializer<R> {
+public abstract class ReportVariableSupportAdapter<V, D extends ReportVariableDefinitionSupport<V>, R extends ReportVariableSupport<V, D>> implements JsonAdapter, JsonSerializer<R>, JsonDeserializer<R> {
- protected abstract Type definitionType();
+ @Override
+ public JsonElement serialize(R src, Type typeOfSrc, JsonSerializationContext context) {
+ JsonObject jsonObject = new JsonObject();
+ jsonObject.add("V", context.serialize(src.definition().getType()));
+ jsonObject.add("D", context.serialize(src.definition().getClass()));
+ serialize(src, context, jsonObject);
+ return jsonObject;
+ }
- protected abstract R deserialize(JsonDeserializationContext context, JsonObject jsonObject, D definition);
+ protected void serialize(R src, JsonSerializationContext context, JsonObject jsonObject) {
+ jsonObject.add(ReportVariableSupport.PROPERTY_DEFINITION, context.serialize(src.definition()));
+ jsonObject.add(ReportVariableSupport.PROPERTY_VALUES, context.serialize(src.getValues()));
+ }
@Override
public final R deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
JsonObject jsonObject = json.getAsJsonObject();
- D definition = deserializeDefinition(context, jsonObject);
- return deserialize(context, jsonObject, definition);
+ Class<V> vType = context.deserialize(jsonObject.get("V"), Class.class);
+ Class<D> dType = context.deserialize(jsonObject.get("D"), Class.class);
+ Type definitionType = TypeToken.getParameterized(dType, vType).getType();
+
+ D definition = context.deserialize(jsonObject.get(ReportVariableSupport.PROPERTY_DEFINITION), definitionType);
+ @SuppressWarnings("unchecked") R variable = (R) definition.toVariable();
+
+ deserialize(context, jsonObject, variable);
+ return variable;
}
- protected D deserializeDefinition(JsonDeserializationContext context, JsonObject jsonObject) {
- return context.deserialize(jsonObject.get(ReportVariableSupport.PROPERTY_DEFINITION), definitionType());
+ protected void deserialize(JsonDeserializationContext context, JsonObject jsonObject, R variable) {
+ deserializeValues(context, jsonObject, variable);
}
protected void deserializeValues(JsonDeserializationContext context, JsonObject jsonObject, R variable) {
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfAbsoluteDeltaIsPositive.java
=====================================
@@ -31,6 +31,7 @@ import org.jdesktop.swingx.decorator.ComponentAdapter;
import org.jdesktop.swingx.decorator.HighlightPredicate;
import java.awt.Component;
+import java.util.Objects;
import static fr.ird.observe.report.renderers.HighlightIfAbsoluteDeltaIsPositive.Parameters;
@@ -116,6 +117,19 @@ public class HighlightIfAbsoluteDeltaIsPositive implements ColumnRendererConsume
public double getErrorThreshHold() {
return errorThreshHold;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return getColumn1() == that.getColumn1() && getColumn2() == that.getColumn2() && Double.compare(getWarningThreshHold(), that.getWarningThreshHold()) == 0 && Double.compare(getErrorThreshHold(), that.getErrorThreshHold()) == 0;
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumn1(), getColumn2(), getWarningThreshHold(), getErrorThreshHold());
+ }
}
static class ParametersHighlightPredicate implements HighlightPredicate {
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfEquals18nReferentialValue.java
=====================================
@@ -155,5 +155,18 @@ public class HighlightIfEquals18nReferentialValue implements ColumnRendererConsu
public Parameters setLabel(String labelError, String labelOk) {
return new Parameters(columns, idError, idOk, labelError, labelOk);
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return Objects.equals(getColumns(), that.getColumns()) && Objects.equals(getIdError(), that.getIdError()) && Objects.equals(getIdOk(), that.getIdOk()) && Objects.equals(getLabelError(), that.getLabelError()) && Objects.equals(getLabelOk(), that.getLabelOk());
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumns(), getIdError(), getIdOk(), getLabelError(), getLabelOk());
+ }
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfNumericalValueIsPositive.java
=====================================
@@ -31,6 +31,7 @@ import org.jdesktop.swingx.decorator.ComponentAdapter;
import org.jdesktop.swingx.decorator.HighlightPredicate;
import java.awt.Component;
+import java.util.Objects;
import static fr.ird.observe.report.renderers.HighlightIfNumericalValueIsPositive.Parameters;
@@ -110,6 +111,19 @@ public class HighlightIfNumericalValueIsPositive implements ColumnRendererConsum
public double getWarningThreshHold() {
return warningThreshHold;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return getColumn() == that.getColumn() && Double.compare(getWarningThreshHold(), that.getWarningThreshHold()) == 0 && Double.compare(getErrorThreshHold(), that.getErrorThreshHold()) == 0;
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumn(), getWarningThreshHold(), getErrorThreshHold());
+ }
}
static class ParametersHighlightPredicate implements HighlightPredicate {
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportColumnRenderersParametersAdapterTest.java
=====================================
@@ -0,0 +1,66 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import fr.ird.observe.report.ReportColumnRenderersParameters;
+import fr.ird.observe.report.renderers.HighlightIfAbsoluteDeltaIsPositive;
+import fr.ird.observe.report.renderers.HighlightIfEquals18nReferentialValue;
+import fr.ird.observe.report.renderers.HighlightIfNumericalValueIsPositive;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.util.List;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportColumnRenderersParametersAdapterTest {
+
+ private static void assertEquals(ReportColumnRenderersParameters expected, ReportColumnRenderersParameters actual) {
+ Assert.assertEquals(expected.getColumnRendererParameters(), actual.getColumnRendererParameters());
+ }
+
+ @Test
+ public void test() {
+
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportColumnRenderersParameters expected = new ReportColumnRenderersParameters(List.of(
+ new HighlightIfAbsoluteDeltaIsPositive().parseParameters("0|1|0.5f|0.1f"),
+ new HighlightIfEquals18nReferentialValue().parseParameters("0,1,2|ok|error"),
+ new HighlightIfNumericalValueIsPositive().parseParameters("0|1.0f|2.5f")
+ ));
+
+ String json = gson.toJson(expected);
+ ReportColumnRenderersParameters actual = gson.fromJson(json, ReportColumnRenderersParameters.class);
+ assertEquals(expected, actual);
+ }
+}
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportRepeatVariableAdapterTest.java
=====================================
@@ -0,0 +1,74 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import com.google.gson.reflect.TypeToken;
+import fr.ird.observe.report.ReportRepeatVariable;
+import fr.ird.observe.report.definition.ReportRepeatVariableDefinition;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.util.Set;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportRepeatVariableAdapterTest {
+
+ private static <V> void assertEquals(ReportRepeatVariable<V> expected, ReportRepeatVariable<V> actual) {
+ Assert.assertEquals(expected.definition(), actual.definition());
+ Assert.assertEquals(expected.getName(), actual.getName());
+ Assert.assertEquals(expected.getRequest(), actual.getRequest());
+ Assert.assertEquals(expected.getComment(), actual.getComment());
+ Assert.assertEquals(expected.getType(), actual.getType());
+ Assert.assertEquals(expected.getValues(), actual.getValues());
+ Assert.assertEquals(expected.isAddNullValue(), actual.isAddNullValue());
+ }
+
+ @Test
+ public void test() {
+
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportRepeatVariable<String> expected = new ReportRepeatVariable<>(new ReportRepeatVariableDefinition<>(
+ "name",
+ String.class,
+ "Request",
+ "Comment",
+ false
+ ));
+ expected.setValues(Set.of("a", "b", "c"));
+
+ String json = gson.toJson(expected);
+ ReportRepeatVariable<String> actual = gson.fromJson(json, TypeToken.getParameterized(ReportRepeatVariable.class, String.class).getType());
+ assertEquals(expected, actual);
+ }
+}
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportVariableAdapterTest.java
=====================================
@@ -0,0 +1,80 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import com.google.gson.reflect.TypeToken;
+import fr.ird.observe.report.ReportVariable;
+import fr.ird.observe.report.definition.ReportVariableDefinition;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.lang.reflect.Type;
+import java.util.Set;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportVariableAdapterTest {
+
+ private static <V> void assertEquals(ReportVariable<V> expected, ReportVariable<V> actual) {
+ Assert.assertEquals(expected.definition(), actual.definition());
+ Assert.assertEquals(expected.getName(), actual.getName());
+ Assert.assertEquals(expected.getRequest(), actual.getRequest());
+ Assert.assertEquals(expected.getComment(), actual.getComment());
+ Assert.assertEquals(expected.getType(), actual.getType());
+ Assert.assertEquals(expected.getValues(), actual.getValues());
+ Assert.assertEquals(expected.getSelectedValue(), actual.getSelectedValue());
+ }
+
+ @Test
+ public void test() {
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportVariable<String> expected = new ReportVariable<>(new ReportVariableDefinition<>(
+ "name",
+ String.class,
+ "Request",
+ "Comment"
+ ));
+ expected.setValues(Set.of("a", "b", "c"));
+
+ String json = gson.toJson(expected);
+ Type type = TypeToken.getParameterized(ReportVariable.class, String.class).getType();
+ ReportVariable<String> actual = gson.fromJson(json, type);
+ Assert.assertEquals(expected, actual);
+
+ expected.setSelectedValue("a");
+ json = gson.toJson(expected);
+ actual = gson.fromJson(json, type);
+ assertEquals(expected, actual);
+
+ }
+}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/9afdaf04c3e33e0a57a795e5…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/9afdaf04c3e33e0a57a795e5…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] 2 commits: Do it for Report adapters (add some equals on Parameters to be able to test them) - See #2938
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
7e7bd7e0 by Tony Chemit at 2024-09-19T15:03:37+02:00
Do it for Report adapters (add some equals on Parameters to be able to test them) - See #2938
- - - - -
813f6b73 by Tony Chemit at 2024-09-19T15:03:41+02:00
L'action n'est active que si une source de donnée est active - See #2826
- - - - -
12 changed files:
- client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
- client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/ReportVariableSupport.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportRepeatVariableAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableSupportAdapter.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfAbsoluteDeltaIsPositive.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfEquals18nReferentialValue.java
- toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfNumericalValueIsPositive.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportColumnRenderersParametersAdapterTest.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportRepeatVariableAdapterTest.java
- + toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportVariableAdapterTest.java
Changes:
=====================================
client/core/src/main/java/fr/ird/observe/client/datasource/api/ObserveDataSourcesManager.java
=====================================
@@ -38,6 +38,8 @@ import fr.ird.observe.decoration.DecoratorService;
import fr.ird.observe.navigation.id.Project;
import fr.ird.observe.server.security.InvalidAuthenticationTokenException;
import fr.ird.observe.services.ObserveServiceMainFactory;
+import io.ultreia.java4all.bean.AbstractJavaBean;
+import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition;
import io.ultreia.java4all.i18n.I18n;
import io.ultreia.java4all.util.sql.SqlScript;
import org.apache.logging.log4j.LogManager;
@@ -60,9 +62,11 @@ import java.util.UUID;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 5.0
*/
-public class ObserveDataSourcesManager implements Closeable {
+@GenerateJavaBeanDefinition
+public class ObserveDataSourcesManager extends AbstractJavaBean implements Closeable {
private static final Logger log = LogManager.getLogger(ObserveDataSourcesManager.class);
+ public static final String PROPERTY_MAIN_DATA_SOURCE = "mainDataSource";
private final List<ObserveSwingDataSource> dataSources = new LinkedList<>();
private final ClientConfig config;
private final ObserveServiceMainFactory serviceFactory;
@@ -149,6 +153,7 @@ public class ObserveDataSourcesManager implements Closeable {
public void setMainDataSource(ObserveSwingDataSource dataSource) {
this.dataSource = dataSource;
+ firePropertyChange(PROPERTY_MAIN_DATA_SOURCE, dataSource);
}
public Optional<ObserveSwingDataSource> getOptionalMainDataSource() {
=====================================
client/datasource/editor/ps/src/main/java/fr/ird/observe/client/datasource/editor/ps/data/dcp/presets/FloatingObjectPresetsUIBodyContent.java
=====================================
@@ -24,6 +24,7 @@ package fr.ird.observe.client.datasource.editor.ps.data.dcp.presets;
import com.google.auto.service.AutoService;
import fr.ird.observe.client.ObserveSwingApplicationContext;
+import fr.ird.observe.client.datasource.api.ObserveDataSourcesManager;
import fr.ird.observe.client.datasource.api.ObserveSwingDataSource;
import fr.ird.observe.client.datasource.editor.ps.data.dcp.actions.ShowFloatingObjectPresetsUI;
import fr.ird.observe.client.main.ObserveMainUI;
@@ -31,6 +32,7 @@ import fr.ird.observe.client.main.body.MainUIBodyContent;
import io.ultreia.java4all.util.SingletonSupplier;
import org.nuiton.jaxx.runtime.context.JAXXInitialContext;
+import javax.swing.JMenuItem;
import java.util.function.Supplier;
/**
@@ -65,6 +67,13 @@ public class FloatingObjectPresetsUIBodyContent extends MainUIBodyContent<Floati
@Override
public void install(ObserveMainUI mainUI) {
super.install(mainUI);
- ShowFloatingObjectPresetsUI.init(mainUI, mainUI.getShowFloatingObjectPresets(), new ShowFloatingObjectPresetsUI());
+ ObserveSwingApplicationContext applicationContext = (ObserveSwingApplicationContext) ObserveSwingApplicationContext.get();
+ ObserveDataSourcesManager dataSourcesManager = applicationContext.getDataSourcesManager();
+ JMenuItem editor = mainUI.getShowFloatingObjectPresets();
+ dataSourcesManager.addPropertyChangeListener(ObserveDataSourcesManager.PROPERTY_MAIN_DATA_SOURCE, evt -> {
+ ObserveSwingDataSource newValue = (ObserveSwingDataSource) evt.getNewValue();
+ editor.setEnabled(newValue != null);
+ });
+ ShowFloatingObjectPresetsUI.init(mainUI, editor, new ShowFloatingObjectPresetsUI());
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/ReportVariableSupport.java
=====================================
@@ -64,6 +64,10 @@ public abstract class ReportVariableSupport<V, D extends ReportVariableDefinitio
return definition().getName();
}
+ public final String getComment() {
+ return definition().getComment();
+ }
+
public final Class<V> getType() {
return definition().getType();
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportRepeatVariableAdapter.java
=====================================
@@ -23,15 +23,10 @@ package fr.ird.observe.report.json;
*/
import com.google.auto.service.AutoService;
-import com.google.gson.JsonDeserializationContext;
-import com.google.gson.JsonObject;
-import com.google.gson.reflect.TypeToken;
import fr.ird.observe.report.ReportRepeatVariable;
import fr.ird.observe.report.definition.ReportRepeatVariableDefinition;
import io.ultreia.java4all.util.json.JsonAdapter;
-import java.lang.reflect.Type;
-
/**
* Created on 14/12/2022.
*
@@ -46,16 +41,4 @@ public class ReportRepeatVariableAdapter<V> extends ReportVariableSupportAdapter
return ReportRepeatVariable.class;
}
- @Override
- protected Type definitionType() {
- return new TypeToken<ReportRepeatVariableDefinition<V>>() {
- }.getType();
- }
-
- @Override
- protected ReportRepeatVariable<V> deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportRepeatVariableDefinition<V> definition) {
- ReportRepeatVariable<V> result = new ReportRepeatVariable<>(definition);
- deserializeValues(context, jsonObject, result);
- return result;
- }
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableAdapter.java
=====================================
@@ -27,13 +27,11 @@ import com.google.auto.service.AutoService;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
-import com.google.gson.reflect.TypeToken;
+import com.google.gson.JsonSerializationContext;
import fr.ird.observe.report.ReportVariable;
import fr.ird.observe.report.definition.ReportVariableDefinition;
import io.ultreia.java4all.util.json.JsonAdapter;
-import java.lang.reflect.Type;
-
/**
* @author Tony Chemit - dev(a)tchemit.fr
*/
@@ -46,22 +44,24 @@ public class ReportVariableAdapter<V> extends ReportVariableSupportAdapter<V, Re
}
@Override
- protected Type definitionType() {
- return new TypeToken<ReportVariableDefinition<V>>() {
- }.getType();
+ protected void deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportVariable<V> variable) {
+ super.deserialize(context, jsonObject, variable);
+ deserializeSelectedValue(context, jsonObject, variable);
}
@Override
- protected ReportVariable<V> deserialize(JsonDeserializationContext context, JsonObject jsonObject, ReportVariableDefinition<V> definition) {
- ReportVariable<V> result = new ReportVariable<>(definition);
- deserializeValues(context, jsonObject, result);
- deserializeSelectedValue(context, jsonObject, result);
- return result;
+ public void serialize(ReportVariable<V> src, JsonSerializationContext context, JsonObject jsonObject) {
+ super.serialize(src, context, jsonObject);
+ if (src.getSelectedValue() != null) {
+ jsonObject.add(ReportVariable.PROPERTY_SELECTED_VALUE, context.serialize(src.getSelectedValue()));
+ }
}
protected void deserializeSelectedValue(JsonDeserializationContext context, JsonObject jsonObject, ReportVariable<V> variable) {
JsonElement json = jsonObject.get(ReportVariable.PROPERTY_SELECTED_VALUE);
- V selectedValue = deserializeValue(context, variable.getType(), json);
- variable.setSelectedValue(selectedValue);
+ if (json != null) {
+ V selectedValue = deserializeValue(context, variable.getType(), json);
+ variable.setSelectedValue(selectedValue);
+ }
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/json/ReportVariableSupportAdapter.java
=====================================
@@ -28,6 +28,9 @@ import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
+import com.google.gson.JsonSerializationContext;
+import com.google.gson.JsonSerializer;
+import com.google.gson.reflect.TypeToken;
import fr.ird.observe.report.ReportVariableSupport;
import fr.ird.observe.report.definition.ReportVariableDefinitionSupport;
import io.ultreia.java4all.util.json.JsonAdapter;
@@ -44,21 +47,38 @@ import java.util.Set;
* @author Tony Chemit - dev(a)tchemit.fr
* @since 9.0.22
*/
-public abstract class ReportVariableSupportAdapter<V, D extends ReportVariableDefinitionSupport<V>, R extends ReportVariableSupport<V, D>> implements JsonAdapter, JsonDeserializer<R> {
+public abstract class ReportVariableSupportAdapter<V, D extends ReportVariableDefinitionSupport<V>, R extends ReportVariableSupport<V, D>> implements JsonAdapter, JsonSerializer<R>, JsonDeserializer<R> {
- protected abstract Type definitionType();
+ @Override
+ public JsonElement serialize(R src, Type typeOfSrc, JsonSerializationContext context) {
+ JsonObject jsonObject = new JsonObject();
+ jsonObject.add("V", context.serialize(src.definition().getType()));
+ jsonObject.add("D", context.serialize(src.definition().getClass()));
+ serialize(src, context, jsonObject);
+ return jsonObject;
+ }
- protected abstract R deserialize(JsonDeserializationContext context, JsonObject jsonObject, D definition);
+ protected void serialize(R src, JsonSerializationContext context, JsonObject jsonObject) {
+ jsonObject.add(ReportVariableSupport.PROPERTY_DEFINITION, context.serialize(src.definition()));
+ jsonObject.add(ReportVariableSupport.PROPERTY_VALUES, context.serialize(src.getValues()));
+ }
@Override
public final R deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
JsonObject jsonObject = json.getAsJsonObject();
- D definition = deserializeDefinition(context, jsonObject);
- return deserialize(context, jsonObject, definition);
+ Class<V> vType = context.deserialize(jsonObject.get("V"), Class.class);
+ Class<D> dType = context.deserialize(jsonObject.get("D"), Class.class);
+ Type definitionType = TypeToken.getParameterized(dType, vType).getType();
+
+ D definition = context.deserialize(jsonObject.get(ReportVariableSupport.PROPERTY_DEFINITION), definitionType);
+ @SuppressWarnings("unchecked") R variable = (R) definition.toVariable();
+
+ deserialize(context, jsonObject, variable);
+ return variable;
}
- protected D deserializeDefinition(JsonDeserializationContext context, JsonObject jsonObject) {
- return context.deserialize(jsonObject.get(ReportVariableSupport.PROPERTY_DEFINITION), definitionType());
+ protected void deserialize(JsonDeserializationContext context, JsonObject jsonObject, R variable) {
+ deserializeValues(context, jsonObject, variable);
}
protected void deserializeValues(JsonDeserializationContext context, JsonObject jsonObject, R variable) {
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfAbsoluteDeltaIsPositive.java
=====================================
@@ -31,6 +31,7 @@ import org.jdesktop.swingx.decorator.ComponentAdapter;
import org.jdesktop.swingx.decorator.HighlightPredicate;
import java.awt.Component;
+import java.util.Objects;
import static fr.ird.observe.report.renderers.HighlightIfAbsoluteDeltaIsPositive.Parameters;
@@ -116,6 +117,19 @@ public class HighlightIfAbsoluteDeltaIsPositive implements ColumnRendererConsume
public double getErrorThreshHold() {
return errorThreshHold;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return getColumn1() == that.getColumn1() && getColumn2() == that.getColumn2() && Double.compare(getWarningThreshHold(), that.getWarningThreshHold()) == 0 && Double.compare(getErrorThreshHold(), that.getErrorThreshHold()) == 0;
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumn1(), getColumn2(), getWarningThreshHold(), getErrorThreshHold());
+ }
}
static class ParametersHighlightPredicate implements HighlightPredicate {
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfEquals18nReferentialValue.java
=====================================
@@ -155,5 +155,18 @@ public class HighlightIfEquals18nReferentialValue implements ColumnRendererConsu
public Parameters setLabel(String labelError, String labelOk) {
return new Parameters(columns, idError, idOk, labelError, labelOk);
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return Objects.equals(getColumns(), that.getColumns()) && Objects.equals(getIdError(), that.getIdError()) && Objects.equals(getIdOk(), that.getIdOk()) && Objects.equals(getLabelError(), that.getLabelError()) && Objects.equals(getLabelOk(), that.getLabelOk());
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumns(), getIdError(), getIdOk(), getLabelError(), getLabelOk());
+ }
}
}
=====================================
toolkit/api-report/src/main/java/fr/ird/observe/report/renderers/HighlightIfNumericalValueIsPositive.java
=====================================
@@ -31,6 +31,7 @@ import org.jdesktop.swingx.decorator.ComponentAdapter;
import org.jdesktop.swingx.decorator.HighlightPredicate;
import java.awt.Component;
+import java.util.Objects;
import static fr.ird.observe.report.renderers.HighlightIfNumericalValueIsPositive.Parameters;
@@ -110,6 +111,19 @@ public class HighlightIfNumericalValueIsPositive implements ColumnRendererConsum
public double getWarningThreshHold() {
return warningThreshHold;
}
+
+ @Override
+ public boolean equals(Object o) {
+ if (this == o) return true;
+ if (!(o instanceof Parameters)) return false;
+ Parameters that = (Parameters) o;
+ return getColumn() == that.getColumn() && Double.compare(getWarningThreshHold(), that.getWarningThreshHold()) == 0 && Double.compare(getErrorThreshHold(), that.getErrorThreshHold()) == 0;
+ }
+
+ @Override
+ public int hashCode() {
+ return Objects.hash(getColumn(), getWarningThreshHold(), getErrorThreshHold());
+ }
}
static class ParametersHighlightPredicate implements HighlightPredicate {
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportColumnRenderersParametersAdapterTest.java
=====================================
@@ -0,0 +1,66 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import fr.ird.observe.report.ReportColumnRenderersParameters;
+import fr.ird.observe.report.renderers.HighlightIfAbsoluteDeltaIsPositive;
+import fr.ird.observe.report.renderers.HighlightIfEquals18nReferentialValue;
+import fr.ird.observe.report.renderers.HighlightIfNumericalValueIsPositive;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.util.List;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportColumnRenderersParametersAdapterTest {
+
+ private static void assertEquals(ReportColumnRenderersParameters expected, ReportColumnRenderersParameters actual) {
+ Assert.assertEquals(expected.getColumnRendererParameters(), actual.getColumnRendererParameters());
+ }
+
+ @Test
+ public void test() {
+
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportColumnRenderersParameters expected = new ReportColumnRenderersParameters(List.of(
+ new HighlightIfAbsoluteDeltaIsPositive().parseParameters("0|1|0.5f|0.1f"),
+ new HighlightIfEquals18nReferentialValue().parseParameters("0,1,2|ok|error"),
+ new HighlightIfNumericalValueIsPositive().parseParameters("0|1.0f|2.5f")
+ ));
+
+ String json = gson.toJson(expected);
+ ReportColumnRenderersParameters actual = gson.fromJson(json, ReportColumnRenderersParameters.class);
+ assertEquals(expected, actual);
+ }
+}
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportRepeatVariableAdapterTest.java
=====================================
@@ -0,0 +1,74 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import com.google.gson.reflect.TypeToken;
+import fr.ird.observe.report.ReportRepeatVariable;
+import fr.ird.observe.report.definition.ReportRepeatVariableDefinition;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.util.Set;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportRepeatVariableAdapterTest {
+
+ private static <V> void assertEquals(ReportRepeatVariable<V> expected, ReportRepeatVariable<V> actual) {
+ Assert.assertEquals(expected.definition(), actual.definition());
+ Assert.assertEquals(expected.getName(), actual.getName());
+ Assert.assertEquals(expected.getRequest(), actual.getRequest());
+ Assert.assertEquals(expected.getComment(), actual.getComment());
+ Assert.assertEquals(expected.getType(), actual.getType());
+ Assert.assertEquals(expected.getValues(), actual.getValues());
+ Assert.assertEquals(expected.isAddNullValue(), actual.isAddNullValue());
+ }
+
+ @Test
+ public void test() {
+
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportRepeatVariable<String> expected = new ReportRepeatVariable<>(new ReportRepeatVariableDefinition<>(
+ "name",
+ String.class,
+ "Request",
+ "Comment",
+ false
+ ));
+ expected.setValues(Set.of("a", "b", "c"));
+
+ String json = gson.toJson(expected);
+ ReportRepeatVariable<String> actual = gson.fromJson(json, TypeToken.getParameterized(ReportRepeatVariable.class, String.class).getType());
+ assertEquals(expected, actual);
+ }
+}
=====================================
toolkit/api-report/src/test/java/fr/ird/observe/report/json/ReportVariableAdapterTest.java
=====================================
@@ -0,0 +1,80 @@
+package fr.ird.observe.report.json;
+
+/*-
+ * #%L
+ * ObServe Toolkit :: API :: Report
+ * %%
+ * Copyright (C) 2008 - 2024 IRD, Ultreia.io
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/gpl-3.0.html>.
+ * #L%
+ */
+
+import com.google.gson.Gson;
+import com.google.gson.GsonBuilder;
+import com.google.gson.reflect.TypeToken;
+import fr.ird.observe.report.ReportVariable;
+import fr.ird.observe.report.definition.ReportVariableDefinition;
+import io.ultreia.java4all.util.json.JsonAdapterProvider;
+import org.junit.Assert;
+import org.junit.Test;
+
+import java.lang.reflect.Type;
+import java.util.Set;
+
+/**
+ * Created at 19/09/2024.
+ *
+ * @author Tony Chemit - dev(a)tchemit.fr
+ * @since 9.3.7
+ */
+public class ReportVariableAdapterTest {
+
+ private static <V> void assertEquals(ReportVariable<V> expected, ReportVariable<V> actual) {
+ Assert.assertEquals(expected.definition(), actual.definition());
+ Assert.assertEquals(expected.getName(), actual.getName());
+ Assert.assertEquals(expected.getRequest(), actual.getRequest());
+ Assert.assertEquals(expected.getComment(), actual.getComment());
+ Assert.assertEquals(expected.getType(), actual.getType());
+ Assert.assertEquals(expected.getValues(), actual.getValues());
+ Assert.assertEquals(expected.getSelectedValue(), actual.getSelectedValue());
+ }
+
+ @Test
+ public void test() {
+ GsonBuilder gsonBuilder = new GsonBuilder().serializeNulls().setPrettyPrinting();
+ JsonAdapterProvider.offers(gsonBuilder::registerTypeAdapter, gsonBuilder::registerTypeHierarchyAdapter);
+ Gson gson = gsonBuilder.create();
+
+ ReportVariable<String> expected = new ReportVariable<>(new ReportVariableDefinition<>(
+ "name",
+ String.class,
+ "Request",
+ "Comment"
+ ));
+ expected.setValues(Set.of("a", "b", "c"));
+
+ String json = gson.toJson(expected);
+ Type type = TypeToken.getParameterized(ReportVariable.class, String.class).getType();
+ ReportVariable<String> actual = gson.fromJson(json, type);
+ Assert.assertEquals(expected, actual);
+
+ expected.setSelectedValue("a");
+ json = gson.toJson(expected);
+ actual = gson.fromJson(json, type);
+ assertEquals(expected, actual);
+
+ }
+}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/e7cc9e17a3846303b9bc0be1…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/e7cc9e17a3846303b9bc0be1…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop-9.3.x] Mettre à null le commentaire Batch.comment si celui ci n'est constitué que d'espaces - Closes #2923
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
9afdaf04 by Tony Chemit at 2024-09-19T12:15:14+02:00
Mettre à null le commentaire Batch.comment si celui ci n'est constitué que d'espaces - Closes #2923
- - - - -
1 changed file:
- core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/localmarket/BatchReader.java
Changes:
=====================================
core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/localmarket/BatchReader.java
=====================================
@@ -116,8 +116,13 @@ public class BatchReader extends DataReader<Batch> {
String origin = resultSet.getString(8);
entity.setOrigin(origin);
String comment = resultSet.getString(9);
- entity.setComment(comment);
-
+ // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2923
+ if (comment != null) {
+ comment = comment.trim();
+ if (!comment.isEmpty()) {
+ entity.setComment(comment);
+ }
+ }
return entity;
}
}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/9afdaf04c3e33e0a57a795e51…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/9afdaf04c3e33e0a57a795e51…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] Mettre à null le commentaire Batch.comment si celui ci n'est constitué que d'espaces - Closes #2923
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
e7cc9e17 by Tony Chemit at 2024-09-19T12:15:22+02:00
Mettre à null le commentaire Batch.comment si celui ci n'est constitué que d'espaces - Closes #2923
- - - - -
1 changed file:
- core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/localmarket/BatchReader.java
Changes:
=====================================
core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/localmarket/BatchReader.java
=====================================
@@ -116,8 +116,13 @@ public class BatchReader extends DataReader<Batch> {
String origin = resultSet.getString(8);
entity.setOrigin(origin);
String comment = resultSet.getString(9);
- entity.setComment(comment);
-
+ // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2923
+ if (comment != null) {
+ comment = comment.trim();
+ if (!comment.isEmpty()) {
+ entity.setComment(comment);
+ }
+ }
return entity;
}
}
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/e7cc9e17a3846303b9bc0be19…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/e7cc9e17a3846303b9bc0be19…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop-9.3.x] 7 commits: Make deploy war works again \o/
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop-9.3.x at ultreiaio / ird-observe
Commits:
a6f03145 by Tony Chemit at 2024-09-19T10:12:08+02:00
Make deploy war works again \o/
- - - - -
e37ae573 by Tony Chemit at 2024-09-19T10:12:49+02:00
Unify profile name for tests
- - - - -
917af5ec by Tony Chemit at 2024-09-19T10:13:17+02:00
Add minor property to deploy at a better place
- - - - -
7edb83ea by Tony Chemit at 2024-09-19T10:13:35+02:00
Improve deploy release process
- - - - -
2a56a795 by Tony Chemit at 2024-09-19T12:11:14+02:00
Fix validation mapping.json file location
- - - - -
ece42953 by Tony Chemit at 2024-09-19T12:11:15+02:00
update pom
- - - - -
be40090b by Tony Chemit at 2024-09-19T12:11:15+02:00
Mettre à null le commentaire Activity.comment si celui ci n'est constitué que d'espaces - Closes #2923
- - - - -
15 changed files:
- .gitlab-ci.yml
- client/datasource/editor/ll-validation/pom.xml
- + client/datasource/editor/ll-validation/src/main/resources/META-INF/validation/mapping.json
- client/datasource/editor/ps-validation/pom.xml
- + client/datasource/editor/ps-validation/src/main/resources/META-INF/validation/mapping.json
- client/runner/pom.xml
- core/api/validation/pom.xml
- + core/api/validation/src/main/filtered-resources/META-INF/validation/mapping.json
- − core/api/validation/src/main/filtered-resources/META-INF/validation/model-xwork2.json
- core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/ActivityReader.java
- core/persistence/test/pom.xml
- core/services/pom.xml
- observe/pom.xml
- pom.xml
- server/runner/pom.xml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -47,7 +47,7 @@ cache:
environment:
name: test
script:
- - if [ -n "${BUILD_FOR_RELEASE}" ]; then ultreiaio-maven-execute 'clean install -U -e -DperformRelease -Pdeploy -Dmaven.tomcat.skip'; fi
+ - if [ -n "${BUILD_FOR_RELEASE}" ]; then ultreiaio-maven-execute 'clean install -U -e -DperformRelease -Ptests'; fi
.publish-site: &publish-site
environment:
=====================================
client/datasource/editor/ll-validation/pom.xml
=====================================
@@ -67,21 +67,6 @@
</dependency>
</dependencies>
<build>
- <!-- FIXME Remove this when validation-maven-plugin will better deal with the mapping file (push it to resources directory) -->
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- <resource>
- <directory>${project.basedir}/target/generated-sources/java</directory>
- <includes>
- <include>**/mapping.json</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>io.ultreia.java4all.validation</groupId>
=====================================
client/datasource/editor/ll-validation/src/main/resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,3 @@
+{
+ "fr.ird.observe.client.datasource.editor.ll.data.observation.SetDetailCompositionUIModelStates-update-error": "fr.ird.observe.client.datasource.editor.ll.data.observation.SetDetailCompositionUIModelStatesValidatorOnUpdateForError"
+}
\ No newline at end of file
=====================================
client/datasource/editor/ps-validation/pom.xml
=====================================
@@ -77,21 +77,6 @@
</dependency>
</dependencies>
<build>
- <!-- FIXME Remove this when validation-maven-plugin will better deal with the mapping file (push it to resources directory) -->
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- <resource>
- <directory>${project.basedir}/target/generated-sources/java</directory>
- <includes>
- <include>**/mapping.json</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>io.ultreia.java4all.validation</groupId>
=====================================
client/datasource/editor/ps-validation/src/main/resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,5 @@
+{
+ "fr.ird.observe.client.datasource.editor.ps.data.logbook.LightActivityUIModel-create-error": "fr.ird.observe.client.datasource.editor.ps.data.logbook.LightActivityUIModelValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPreset-create-error": "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPresetValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPreset-create-warning": "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPresetValidatorOnCreateForWarning"
+}
\ No newline at end of file
=====================================
client/runner/pom.xml
=====================================
@@ -522,7 +522,7 @@
</build>
</profile>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>client-test</name>
=====================================
core/api/validation/pom.xml
=====================================
@@ -247,6 +247,7 @@
<phase>generate-resources</phase>
<configuration>
<src>${basedir}/src/main/filtered-resources</src>
+ <mappingTarget>${basedir}/src/main/filtered-resources</mappingTarget>
<validationContextType>fr.ird.observe.dto.validation.DtoValidationContext</validationContextType>
</configuration>
</execution>
@@ -390,7 +391,7 @@
</build>
<profiles>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>validation-test</name>
=====================================
core/api/validation/src/main/filtered-resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,698 @@
+{
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-create-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-create-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-update-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-update-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripDto-create-error": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.TripDto-create-warning": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripDto-update-error": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.TripDto-update-warning": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-create-error": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-create-warning": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-update-error": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-update-warning": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-create-error": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-create-warning": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-update-error": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-update-warning": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-create-error": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-update-error": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-create-error": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-update-error": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-create-error": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-update-error": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-baitsComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraBaitsCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-branchlinesComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraBranchlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-floatlinesComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraFloatlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-hooksComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraHooksCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-create-warning": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-update-warning": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BasketDto-create-error": "fr.ird.observe.dto.data.ll.observation.BasketDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BasketDto-update-error": "fr.ird.observe.dto.data.ll.observation.BasketDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-create-error": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-update-error": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-create-error": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-create-warning": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-update-error": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-update-warning": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-create-error": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-create-warning": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-update-error": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-update-warning": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SectionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SectionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SectionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-create-error": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-update-error": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-create-error": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-update-error": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-baitsComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraBaitsCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-branchlinesComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraBranchlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-floatlinesComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraFloatlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-hooksComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraHooksCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-create-error": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-update-error": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-create-error": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-create-warning": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-update-error": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-update-warning": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-create-error": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-create-warning": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-update-error": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-update-warning": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-create-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-create-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-update-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-update-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripDto-create-error": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripDto-update-error": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-create-error": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-update-error": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-create-error": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-update-error": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-create-error": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-create-warning": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-update-error": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-update-warning": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.TripLandingDto-create-error": "fr.ird.observe.dto.data.ps.landing.TripLandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.landing.TripLandingDto-update-error": "fr.ird.observe.dto.data.ps.landing.TripLandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.TripBatchDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.TripBatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.TripBatchDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.TripBatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDto-create-error": "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDto-update-error": "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-create-error": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-update-error": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-create-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-update-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-create-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-update-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-create-error": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-update-error": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-create-error": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-update-error": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-create-error": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-update-error": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-create-error": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-create-warning": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-update-error": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-update-warning": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-create-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-update-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-create-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-update-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-create-error": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-create-warning": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-update-error": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-update-warning": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-create-error": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-create-warning": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-update-error": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-update-warning": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SampleDto-create-error": "fr.ird.observe.dto.data.ps.observation.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleDto-update-error": "fr.ird.observe.dto.data.ps.observation.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-create-error": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-update-error": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetCatchDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetCatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetCatchDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetCatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-create-error": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-create-warning": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-update-error": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-update-warning": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.CountryDto-create-error": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.CountryDto-create-warning": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.CountryDto-update-error": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.CountryDto-update-warning": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-create-error": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-create-warning": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-update-error": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-update-warning": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-create-error": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-create-warning": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-update-error": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-update-warning": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearDto-create-error": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearDto-create-warning": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearDto-update-error": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearDto-update-warning": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.HarbourDto-create-error": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.HarbourDto-create-warning": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.HarbourDto-update-error": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.HarbourDto-update-warning": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-create-error": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-create-warning": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-update-error": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-update-warning": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-create-error": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-create-warning": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-update-error": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-update-warning": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.OceanDto-create-error": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.OceanDto-create-warning": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.OceanDto-update-error": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.OceanDto-update-warning": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.OrganismDto-create-error": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.OrganismDto-create-warning": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.OrganismDto-update-error": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.OrganismDto-update-warning": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.PersonDto-create-error": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.PersonDto-create-warning": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.PersonDto-update-error": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.PersonDto-update-warning": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SexDto-create-error": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SexDto-create-warning": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SexDto-update-error": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SexDto-update-warning": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-create-error": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-create-warning": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-update-error": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-update-warning": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-create-error": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-create-warning": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-update-error": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-update-warning": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-create-error": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-create-warning": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-update-error": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-update-warning": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselDto-create-error": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselDto-create-warning": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselDto-update-error": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselDto-update-warning": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-create-error": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-create-warning": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-update-error": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-update-warning": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-create-error": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-create-warning": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-update-error": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-update-warning": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-create-error": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-create-warning": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-update-error": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-update-warning": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-create-error": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-create-warning": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-update-error": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-update-warning": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WindDto-create-error": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WindDto-create-warning": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WindDto-update-error": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WindDto-update-warning": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-create-error": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-update-error": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-create-error": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-create-warning": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-update-error": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-update-warning": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-create-error": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-update-error": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-create-error": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-update-error": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-create-error": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-update-error": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-create-error": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-create-warning": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-update-error": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-update-warning": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-create-error": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-create-warning": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-update-error": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-update-warning": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-create-error": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-create-warning": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-update-error": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-update-warning": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-create-error": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-update-error": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-create-error": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-create-warning": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-update-error": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-update-warning": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-create-error": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-update-error": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-create-error": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-update-error": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-create-error": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-update-error": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-create-error": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-update-error": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-create-error": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-update-error": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-create-error": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-update-error": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-create-error": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-update-error": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-create-error": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-update-error": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-create-error": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-update-error": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-create-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-update-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-create-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-update-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-create-error": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-update-error": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-create-error": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-create-warning": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-update-error": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-update-warning": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-create-error": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-create-warning": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-update-error": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-update-warning": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-create-error": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-create-warning": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-update-error": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-update-warning": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-create-error": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-create-warning": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-update-error": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-update-warning": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-create-error": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-update-error": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-create-error": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-update-error": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-create-error": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-update-error": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-create-error": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-update-error": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-create-error": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-update-error": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnUpdateForWarning"
+}
\ No newline at end of file
=====================================
core/api/validation/src/main/filtered-resources/META-INF/validation/model-xwork2.json deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/ActivityReader.java
=====================================
@@ -312,7 +312,14 @@ public class ActivityReader extends DataReader<Activity> {
Wind wind = dataContext.getWind(((Number) windSpeed).intValue());
entity.setWind(wind);
}
- entity.setComment(resultSet.getString(34));
+ String comment = resultSet.getString(34);
+ // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2923
+ if (comment != null) {
+ comment = comment.trim();
+ if (!comment.isEmpty()) {
+ entity.setComment(comment);
+ }
+ }
String fpaZoneCode = resultSet.getString(35);
entity.setCurrentFpaZone(dataContext.getFpaZone(fpaZoneCode));
return entity;
=====================================
core/persistence/test/pom.xml
=====================================
@@ -130,7 +130,7 @@
</build>
<profiles>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>persistence-test</name>
=====================================
core/services/pom.xml
=====================================
@@ -276,7 +276,7 @@
</build>
</profile>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>run-tck</name>
=====================================
observe/pom.xml
=====================================
@@ -76,7 +76,7 @@
<artifactId>wagon-maven-plugin</artifactId>
<configuration>
<serverId>doc.ultreia.io</serverId>
- <url>scpexe://ultreia.io/var/www/observe/release/observe/${major}</url>
+ <url>scpexe://ultreia.io/var/www/observe/release/observe/${major}/${minor}</url>
</configuration>
<executions>
<execution>
@@ -173,7 +173,7 @@
<id>deploy-release</id>
<activation>
<property>
- <name>deploy</name>
+ <name>deployRelease</name>
<value>true</value>
</property>
</activation>
=====================================
pom.xml
=====================================
@@ -23,7 +23,7 @@
<parent>
<groupId>io.ultreia.maven</groupId>
<artifactId>pom</artifactId>
- <version>2024.40</version>
+ <version>2024.41</version>
</parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
@@ -83,6 +83,7 @@
<stageId>frirdobserve</stageId>
<java.version>11</java.version>
<major>9.x</major>
+ <minor>9.3.x</minor>
<!-- dev version -->
<devMode>true</devMode>
<model.name>Observe</model.name>
@@ -1080,7 +1081,7 @@
<goal>release-finish</goal>
</goals>
<configuration>
- <arguments>-DperformRelease -Pdeploy -Pdeploy-release</arguments>
+ <arguments>-DperformRelease -Ptests -DdeployRelease</arguments>
</configuration>
</execution>
</executions>
=====================================
server/runner/pom.xml
=====================================
@@ -316,7 +316,7 @@
<id>deploy</id>
<activation>
<property>
- <name>deploy</name>
+ <name>deployRelease</name>
<value>true</value>
</property>
</activation>
@@ -324,26 +324,23 @@
<classifier>${project.version}</classifier>
</properties>
<build>
- <defaultGoal>deploy</defaultGoal>
+ <defaultGoal>verify</defaultGoal>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>wagon-maven-plugin</artifactId>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
- <serverId>doc.ultreia.io</serverId>
- <url>scpexe://ultreia.io/opt/tomcat9/webapps</url>
+ <url>https://demo.ultreia.io/manager/text</url>
+ <server>ultreiaio.tomcat</server>
+ <path>/observe-${project.version}</path>
</configuration>
<executions>
<execution>
- <id>deploy-war</id>
+ <id>default-redeploy-only</id>
<goals>
- <goal>upload-single</goal>
+ <goal>redeploy-only</goal>
</goals>
- <phase>deploy</phase>
- <configuration>
- <fromFile>${project.build.directory}/observe-server-${project.version}.war</fromFile>
- <toFile>observe-${project.version}.war</toFile>
- </configuration>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/d2b0e347d2283d8fdae61217…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/d2b0e347d2283d8fdae61217…
You're receiving this email because of your account on gitlab.com.
1
0
[Git][ultreiaio/ird-observe][develop] 7 commits: Make deploy war works again \o/
by Tony CHEMIT (@tchemit) 19 Sep '24
by Tony CHEMIT (@tchemit) 19 Sep '24
19 Sep '24
Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
d707d86f by Tony Chemit at 2024-09-19T10:27:06+02:00
Make deploy war works again \o/
- - - - -
c71123a1 by Tony Chemit at 2024-09-19T10:27:06+02:00
Unify profile name for tests
- - - - -
6f2ef9f1 by Tony Chemit at 2024-09-19T10:27:40+02:00
Add minor property to deploy at a better place
- - - - -
119f939a by Tony Chemit at 2024-09-19T10:27:40+02:00
Improve deploy release process
- - - - -
6cefe02c by Tony Chemit at 2024-09-19T12:11:44+02:00
Fix validation mapping.json file location
- - - - -
a49559b3 by Tony Chemit at 2024-09-19T12:11:44+02:00
update pom
- - - - -
9bd5034f by Tony Chemit at 2024-09-19T12:11:44+02:00
Mettre à null le commentaire Activity.comment si celui ci n'est constitué que d'espaces - Closes #2923
- - - - -
15 changed files:
- .gitlab-ci.yml
- client/datasource/editor/ll-validation/pom.xml
- + client/datasource/editor/ll-validation/src/main/resources/META-INF/validation/mapping.json
- client/datasource/editor/ps-validation/pom.xml
- + client/datasource/editor/ps-validation/src/main/resources/META-INF/validation/mapping.json
- client/runner/pom.xml
- core/api/validation/pom.xml
- + core/api/validation/src/main/filtered-resources/META-INF/validation/mapping.json
- − core/api/validation/src/main/filtered-resources/META-INF/validation/model-xwork2.json
- core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/ActivityReader.java
- core/persistence/test/pom.xml
- core/services/pom.xml
- observe/pom.xml
- pom.xml
- server/runner/pom.xml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -47,7 +47,7 @@ cache:
environment:
name: test
script:
- - if [ -n "${BUILD_FOR_RELEASE}" ]; then ultreiaio-maven-execute 'clean install -U -e -DperformRelease -Pdeploy -Dmaven.tomcat.skip'; fi
+ - if [ -n "${BUILD_FOR_RELEASE}" ]; then ultreiaio-maven-execute 'clean install -U -e -DperformRelease -Ptests'; fi
.publish-site: &publish-site
environment:
=====================================
client/datasource/editor/ll-validation/pom.xml
=====================================
@@ -67,21 +67,6 @@
</dependency>
</dependencies>
<build>
- <!-- FIXME Remove this when validation-maven-plugin will better deal with the mapping file (push it to resources directory) -->
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- <resource>
- <directory>${project.basedir}/target/generated-sources/java</directory>
- <includes>
- <include>**/mapping.json</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>io.ultreia.java4all.validation</groupId>
=====================================
client/datasource/editor/ll-validation/src/main/resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,3 @@
+{
+ "fr.ird.observe.client.datasource.editor.ll.data.observation.SetDetailCompositionUIModelStates-update-error": "fr.ird.observe.client.datasource.editor.ll.data.observation.SetDetailCompositionUIModelStatesValidatorOnUpdateForError"
+}
\ No newline at end of file
=====================================
client/datasource/editor/ps-validation/pom.xml
=====================================
@@ -77,21 +77,6 @@
</dependency>
</dependencies>
<build>
- <!-- FIXME Remove this when validation-maven-plugin will better deal with the mapping file (push it to resources directory) -->
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource>
- <resource>
- <directory>${project.basedir}/target/generated-sources/java</directory>
- <includes>
- <include>**/mapping.json</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<groupId>io.ultreia.java4all.validation</groupId>
=====================================
client/datasource/editor/ps-validation/src/main/resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,5 @@
+{
+ "fr.ird.observe.client.datasource.editor.ps.data.logbook.LightActivityUIModel-create-error": "fr.ird.observe.client.datasource.editor.ps.data.logbook.LightActivityUIModelValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPreset-create-error": "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPresetValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPreset-create-warning": "fr.ird.observe.dto.data.ps.dcp.FloatingObjectPresetValidatorOnCreateForWarning"
+}
\ No newline at end of file
=====================================
client/runner/pom.xml
=====================================
@@ -522,7 +522,7 @@
</build>
</profile>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>client-test</name>
=====================================
core/api/validation/pom.xml
=====================================
@@ -247,6 +247,7 @@
<phase>generate-resources</phase>
<configuration>
<src>${basedir}/src/main/filtered-resources</src>
+ <mappingTarget>${basedir}/src/main/filtered-resources</mappingTarget>
<validationContextType>fr.ird.observe.dto.validation.DtoValidationContext</validationContextType>
</configuration>
</execution>
@@ -390,7 +391,7 @@
</build>
<profiles>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>validation-test</name>
=====================================
core/api/validation/src/main/filtered-resources/META-INF/validation/mapping.json
=====================================
@@ -0,0 +1,698 @@
+{
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-create-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-create-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-update-error": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDto-update-warning": "fr.ird.observe.dto.data.ll.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripDto-create-error": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.TripDto-create-warning": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripDto-update-error": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.TripDto-update-warning": "fr.ird.observe.dto.data.ll.common.TripDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ll.common.TripGearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-create-error": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-create-warning": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-update-error": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingDto-update-warning": "fr.ird.observe.dto.data.ll.landing.LandingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-create-error": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-create-warning": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-update-error": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.landing.LandingPartDto-update-warning": "fr.ird.observe.dto.data.ll.landing.LandingPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-create-error": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-update-error": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivityDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-create-error": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-update-error": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.ActivitySampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.BaitsCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.BranchlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-create-error": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-update-error": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.CatchDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.FloatlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.HooksCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SampleDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SamplePartDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SamplePartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-create-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-baitsComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraBaitsCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-branchlinesComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraBranchlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-floatlinesComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraFloatlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-extra-hooksComposition-error": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateExtraHooksCompositionForError",
+ "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.logbook.SetGlobalCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-create-warning": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityDto-update-warning": "fr.ird.observe.dto.data.ll.observation.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivityEncounterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDto-create-error": "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDto-update-error": "fr.ird.observe.dto.data.ll.observation.ActivitySensorUsedDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BaitsCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BasketDto-create-error": "fr.ird.observe.dto.data.ll.observation.BasketDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BasketDto-update-error": "fr.ird.observe.dto.data.ll.observation.BasketDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-create-error": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-update-error": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlineDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BranchlineDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.BranchlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-create-error": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-create-warning": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-update-error": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.CatchDto-update-warning": "fr.ird.observe.dto.data.ll.observation.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-create-error": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-create-warning": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-update-error": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.EncounterDto-update-warning": "fr.ird.observe.dto.data.ll.observation.EncounterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.FloatlinesCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.HooksCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.HooksCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SectionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SectionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SectionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-create-error": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-update-error": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SectionTemplateDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SectionTemplateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-create-error": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-update-error": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SensorUsedDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SensorUsedDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetDetailCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-create-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-baitsComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraBaitsCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-branchlinesComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraBranchlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-floatlinesComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraFloatlinesCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-extra-hooksComposition-error": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateExtraHooksCompositionForError",
+ "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SetGlobalCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-create-error": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-create-warning": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-update-error": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.SizeMeasureDto-update-warning": "fr.ird.observe.dto.data.ll.observation.SizeMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-create-error": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-create-warning": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-update-error": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.TdrDto-update-warning": "fr.ird.observe.dto.data.ll.observation.TdrDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-create-error": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-create-warning": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-update-error": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ll.observation.WeightMeasureDto-update-warning": "fr.ird.observe.dto.data.ll.observation.WeightMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-create-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-create-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-update-error": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDto-update-warning": "fr.ird.observe.dto.data.ps.common.GearUseFeaturesMeasurementDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripDto-create-error": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripDto-update-error": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-create-error": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-update-error": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripGearUseFeaturesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-create-error": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-update-error": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLocalmarketDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripLocalmarketDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-create-error": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-create-warning": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-update-error": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.common.TripLogbookDto-update-warning": "fr.ird.observe.dto.data.ps.common.TripLogbookDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-create-error": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-create-warning": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-update-error": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.landing.LandingDto-update-warning": "fr.ird.observe.dto.data.ps.landing.LandingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.landing.TripLandingDto-create-error": "fr.ird.observe.dto.data.ps.landing.TripLandingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.landing.TripLandingDto-update-error": "fr.ird.observe.dto.data.ps.landing.TripLandingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.BatchDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.BatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SampleSpeciesMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.SurveyPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.TripBatchDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.TripBatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.TripBatchDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.TripBatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-create-error": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-create-warning": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-update-error": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.localmarket.WellIdDto-update-warning": "fr.ird.observe.dto.data.ps.localmarket.WellIdDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDto-create-error": "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDto-update-error": "fr.ird.observe.dto.data.ps.logbook.ActivityCatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.ActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-create-error": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-update-error": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.CatchDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-create-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-update-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-create-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-update-error": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.FloatingObjectPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-create-error": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-update-error": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.RouteDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.RouteDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-create-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-update-error": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.SampleSpeciesMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-create-error": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-update-error": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.TransmittingBuoyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivityDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellActivitySpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-create-error": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-create-warning": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-update-error": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.logbook.WellDto-update-warning": "fr.ird.observe.dto.data.ps.logbook.WellDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-create-error": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-update-error": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ActivityDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-create-error": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-create-warning": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-update-error": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.CatchDto-update-warning": "fr.ird.observe.dto.data.ps.observation.CatchDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-create-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectDto-update-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectObservedSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectObjectSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-create-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-create-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-update-error": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDto-update-warning": "fr.ird.observe.dto.data.ps.observation.FloatingObjectPartDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-create-error": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-create-warning": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-update-error": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDto-update-warning": "fr.ird.observe.dto.data.ps.observation.NonTargetCatchReleaseDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-create-error": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-update-error": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ObjectObservedSpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-create-warning": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDto-update-warning": "fr.ird.observe.dto.data.ps.observation.ObjectSchoolEstimateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-create-error": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-create-warning": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-update-error": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.RouteDto-update-warning": "fr.ird.observe.dto.data.ps.observation.RouteDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SampleDto-create-error": "fr.ird.observe.dto.data.ps.observation.SampleDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleDto-update-error": "fr.ird.observe.dto.data.ps.observation.SampleDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-create-error": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-update-error": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SampleMeasureDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SampleMeasureDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SchoolEstimateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetCatchDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetCatchDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetCatchDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetCatchDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-create-warning": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetDto-update-warning": "fr.ird.observe.dto.data.ps.observation.SetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDto-create-error": "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDto-update-error": "fr.ird.observe.dto.data.ps.observation.SetSchoolEstimateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-create-error": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-create-warning": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-update-error": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDto-update-warning": "fr.ird.observe.dto.data.ps.observation.TransmittingBuoyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.CountryDto-create-error": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.CountryDto-create-warning": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.CountryDto-update-error": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.CountryDto-update-warning": "fr.ird.observe.dto.referential.common.CountryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-create-error": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-create-warning": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-update-error": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.DataQualityDto-update-warning": "fr.ird.observe.dto.referential.common.DataQualityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-create-error": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-create-warning": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-update-error": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.FpaZoneDto-update-warning": "fr.ird.observe.dto.referential.common.FpaZoneDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicListItemDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-create-error": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-create-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-update-error": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto-update-warning": "fr.ird.observe.dto.referential.common.GearCharacteristicTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.GearDto-create-error": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.GearDto-create-warning": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.GearDto-update-error": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.GearDto-update-warning": "fr.ird.observe.dto.referential.common.GearDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.HarbourDto-create-error": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.HarbourDto-create-warning": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.HarbourDto-update-error": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.HarbourDto-update-warning": "fr.ird.observe.dto.referential.common.HarbourDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-create-error": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-create-warning": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-update-error": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.LengthLengthParameterDto-update-warning": "fr.ird.observe.dto.referential.common.LengthLengthParameterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-create-error": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-create-warning": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-update-error": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.LengthWeightParameterDto-update-warning": "fr.ird.observe.dto.referential.common.LengthWeightParameterDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.OceanDto-create-error": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.OceanDto-create-warning": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.OceanDto-update-error": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.OceanDto-update-warning": "fr.ird.observe.dto.referential.common.OceanDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.OrganismDto-create-error": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.OrganismDto-create-warning": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.OrganismDto-update-error": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.OrganismDto-update-warning": "fr.ird.observe.dto.referential.common.OrganismDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.PersonDto-create-error": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.PersonDto-create-warning": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.PersonDto-update-error": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.PersonDto-update-warning": "fr.ird.observe.dto.referential.common.PersonDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SexDto-create-error": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SexDto-create-warning": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SexDto-update-error": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SexDto-update-warning": "fr.ird.observe.dto.referential.common.SexDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-create-error": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-create-warning": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-update-error": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.ShipOwnerDto-update-warning": "fr.ird.observe.dto.referential.common.ShipOwnerDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-create-error": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-create-warning": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-update-error": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureMethodDto-update-warning": "fr.ird.observe.dto.referential.common.SizeMeasureMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-create-error": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-create-warning": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-update-error": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SizeMeasureTypeDto-update-warning": "fr.ird.observe.dto.referential.common.SizeMeasureTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-create-error": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-create-warning": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-update-error": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.SpeciesListDto-update-warning": "fr.ird.observe.dto.referential.common.SpeciesListDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselDto-create-error": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselDto-create-warning": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselDto-update-error": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselDto-update-warning": "fr.ird.observe.dto.referential.common.VesselDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-create-error": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-create-warning": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-update-error": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselSizeCategoryDto-update-warning": "fr.ird.observe.dto.referential.common.VesselSizeCategoryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-create-error": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-create-warning": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-update-error": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.VesselTypeDto-update-warning": "fr.ird.observe.dto.referential.common.VesselTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-create-error": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-create-warning": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-update-error": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureMethodDto-update-warning": "fr.ird.observe.dto.referential.common.WeightMeasureMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-create-error": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-create-warning": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-update-error": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WeightMeasureTypeDto-update-warning": "fr.ird.observe.dto.referential.common.WeightMeasureTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.common.WindDto-create-error": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.common.WindDto-create-warning": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.common.WindDto-update-error": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.common.WindDto-update-warning": "fr.ird.observe.dto.referential.common.WindDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-create-error": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-update-error": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.BaitTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.BaitTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-create-error": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-create-warning": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-update-error": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.CatchFateDto-update-warning": "fr.ird.observe.dto.referential.ll.common.CatchFateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-create-error": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-update-error": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HealthStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HealthStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-create-error": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-update-error": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookSizeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HookSizeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.HookTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.HookTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-create-error": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-update-error": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksColorDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksColorDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LightsticksTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.LineTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.LineTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.MitigationTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.MitigationTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-create-error": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-create-warning": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-update-error": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.ObservationMethodDto-update-warning": "fr.ird.observe.dto.referential.ll.common.ObservationMethodDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-create-error": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-create-warning": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-update-error": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto-update-warning": "fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-create-error": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-create-warning": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-update-error": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.ProgramDto-update-warning": "fr.ird.observe.dto.referential.ll.common.ProgramDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-create-error": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-update-error": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.SettingShapeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.SettingShapeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-create-error": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-update-error": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.TripTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.common.TripTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-create-error": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-create-warning": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-update-error": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.common.VesselActivityDto-update-warning": "fr.ird.observe.dto.referential.ll.common.VesselActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-create-error": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-update-error": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.CompanyDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.CompanyDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-create-error": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-update-error": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.ConservationDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.ConservationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-create-error": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-create-warning": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-update-error": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.landing.DataSourceDto-update-warning": "fr.ird.observe.dto.referential.ll.landing.DataSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-create-error": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-update-error": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-create-error": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-update-error": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.EncounterTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.HookPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.HookPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-create-error": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-update-error": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-create-error": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-update-error": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.MaturityStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorBrandDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorBrandDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-create-error": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-update-error": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.SensorTypeDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.SensorTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-create-error": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-create-warning": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-update-error": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto-update-warning": "fr.ird.observe.dto.referential.ll.observation.StomachFullnessDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-create-error": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-update-error": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObjectOperationDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObjectOperationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-create-error": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-update-error": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ObservedSystemDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ObservedSystemDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-create-error": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-update-error": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ProgramDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ProgramDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-create-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-update-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-create-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-create-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-update-error": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto-update-warning": "fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SampleTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SampleTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SchoolTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SchoolTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-create-error": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-create-warning": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-update-error": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.SpeciesFateDto-update-warning": "fr.ird.observe.dto.referential.ps.common.SpeciesFateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-create-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-update-error": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-create-error": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-create-warning": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-update-error": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.VesselActivityDto-update-warning": "fr.ird.observe.dto.referential.ps.common.VesselActivityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-create-error": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-create-warning": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-update-error": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.common.WeightCategoryDto-update-warning": "fr.ird.observe.dto.referential.ps.common.WeightCategoryDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-create-error": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-create-warning": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-update-error": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.landing.DestinationDto-update-warning": "fr.ird.observe.dto.referential.ps.landing.DestinationDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-create-error": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-create-warning": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-update-error": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.landing.FateDto-update-warning": "fr.ird.observe.dto.referential.ps.landing.FateDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.BuyerDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.BuyerDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-create-error": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-create-warning": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-update-error": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.localmarket.PackagingDto-update-warning": "fr.ird.observe.dto.referential.ps.localmarket.PackagingDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.InformationSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.SampleQualityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-create-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-update-error": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-create-error": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-update-error": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.DetectionModeDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.DetectionModeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-create-error": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-update-error": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.InformationSourceDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.InformationSourceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseHandlingPlaceDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-create-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-update-error": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-create-error": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-update-error": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-create-error": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-update-error": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDtoValidatorOnUpdateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-create-error": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnCreateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-create-warning": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnCreateForWarning",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-update-error": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnUpdateForError",
+ "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto-update-warning": "fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDtoValidatorOnUpdateForWarning"
+}
\ No newline at end of file
=====================================
core/api/validation/src/main/filtered-resources/META-INF/validation/model-xwork2.json deleted
=====================================
The diff for this file was not included because it is too large.
=====================================
core/persistence/avdth/src/main/java/fr/ird/observe/persistence/avdth/data/logbook/ActivityReader.java
=====================================
@@ -312,7 +312,14 @@ public class ActivityReader extends DataReader<Activity> {
Wind wind = dataContext.getWind(((Number) windSpeed).intValue());
entity.setWind(wind);
}
- entity.setComment(resultSet.getString(34));
+ String comment = resultSet.getString(34);
+ // See https://gitlab.com/ultreiaio/ird-observe/-/issues/2923
+ if (comment != null) {
+ comment = comment.trim();
+ if (!comment.isEmpty()) {
+ entity.setComment(comment);
+ }
+ }
String fpaZoneCode = resultSet.getString(35);
entity.setCurrentFpaZone(dataContext.getFpaZone(fpaZoneCode));
return entity;
=====================================
core/persistence/test/pom.xml
=====================================
@@ -130,7 +130,7 @@
</build>
<profiles>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>persistence-test</name>
=====================================
core/services/pom.xml
=====================================
@@ -276,7 +276,7 @@
</build>
</profile>
<profile>
- <id>deploy</id>
+ <id>tests</id>
<activation>
<property>
<name>run-tck</name>
=====================================
observe/pom.xml
=====================================
@@ -76,7 +76,7 @@
<artifactId>wagon-maven-plugin</artifactId>
<configuration>
<serverId>doc.ultreia.io</serverId>
- <url>scpexe://ultreia.io/var/www/observe/release/observe/${major}</url>
+ <url>scpexe://ultreia.io/var/www/observe/release/observe/${major}/${minor}</url>
</configuration>
<executions>
<execution>
@@ -173,7 +173,7 @@
<id>deploy-release</id>
<activation>
<property>
- <name>deploy</name>
+ <name>deployRelease</name>
<value>true</value>
</property>
</activation>
=====================================
pom.xml
=====================================
@@ -23,7 +23,7 @@
<parent>
<groupId>io.ultreia.maven</groupId>
<artifactId>pom</artifactId>
- <version>2024.40</version>
+ <version>2024.41</version>
</parent>
<groupId>fr.ird.observe</groupId>
<artifactId>ird-observe</artifactId>
@@ -83,6 +83,7 @@
<stageId>frirdobserve</stageId>
<java.version>11</java.version>
<major>9.x</major>
+ <minor>9.4.x</minor>
<!-- dev version -->
<devMode>true</devMode>
<model.name>Observe</model.name>
@@ -1077,7 +1078,7 @@
<goal>release-finish</goal>
</goals>
<configuration>
- <arguments>-DperformRelease -Pdeploy -Pdeploy-release</arguments>
+ <arguments>-DperformRelease -Ptests -DdeployRelease</arguments>
</configuration>
</execution>
</executions>
=====================================
server/runner/pom.xml
=====================================
@@ -316,7 +316,7 @@
<id>deploy</id>
<activation>
<property>
- <name>deploy</name>
+ <name>deployRelease</name>
<value>true</value>
</property>
</activation>
@@ -324,26 +324,23 @@
<classifier>${project.version}</classifier>
</properties>
<build>
- <defaultGoal>deploy</defaultGoal>
+ <defaultGoal>verify</defaultGoal>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>wagon-maven-plugin</artifactId>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
- <serverId>doc.ultreia.io</serverId>
- <url>scpexe://ultreia.io/opt/tomcat9/webapps</url>
+ <url>https://demo.ultreia.io/manager/text</url>
+ <server>ultreiaio.tomcat</server>
+ <path>/observe-${project.version}</path>
</configuration>
<executions>
<execution>
- <id>deploy-war</id>
+ <id>default-redeploy-only</id>
<goals>
- <goal>upload-single</goal>
+ <goal>redeploy-only</goal>
</goals>
- <phase>deploy</phase>
- <configuration>
- <fromFile>${project.build.directory}/observe-server-${project.version}.war</fromFile>
- <toFile>observe-${project.version}.war</toFile>
- </configuration>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/e6ee812b78e2e841ec999697…
--
View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/e6ee812b78e2e841ec999697…
You're receiving this email because of your account on gitlab.com.
1
0