Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 4c9a0f43 by Tony Chemit at 2021-11-24T01:14:26+01:00 fix missing dependency - - - - - 951ff586 by Tony Chemit at 2021-11-24T01:50:23+01:00 Correction de quelques incohérences sur l'API public - See ultreiaio/ird-observe#2120 - - - - - ecf8995d by Tony Chemit at 2021-11-24T02:59:53+01:00 Affichage de l'arbre, souci sur le décompte des items - Closes #2116 - - - - - 6 changed files: - pom.xml - server/core/src/main/filtered-resources/META-INF/mapping-api-public.wm - services/api/pom.xml - services/api/src/main/java/fr/ird/observe/services/service/data/NavigationResult.java - services/local-impl/pom.xml - services/local-impl/src/main/java/fr/ird/observe/services/local/service/data/NavigationServiceLocalSupport.java Changes: ===================================== pom.xml ===================================== @@ -284,6 +284,11 @@ <artifactId>flexmark-util</artifactId> <version>${lib.version.flexmark}</version> </dependency> + <dependency> + <groupId>com.vladsch.flexmark</groupId> + <artifactId>flexmark-util-misc</artifactId> + <version>${lib.version.flexmark}</version> + </dependency> <dependency> <groupId>com.vladsch.flexmark</groupId> <artifactId>flexmark-util-ast</artifactId> @@ -336,7 +341,6 @@ <artifactId>toolkit-dto</artifactId> <version>${lib.version.toolkit}</version> </dependency> - <!-- Toolkit --> <dependency> <groupId>fr.ird.observe</groupId> <artifactId>toolkit-i18n</artifactId> @@ -1022,12 +1026,6 @@ <artifactId>swingx-painters</artifactId> <version>${lib.version.swingx}</version> </dependency> - <dependency> - <groupId>com.vladsch.flexmark</groupId> - <artifactId>flexmark-util-misc</artifactId> - <version>${lib.version.flexmark}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>io.ultreia.java4all.decorator</groupId> <artifactId>decorator-spi</artifactId> ===================================== server/core/src/main/filtered-resources/META-INF/mapping-api-public.wm ===================================== @@ -36,7 +36,7 @@ GET /data/ps/common/GearUseFeaturesMeasurement api.D GET /data/ps/common/Trip api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ps.common.TripDto POST /data/ps/common/Trip api.DataEntityServiceRestApi.create dtoType=fr.ird.observe.dto.data.ps.common.TripDto PUT /data/ps/common/Trip?id={} api.DataEntityServiceRestApi.update dtoType=fr.ird.observe.dto.data.ps.common.TripDto -DELETE /data/ps/common/Trip api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ps.common.TripDto +DELETE /data/ps/common/Trip?id={} api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ps.common.TripDto # Data : fr.ird.observe.entities.data.ps.observation.Activity GET /data/ps/observation/Activity api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ps.observation.ActivityDto @@ -141,7 +141,7 @@ GET /data/ll/common/GearUseFeaturesMeasurement api.D GET /data/ll/common/Trip api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ll.common.TripDto POST /data/ll/common/Trip api.DataEntityServiceRestApi.create dtoType=fr.ird.observe.dto.data.ll.common.TripDto PUT /data/ll/common/Trip?id={} api.DataEntityServiceRestApi.update dtoType=fr.ird.observe.dto.data.ll.common.TripDto -DELETE /data/ll/common/Trip api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ll.common.TripDto +DELETE /data/ll/common/Trip?id={} api.DataEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.data.ll.common.TripDto # Data : fr.ird.observe.entities.data.ll.observation.Activity GET /data/ll/observation/Activity api.DataEntityServiceRestApi.get dtoType=fr.ird.observe.dto.data.ll.observation.ActivityDto @@ -235,138 +235,165 @@ GET /referential/common/common api.R # Referential : fr.ird.observe.entities.referential.common.Country GET /referential/common/Country api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.CountryDto -PUT /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.CountryDto -POST /referential/common/Country api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.CountryDto +POST /referential/common/Country api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.CountryDto +PUT /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.CountryDto +DELETE /referential/common/Country?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.CountryDto # Referential : fr.ird.observe.entities.referential.common.DataQuality GET /referential/common/DataQuality api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.DataQualityDto -PUT /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.DataQualityDto -POST /referential/common/DataQuality api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.DataQualityDto +POST /referential/common/DataQuality api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.DataQualityDto +PUT /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.DataQualityDto +DELETE /referential/common/DataQuality?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.DataQualityDto # Referential : fr.ird.observe.entities.referential.common.FpaZone GET /referential/common/FpaZone api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto -PUT /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto -POST /referential/common/FpaZone api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto +POST /referential/common/FpaZone api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto +PUT /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto +DELETE /referential/common/FpaZone?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.FpaZoneDto # Referential : fr.ird.observe.entities.referential.common.Gear GET /referential/common/Gear api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearDto -PUT /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearDto -POST /referential/common/Gear api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearDto +POST /referential/common/Gear api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearDto +PUT /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearDto +DELETE /referential/common/Gear?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearDto # Referential : fr.ird.observe.entities.referential.common.GearCharacteristic GET /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto -PUT /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto -POST /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto +POST /referential/common/GearCharacteristic api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto +PUT /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto +DELETE /referential/common/GearCharacteristic?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicDto # Referential : fr.ird.observe.entities.referential.common.GearCharacteristicType GET /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto -PUT /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto -POST /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto +POST /referential/common/GearCharacteristicType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto +PUT /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto +DELETE /referential/common/GearCharacteristicType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.GearCharacteristicTypeDto # Referential : fr.ird.observe.entities.referential.common.Harbour GET /referential/common/Harbour api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.HarbourDto -PUT /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.HarbourDto -POST /referential/common/Harbour api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.HarbourDto +POST /referential/common/Harbour api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.HarbourDto +PUT /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.HarbourDto +DELETE /referential/common/Harbour?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.HarbourDto # Referential : fr.ird.observe.entities.referential.common.LengthLengthParameter GET /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto -PUT /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto -POST /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto +POST /referential/common/LengthLengthParameter api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto +PUT /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto +DELETE /referential/common/LengthLengthParameter?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthLengthParameterDto # Referential : fr.ird.observe.entities.referential.common.LengthMeasureMethod GET /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto -PUT /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto -POST /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto +POST /referential/common/LengthMeasureMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto +PUT /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto +DELETE /referential/common/LengthMeasureMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthMeasureMethodDto # Referential : fr.ird.observe.entities.referential.common.LengthWeightParameter GET /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto -PUT /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto -POST /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto +POST /referential/common/LengthWeightParameter api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto +PUT /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto +DELETE /referential/common/LengthWeightParameter?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.LengthWeightParameterDto # Referential : fr.ird.observe.entities.referential.common.Ocean GET /referential/common/Ocean api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.OceanDto -PUT /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OceanDto -POST /referential/common/Ocean api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OceanDto +POST /referential/common/Ocean api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OceanDto +PUT /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OceanDto +DELETE /referential/common/Ocean?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.OceanDto # Referential : fr.ird.observe.entities.referential.common.Organism GET /referential/common/Organism api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.OrganismDto -PUT /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OrganismDto -POST /referential/common/Organism api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OrganismDto +POST /referential/common/Organism api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.OrganismDto +PUT /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.OrganismDto +DELETE /referential/common/Organism?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.OrganismDto # Referential : fr.ird.observe.entities.referential.common.Person GET /referential/common/Person api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.PersonDto -PUT /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.PersonDto -POST /referential/common/Person api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.PersonDto +POST /referential/common/Person api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.PersonDto +PUT /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.PersonDto +DELETE /referential/common/Person?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.PersonDto # Referential : fr.ird.observe.entities.referential.common.Program GET /referential/common/Program api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.ProgramDto -PUT /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ProgramDto -POST /referential/common/Program api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ProgramDto +POST /referential/common/Program api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ProgramDto +PUT /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ProgramDto +DELETE /referential/common/Program?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.ProgramDto # Referential : fr.ird.observe.entities.referential.common.Sex GET /referential/common/Sex api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SexDto -PUT /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SexDto -POST /referential/common/Sex api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SexDto +POST /referential/common/Sex api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SexDto +PUT /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SexDto +DELETE /referential/common/Sex?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SexDto # Referential : fr.ird.observe.entities.referential.common.ShipOwner GET /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto -PUT /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto -POST /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto +POST /referential/common/ShipOwner api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto +PUT /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto +DELETE /referential/common/ShipOwner?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.ShipOwnerDto # Referential : fr.ird.observe.entities.referential.common.SizeMeasureType GET /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto -PUT /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto -POST /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto +POST /referential/common/SizeMeasureType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto +PUT /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto +DELETE /referential/common/SizeMeasureType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SizeMeasureTypeDto # Referential : fr.ird.observe.entities.referential.common.Species GET /referential/common/Species api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesDto -PUT /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesDto -POST /referential/common/Species api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesDto +POST /referential/common/Species api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesDto +PUT /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesDto +DELETE /referential/common/Species?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesDto # Referential : fr.ird.observe.entities.referential.common.SpeciesGroup GET /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto -PUT /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto -POST /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto +POST /referential/common/SpeciesGroup api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto +PUT /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto +DELETE /referential/common/SpeciesGroup?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupDto # Referential : fr.ird.observe.entities.referential.common.SpeciesGroupReleaseMode GET /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto -PUT /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto -POST /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto +POST /referential/common/SpeciesGroupReleaseMode api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto +PUT /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto +DELETE /referential/common/SpeciesGroupReleaseMode?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesGroupReleaseModeDto # Referential : fr.ird.observe.entities.referential.common.SpeciesList GET /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto -PUT /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto -POST /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto +POST /referential/common/SpeciesList api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto +PUT /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto +DELETE /referential/common/SpeciesList?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.SpeciesListDto # Referential : fr.ird.observe.entities.referential.common.Vessel GET /referential/common/Vessel api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselDto -PUT /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselDto -POST /referential/common/Vessel api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselDto +POST /referential/common/Vessel api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselDto +PUT /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselDto +DELETE /referential/common/Vessel?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselDto # Referential : fr.ird.observe.entities.referential.common.VesselSizeCategory GET /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto -PUT /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto -POST /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto +POST /referential/common/VesselSizeCategory api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto +PUT /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto +DELETE /referential/common/VesselSizeCategory?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselSizeCategoryDto # Referential : fr.ird.observe.entities.referential.common.VesselType GET /referential/common/VesselType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto -PUT /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto -POST /referential/common/VesselType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto +POST /referential/common/VesselType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto +PUT /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto +DELETE /referential/common/VesselType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.VesselTypeDto # Referential : fr.ird.observe.entities.referential.common.WeightMeasureMethod GET /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto -PUT /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto -POST /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto +POST /referential/common/WeightMeasureMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto +PUT /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto +DELETE /referential/common/WeightMeasureMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WeightMeasureMethodDto # Referential : fr.ird.observe.entities.referential.common.WeightMeasureType GET /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto -PUT /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto -POST /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto +POST /referential/common/WeightMeasureType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto +PUT /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto +DELETE /referential/common/WeightMeasureType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WeightMeasureTypeDto # Referential : fr.ird.observe.entities.referential.common.Wind GET /referential/common/Wind api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.common.WindDto -PUT /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WindDto -POST /referential/common/Wind api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WindDto +POST /referential/common/Wind api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.common.WindDto +PUT /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.common.WindDto +DELETE /referential/common/Wind?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.common.WindDto # Referential : referential/ps GET /referential/ps api.ReferentialEntityServiceRestApi.getByModule moduleName=ps @@ -376,185 +403,219 @@ GET /referential/ps/common api.R # Referential : fr.ird.observe.entities.referential.ps.common.AcquisitionStatus GET /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto -PUT /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto -POST /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto +POST /referential/ps/common/AcquisitionStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto +PUT /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto +DELETE /referential/ps/common/AcquisitionStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.AcquisitionStatusDto # Referential : fr.ird.observe.entities.referential.ps.common.ObjectMaterial GET /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto -PUT /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto -POST /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto +POST /referential/ps/common/ObjectMaterial api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto +PUT /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto +DELETE /referential/ps/common/ObjectMaterial?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialDto # Referential : fr.ird.observe.entities.referential.ps.common.ObjectMaterialType GET /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto -PUT /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto -POST /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto +POST /referential/ps/common/ObjectMaterialType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto +PUT /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto +DELETE /referential/ps/common/ObjectMaterialType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectMaterialTypeDto # Referential : fr.ird.observe.entities.referential.ps.common.ObjectOperation GET /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto -PUT /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto -POST /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto +POST /referential/ps/common/ObjectOperation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto +PUT /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto +DELETE /referential/ps/common/ObjectOperation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObjectOperationDto # Referential : fr.ird.observe.entities.referential.ps.common.ObservedSystem GET /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto -PUT /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto -POST /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto +POST /referential/ps/common/ObservedSystem api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto +PUT /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto +DELETE /referential/ps/common/ObservedSystem?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ObservedSystemDto # Referential : fr.ird.observe.entities.referential.ps.common.ReasonForNoFishing GET /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto -PUT /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto -POST /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto +POST /referential/ps/common/ReasonForNoFishing api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto +PUT /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto +DELETE /referential/ps/common/ReasonForNoFishing?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNoFishingDto # Referential : fr.ird.observe.entities.referential.ps.common.ReasonForNullSet GET /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto -PUT /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto -POST /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto +POST /referential/ps/common/ReasonForNullSet api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto +PUT /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto +DELETE /referential/ps/common/ReasonForNullSet?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.ReasonForNullSetDto # Referential : fr.ird.observe.entities.referential.ps.common.SampleType GET /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto -PUT /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto -POST /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto +POST /referential/ps/common/SampleType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto +PUT /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto +DELETE /referential/ps/common/SampleType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SampleTypeDto # Referential : fr.ird.observe.entities.referential.ps.common.SchoolType GET /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto -PUT /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto -POST /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto +POST /referential/ps/common/SchoolType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto +PUT /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto +DELETE /referential/ps/common/SchoolType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SchoolTypeDto # Referential : fr.ird.observe.entities.referential.ps.common.SpeciesFate GET /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto -PUT /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto -POST /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto +POST /referential/ps/common/SpeciesFate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto +PUT /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto +DELETE /referential/ps/common/SpeciesFate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.SpeciesFateDto # Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyOperation GET /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto -PUT /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto -POST /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto +POST /referential/ps/common/TransmittingBuoyOperation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto +PUT /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto +DELETE /referential/ps/common/TransmittingBuoyOperation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOperationDto # Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyOwnership GET /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto -PUT /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto -POST /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto +POST /referential/ps/common/TransmittingBuoyOwnership api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto +PUT /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto +DELETE /referential/ps/common/TransmittingBuoyOwnership?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyOwnershipDto # Referential : fr.ird.observe.entities.referential.ps.common.TransmittingBuoyType GET /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto -PUT /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto -POST /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto +POST /referential/ps/common/TransmittingBuoyType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto +PUT /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto +DELETE /referential/ps/common/TransmittingBuoyType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.TransmittingBuoyTypeDto # Referential : fr.ird.observe.entities.referential.ps.common.VesselActivity GET /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto -PUT /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto -POST /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto +POST /referential/ps/common/VesselActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto +PUT /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto +DELETE /referential/ps/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.VesselActivityDto # Referential : fr.ird.observe.entities.referential.ps.common.WeightCategory GET /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto -PUT /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto -POST /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto +POST /referential/ps/common/WeightCategory api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto +PUT /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto +DELETE /referential/ps/common/WeightCategory?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.common.WeightCategoryDto # Referential : referential/ps/observation GET /referential/ps/observation api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_observation # Referential : fr.ird.observe.entities.referential.ps.observation.DetectionMode GET /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto -PUT /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto -POST /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto +POST /referential/ps/observation/DetectionMode api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto +PUT /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto +DELETE /referential/ps/observation/DetectionMode?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.DetectionModeDto # Referential : fr.ird.observe.entities.referential.ps.observation.InformationSource GET /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto -PUT /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto -POST /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto +POST /referential/ps/observation/InformationSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto +PUT /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto +DELETE /referential/ps/observation/InformationSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.InformationSourceDto # Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleaseConformity GET /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto -PUT /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto -POST /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto +POST /referential/ps/observation/NonTargetCatchReleaseConformity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto +PUT /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto +DELETE /referential/ps/observation/NonTargetCatchReleaseConformity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseConformityDto # Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleaseStatus GET /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto -PUT /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto -POST /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto +POST /referential/ps/observation/NonTargetCatchReleaseStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto +PUT /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto +DELETE /referential/ps/observation/NonTargetCatchReleaseStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleaseStatusDto # Referential : fr.ird.observe.entities.referential.ps.observation.NonTargetCatchReleasingTime GET /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto -PUT /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto -POST /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto +POST /referential/ps/observation/NonTargetCatchReleasingTime api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto +PUT /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto +DELETE /referential/ps/observation/NonTargetCatchReleasingTime?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.NonTargetCatchReleasingTimeDto # Referential : fr.ird.observe.entities.referential.ps.observation.ReasonForDiscard GET /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto -PUT /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto -POST /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto +POST /referential/ps/observation/ReasonForDiscard api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto +PUT /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto +DELETE /referential/ps/observation/ReasonForDiscard?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.ReasonForDiscardDto # Referential : fr.ird.observe.entities.referential.ps.observation.SpeciesStatus GET /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto -PUT /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto -POST /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto +POST /referential/ps/observation/SpeciesStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto +PUT /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto +DELETE /referential/ps/observation/SpeciesStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.SpeciesStatusDto # Referential : fr.ird.observe.entities.referential.ps.observation.SurroundingActivity GET /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto -PUT /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto -POST /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto +POST /referential/ps/observation/SurroundingActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto +PUT /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto +DELETE /referential/ps/observation/SurroundingActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.observation.SurroundingActivityDto # Referential : referential/ps/logbook GET /referential/ps/logbook api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_logbook # Referential : fr.ird.observe.entities.referential.ps.logbook.InformationSource GET /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto -PUT /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto -POST /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto +POST /referential/ps/logbook/InformationSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto +PUT /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto +DELETE /referential/ps/logbook/InformationSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.InformationSourceDto # Referential : fr.ird.observe.entities.referential.ps.logbook.SampleQuality GET /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto -PUT /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto -POST /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto +POST /referential/ps/logbook/SampleQuality api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto +PUT /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto +DELETE /referential/ps/logbook/SampleQuality?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.SampleQualityDto # Referential : fr.ird.observe.entities.referential.ps.logbook.SetSuccessStatus GET /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto -PUT /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto -POST /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto +POST /referential/ps/logbook/SetSuccessStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto +PUT /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto +DELETE /referential/ps/logbook/SetSuccessStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.SetSuccessStatusDto # Referential : fr.ird.observe.entities.referential.ps.logbook.WellContentStatus GET /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto -PUT /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto -POST /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto +POST /referential/ps/logbook/WellContentStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto +PUT /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto +DELETE /referential/ps/logbook/WellContentStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellContentStatusDto # Referential : fr.ird.observe.entities.referential.ps.logbook.WellSamplingConformity GET /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto -PUT /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto -POST /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto +POST /referential/ps/logbook/WellSamplingConformity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto +PUT /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto +DELETE /referential/ps/logbook/WellSamplingConformity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingConformityDto # Referential : fr.ird.observe.entities.referential.ps.logbook.WellSamplingStatus GET /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto -PUT /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto -POST /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto +POST /referential/ps/logbook/WellSamplingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto +PUT /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto +DELETE /referential/ps/logbook/WellSamplingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.logbook.WellSamplingStatusDto # Referential : referential/ps/landing GET /referential/ps/landing api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_landing # Referential : fr.ird.observe.entities.referential.ps.landing.Destination GET /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto -PUT /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto -POST /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto +POST /referential/ps/landing/Destination api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto +PUT /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto +DELETE /referential/ps/landing/Destination?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.landing.DestinationDto # Referential : fr.ird.observe.entities.referential.ps.landing.Fate GET /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto -PUT /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto -POST /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto +POST /referential/ps/landing/Fate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto +PUT /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto +DELETE /referential/ps/landing/Fate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.landing.FateDto # Referential : referential/ps/localmarket GET /referential/ps/localmarket api.ReferentialEntityServiceRestApi.getByPackage packageName=ps_localmarket # Referential : fr.ird.observe.entities.referential.ps.localmarket.BatchComposition GET /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto -PUT /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto -POST /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto +POST /referential/ps/localmarket/BatchComposition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto +PUT /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto +DELETE /referential/ps/localmarket/BatchComposition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchCompositionDto # Referential : fr.ird.observe.entities.referential.ps.localmarket.BatchWeightType GET /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto -PUT /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto -POST /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto +POST /referential/ps/localmarket/BatchWeightType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto +PUT /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto +DELETE /referential/ps/localmarket/BatchWeightType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.BatchWeightTypeDto # Referential : fr.ird.observe.entities.referential.ps.localmarket.Packaging GET /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto -PUT /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto -POST /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto +POST /referential/ps/localmarket/Packaging api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto +PUT /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto +DELETE /referential/ps/localmarket/Packaging?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ps.localmarket.PackagingDto # Referential : referential/ll GET /referential/ll api.ReferentialEntityServiceRestApi.getByModule moduleName=ll @@ -564,151 +625,180 @@ GET /referential/ll/common api.R # Referential : fr.ird.observe.entities.referential.ll.common.BaitSettingStatus GET /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto -PUT /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto -POST /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto +POST /referential/ll/common/BaitSettingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto +PUT /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto +DELETE /referential/ll/common/BaitSettingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.BaitSettingStatusDto # Referential : fr.ird.observe.entities.referential.ll.common.BaitType GET /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto -PUT /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto -POST /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto +POST /referential/ll/common/BaitType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto +PUT /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto +DELETE /referential/ll/common/BaitType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.BaitTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.CatchFate GET /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto -PUT /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto -POST /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto +POST /referential/ll/common/CatchFate api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto +PUT /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto +DELETE /referential/ll/common/CatchFate?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.CatchFateDto # Referential : fr.ird.observe.entities.referential.ll.common.HealthStatus GET /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto -PUT /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto -POST /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto +POST /referential/ll/common/HealthStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto +PUT /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto +DELETE /referential/ll/common/HealthStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HealthStatusDto # Referential : fr.ird.observe.entities.referential.ll.common.HookSize GET /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto -PUT /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto -POST /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto +POST /referential/ll/common/HookSize api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto +PUT /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto +DELETE /referential/ll/common/HookSize?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HookSizeDto # Referential : fr.ird.observe.entities.referential.ll.common.HookType GET /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto -PUT /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto -POST /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto +POST /referential/ll/common/HookType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto +PUT /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto +DELETE /referential/ll/common/HookType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.HookTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.LightsticksColor GET /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto -PUT /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto -POST /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto +POST /referential/ll/common/LightsticksColor api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto +PUT /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto +DELETE /referential/ll/common/LightsticksColor?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksColorDto # Referential : fr.ird.observe.entities.referential.ll.common.LightsticksType GET /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto -PUT /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto -POST /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto +POST /referential/ll/common/LightsticksType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto +PUT /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto +DELETE /referential/ll/common/LightsticksType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LightsticksTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.LineType GET /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto -PUT /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto -POST /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto +POST /referential/ll/common/LineType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto +PUT /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto +DELETE /referential/ll/common/LineType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.LineTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.MitigationType GET /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto -PUT /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto -POST /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto +POST /referential/ll/common/MitigationType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto +PUT /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto +DELETE /referential/ll/common/MitigationType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.MitigationTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.ObservationMethod GET /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto -PUT /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto -POST /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto +POST /referential/ll/common/ObservationMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto +PUT /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto +DELETE /referential/ll/common/ObservationMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.ObservationMethodDto # Referential : fr.ird.observe.entities.referential.ll.common.OnBoardProcessing GET /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto -PUT /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto -POST /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto +POST /referential/ll/common/OnBoardProcessing api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto +PUT /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto +DELETE /referential/ll/common/OnBoardProcessing?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.OnBoardProcessingDto # Referential : fr.ird.observe.entities.referential.ll.common.SettingShape GET /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto -PUT /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto -POST /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto +POST /referential/ll/common/SettingShape api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto +PUT /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto +DELETE /referential/ll/common/SettingShape?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.SettingShapeDto # Referential : fr.ird.observe.entities.referential.ll.common.TripType GET /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto -PUT /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto -POST /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto +POST /referential/ll/common/TripType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto +PUT /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto +DELETE /referential/ll/common/TripType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.TripTypeDto # Referential : fr.ird.observe.entities.referential.ll.common.VesselActivity GET /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto -PUT /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto -POST /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto +POST /referential/ll/common/VesselActivity api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto +PUT /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto +DELETE /referential/ll/common/VesselActivity?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.VesselActivityDto # Referential : fr.ird.observe.entities.referential.ll.common.WeightDeterminationMethod GET /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto -PUT /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto -POST /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto +POST /referential/ll/common/WeightDeterminationMethod api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto +PUT /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto +DELETE /referential/ll/common/WeightDeterminationMethod?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.common.WeightDeterminationMethodDto # Referential : referential/ll/observation GET /referential/ll/observation api.ReferentialEntityServiceRestApi.getByPackage packageName=ll_observation # Referential : fr.ird.observe.entities.referential.ll.observation.BaitHaulingStatus GET /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto -PUT /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto -POST /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto +POST /referential/ll/observation/BaitHaulingStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto +PUT /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto +DELETE /referential/ll/observation/BaitHaulingStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.BaitHaulingStatusDto # Referential : fr.ird.observe.entities.referential.ll.observation.EncounterType GET /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto -PUT /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto -POST /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto +POST /referential/ll/observation/EncounterType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto +PUT /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto +DELETE /referential/ll/observation/EncounterType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.EncounterTypeDto # Referential : fr.ird.observe.entities.referential.ll.observation.HookPosition GET /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto -PUT /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto -POST /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto +POST /referential/ll/observation/HookPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto +PUT /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto +DELETE /referential/ll/observation/HookPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.HookPositionDto # Referential : fr.ird.observe.entities.referential.ll.observation.ItemHorizontalPosition GET /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto -PUT /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto -POST /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto +POST /referential/ll/observation/ItemHorizontalPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto +PUT /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto +DELETE /referential/ll/observation/ItemHorizontalPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.ItemHorizontalPositionDto # Referential : fr.ird.observe.entities.referential.ll.observation.ItemVerticalPosition GET /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto -PUT /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto -POST /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto +POST /referential/ll/observation/ItemVerticalPosition api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto +PUT /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto +DELETE /referential/ll/observation/ItemVerticalPosition?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.ItemVerticalPositionDto # Referential : fr.ird.observe.entities.referential.ll.observation.MaturityStatus GET /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto -PUT /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto -POST /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto +POST /referential/ll/observation/MaturityStatus api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto +PUT /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto +DELETE /referential/ll/observation/MaturityStatus?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.MaturityStatusDto # Referential : fr.ird.observe.entities.referential.ll.observation.SensorBrand GET /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto -PUT /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto -POST /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto +POST /referential/ll/observation/SensorBrand api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto +PUT /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto +DELETE /referential/ll/observation/SensorBrand?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorBrandDto # Referential : fr.ird.observe.entities.referential.ll.observation.SensorDataFormat GET /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto -PUT /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto -POST /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto +POST /referential/ll/observation/SensorDataFormat api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto +PUT /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto +DELETE /referential/ll/observation/SensorDataFormat?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorDataFormatDto # Referential : fr.ird.observe.entities.referential.ll.observation.SensorType GET /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto -PUT /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto -POST /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto +POST /referential/ll/observation/SensorType api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto +PUT /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto +DELETE /referential/ll/observation/SensorType?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.SensorTypeDto # Referential : fr.ird.observe.entities.referential.ll.observation.StomachFullness GET /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto -PUT /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto -POST /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto +POST /referential/ll/observation/StomachFullness api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto +PUT /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto +DELETE /referential/ll/observation/StomachFullness?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.observation.StomachFullnessDto # Referential : referential/ll/landing GET /referential/ll/landing api.ReferentialEntityServiceRestApi.getByPackage packageName=ll_landing # Referential : fr.ird.observe.entities.referential.ll.landing.Company GET /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto -PUT /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto -POST /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto +POST /referential/ll/landing/Company api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto +PUT /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto +DELETE /referential/ll/landing/Company?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.CompanyDto # Referential : fr.ird.observe.entities.referential.ll.landing.Conservation GET /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto -PUT /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto -POST /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto +POST /referential/ll/landing/Conservation api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto +PUT /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto +DELETE /referential/ll/landing/Conservation?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.ConservationDto # Referential : fr.ird.observe.entities.referential.ll.landing.DataSource GET /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.get dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto -PUT /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto -POST /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto +POST /referential/ll/landing/DataSource api.ReferentialEntityServiceRestApi.create dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto +PUT /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.update dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto +DELETE /referential/ll/landing/DataSource?id={} api.ReferentialEntityServiceRestApi.delete dtoType=fr.ird.observe.dto.referential.ll.landing.DataSourceDto ===================================== services/api/pom.xml ===================================== @@ -98,11 +98,6 @@ <artifactId>auto-service</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>com.vladsch.flexmark</groupId> - <artifactId>flexmark-util-misc</artifactId> - <scope>provided</scope> - </dependency> <dependency> <groupId>fr.ird.observe</groupId> <artifactId>toolkit-navigation</artifactId> @@ -119,6 +114,11 @@ <version>${project.version}</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.vladsch.flexmark</groupId> + <artifactId>flexmark-util</artifactId> + <scope>runtime</scope> + </dependency> <dependency> <groupId>io.ultreia.java4all.topia</groupId> <artifactId>persistence</artifactId> ===================================== services/api/src/main/java/fr/ird/observe/services/service/data/NavigationResult.java ===================================== @@ -25,12 +25,8 @@ package fr.ird.observe.services.service.data; import fr.ird.observe.dto.ObserveDto; import fr.ird.observe.dto.referential.ReferentialDto; import fr.ird.observe.dto.referential.common.ProgramReference; -import fr.ird.observe.spi.module.ObserveBusinessProject; import java.util.Date; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.List; import java.util.Map; import java.util.Set; @@ -44,10 +40,10 @@ public class NavigationResult implements ObserveDto { private final Set<ProgramReference> programs; private final Map<String, Integer> tripCountByProgram; - private final List<Long> referentialCount; + private final Map<Class<? extends ReferentialDto>, Long> referentialCount; private final Date timestamp; - public NavigationResult(Date timestamp, Set<ProgramReference> programs, Map<String, Integer> tripCountByProgram, List<Long> referentialCount) { + public NavigationResult(Date timestamp, Set<ProgramReference> programs, Map<String, Integer> tripCountByProgram, Map<Class<? extends ReferentialDto>, Long> referentialCount) { this.timestamp = timestamp; this.programs = programs; this.tripCountByProgram = tripCountByProgram; @@ -62,16 +58,8 @@ public class NavigationResult implements ObserveDto { return tripCountByProgram; } - public List<Long> getReferentialCount() { - return referentialCount; - } - public Map<Class<? extends ReferentialDto>, Long> getReferentialCountMap() { - Set<Class<? extends ReferentialDto>> referentialTypes = ObserveBusinessProject.get().getReferentialTypes(); - Map<Class<? extends ReferentialDto>, Long> result =new LinkedHashMap<>(); - Iterator<Long> iterator = referentialCount.iterator(); - referentialTypes.forEach(referentialType -> result.put(referentialType, iterator.next())); - return result; + return referentialCount; } public Date getTimestamp() { ===================================== services/local-impl/pom.xml ===================================== @@ -43,6 +43,11 @@ <artifactId>models-navigation-java</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.vladsch.flexmark</groupId> + <artifactId>flexmark-util-misc</artifactId> + <scope>runtime</scope> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>models-persistence-avdth</artifactId> ===================================== services/local-impl/src/main/java/fr/ird/observe/services/local/service/data/NavigationServiceLocalSupport.java ===================================== @@ -35,13 +35,12 @@ import org.apache.logging.log4j.Logger; import java.util.Collections; import java.util.Date; +import java.util.LinkedHashMap; import java.util.LinkedHashSet; -import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.TreeMap; -import java.util.stream.Collectors; /** * Created on 22/11/16. @@ -85,9 +84,10 @@ class NavigationServiceLocalSupport extends ObserveServiceLocal implements Navig log.info(String.format("Found %d program(s).", programs.size())); log.info(String.format("Found %d trip(s).", tripCountByProgram.values().stream().mapToInt(l -> l).sum())); Set<Class<? extends ReferentialDto>> referentialTypes = ObserveBusinessProject.get().getReferentialTypes(); - List<Long> referentialCount = referentialTypes.stream().map(this::countReferential).collect(Collectors.toList()); + Map<Class<? extends ReferentialDto>, Long> referentialCount = new LinkedHashMap<>(); + referentialTypes.forEach(t -> referentialCount.put(t, countReferential(t))); log.info(String.format("Found %d referential type(s).", referentialCount.size())); - return new NavigationResult(timestamp, programs, tripCountByProgram, referentialCount); + return new NavigationResult(timestamp, programs, tripCountByProgram, Map.copyOf(referentialCount)); } @Override View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/970ba3e58a86c5693fc2e2f00... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/970ba3e58a86c5693fc2e2f00... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)