branch develop updated (2753759 -> e0ab45e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git from 2753759 Merge branch 'feature/8382_Information_serveur_distant' into 'develop' new aaff103 optimize dependencies new 5ecfc96 fix assembly descriptor new 5add1b9 Add missing license headers new 3acf2b0 use commons collections 4 not previous one new 0913a1e Add missing license headers new a28f76e use commons collections 4 not previous one new 0581284 Suppression du code sur l'import gps new 07ed7a0 optimize dependencies new 16be1d3 Optimize third-parites new e0ab45e On peut de nouveau faire des releases \oo/ Merge branch 'feature/fix_nightly_build' into develop The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e0ab45ed89d9763f7bdffaf561993673639244de Merge: 2753759 16be1d3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:59:22 2016 +0200 On peut de nouveau faire des releases \oo/ Merge branch 'feature/fix_nightly_build' into develop commit 16be1d366dae01649c7623a21f6290c067a5a8e4 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jul 19 17:57:27 2016 +0200 Optimize third-parites commit 07ed7a027918de18d6659522aaaa7c50ba6c178a Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:56:49 2016 +0200 optimize dependencies commit 0581284d42a7f6989b6c71bb5c8df329411dc9f7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:56:39 2016 +0200 Suppression du code sur l'import gps commit a28f76ef3480daaabed7335571088a4de59ae88f Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:38:57 2016 +0200 use commons collections 4 not previous one commit 0913a1ecca7a8f687951beee368b7554bd877f10 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:23:04 2016 +0200 Add missing license headers commit 3acf2b007109cd4bf6f755959f6392accb874290 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:16:10 2016 +0200 use commons collections 4 not previous one commit 5add1b90c393221b50e14a9d259096b66e1c5750 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:13:18 2016 +0200 Add missing license headers commit 5ecfc96ac1071c94e9059e2d53aeef939c207b05 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:12:57 2016 +0200 fix assembly descriptor commit aaff10310501ab58a086f3f3722fd3608220c0ff Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:12:47 2016 +0200 optimize dependencies Summary of changes: observe-application-swing/pom.xml | 8 - .../src/main/assembly/bin.xml | 8 +- .../fr/ird/observe/ObserveOpenDataManager.java | 22 + .../java/fr/ird/observe/ObserveTextGenerator.java | 22 + .../ObserveSwingApplicationConfig.java | 4 +- .../ObserveSwingApplicationConfigProvider.java | 22 + .../fr/ird/observe/db/ObserveSwingDataSource.java | 22 + .../main/java/fr/ird/observe/ui/ObserveMainUI.jaxx | 1 - .../main/java/fr/ird/observe/ui/ObserveMainUI.jcss | 4 - .../observe/ui/actions/AbstractObserveAction.java | 22 + .../actions/shared/MoveTripLonglinesUIAction.java | 22 + .../ui/actions/shared/MoveTripSeinesUIAction.java | 22 + .../java/fr/ird/observe/ui/admin/AdminStep.java | 21 - .../java/fr/ird/observe/ui/admin/AdminUIModel.java | 41 -- .../fr/ird/observe/ui/admin/config/ConfigUI.jaxx | 6 - .../fr/ird/observe/ui/admin/config/ConfigUI.jcss | 6 - .../observe/ui/admin/gps/GPSAbleTableModel.java | 162 ------ .../ui/admin/gps/GPSActivityTableModel.java | 302 ---------- .../observe/ui/admin/gps/ImportGPSConfigUI.jaxx | 93 ---- .../observe/ui/admin/gps/ImportGPSConfigUI.jcss | 69 --- .../ird/observe/ui/admin/gps/ImportGPSModel.java | 105 ---- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx | 145 ----- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss | 66 --- .../observe/ui/admin/gps/ImportGPSUIHandler.java | 607 --------------------- .../synchronize/ObsoleteReferentialReference.java | 22 + .../validate/ValidationMessageTableModel.java | 22 + .../ui/content/ref/ContentReferenceUIHandler.java | 2 +- .../ird/observe/ui/storage/StorageUILauncher.java | 2 +- .../fr/ird/observe/ui/tree/ObserveTreeBridge.java | 2 +- .../fr/ird/observe/ui/tree/ObserveTreeHelper.java | 2 +- .../loadors/AbstractDataReferenceChildLoador.java | 22 + .../MoveActivityLonglineNodeMenuPopulator.java | 22 + .../menu/MoveActivitySeineNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveRouteNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveTripNodeMenuPopulator.java | 22 + .../ird/observe/ui/util/DecoratedNodeEntity.java | 22 + .../ui/util/decorator/DataReferenceDecorator.java | 22 + .../decorator/ReferentialReferenceDecorator.java | 22 + ...nlineTableAutotSelectRowAndShowPopupAction.java | 22 + .../main/resources/ftl/connexionTestResult_fr.ftl | 21 + .../ftl/dataSourceConnectionReport_fr.ftl | 21 + .../resources/ftl/dataSourceInformation_fr.ftl | 21 + .../src/main/resources/ftl/dataSourcePolicy_fr.ftl | 21 + .../ftl/dataSourceSelectModeResume_fr.ftl | 21 + .../ftl/storageModelDataSourceConfiguration_fr.ftl | 21 + .../v1/SqlScriptProducerServiceController.java | 22 + .../v1/longline/BranchlineServiceController.java | 22 + .../application/web/injector/DateInjector.java | 22 + .../web/injector/ObserveClassInjector.java | 22 + .../ObserveReferenceSetRequestInjector.java | 22 + .../injector/SqlScriptProducerRequestInjector.java | 22 + .../java/fr/ird/observe/RunScriptTopiaSqlWork.java | 22 + .../observe/entities/LastUpdateDateTopiaDao.java | 22 + .../java/fr/ird/observe/entities/TripMapPoint.java | 22 + .../observe/entities/longline/BasketTopiaDao.java | 22 + .../entities/longline/BranchlineTopiaDao.java | 22 + .../observe/entities/longline/SectionTopiaDao.java | 22 + .../observe/entities/referentiel/ProgramImpl.java | 22 + .../observe/entities/seine/NonTargetCatchs.java | 22 + .../observe/entities/seine/NonTargetLenghts.java | 22 + .../ird/observe/entities/seine/TargetCatchs.java | 22 + .../ird/observe/entities/seine/TargetLenghts.java | 22 + .../V4_901_01_add_lastUpdateDate_field-H2.sql | 21 + .../V4_901_01_add_lastUpdateDate_field-PG.sql | 21 + .../V4_902_01_add_lastUpdateDate_table-H2.sql | 21 + .../V4_902_01_add_lastUpdateDate_table-PG.sql | 21 + .../migration/V4_903_01_remove_unit_field-H2.sql | 21 + .../migration/V4_903_01_remove_unit_field-PG.sql | 21 + .../migration/V4_903_02_remove_gender_field-H2.sql | 21 + .../migration/V4_903_02_remove_gender_field-PG.sql | 21 + .../V4_903_03_remove_duplicate_rows-H2.sql | 21 + .../V4_903_03_remove_duplicate_rows-PG.sql | 21 + observe-services-api/pom.xml | 8 + .../services/ObserveSpeciesListConfiguration.java | 22 + .../observe/services/http/ObserveHttpError.java | 22 + .../services/service/BabModelVersionException.java | 22 + .../service/ConcurrentModificationException.java | 22 + .../services/service/ObserveReferentialCache.java | 22 + .../services/service/ReferenceSetsRequest.java | 22 + .../services/service/SqlScriptProducerRequest.java | 22 + .../services/service/SqlScriptProducerService.java | 22 + .../actions/synchro/LocalReferentialStates.java | 22 + .../actions/synchro/RemoteReferentialDiff.java | 22 + ...ionalReferentialSynchronizeCallbackRequest.java | 22 + ...onalReferentialSynchronizeCallbackRequests.java | 22 + ...tionalReferentialSynchronizeCallbackResult.java | 22 + ...ionalReferentialSynchronizeCallbackResults.java | 22 + ...nidirectionalReferentialSynchronizeContext.java | 22 + ...UnidirectionalReferentialSynchronizeEngine.java | 24 +- ...ectionalReferentialSynchronizeLocalService.java | 22 + ...ctionalReferentialSynchronizeRemoteService.java | 22 + ...nidirectionalReferentialSynchronizeRequest.java | 22 + ...UnidirectionalReferentialSynchronizeResult.java | 22 + .../actions/validate/ValidateResultForDtos.java | 22 + .../actions/validate/ValidateServiceUtils.java | 22 + .../service/actions/validate/ValidatorDto.java | 22 + .../service/actions/validate/ValidatorDtos.java | 22 + .../service/longline/BranchlineService.java | 22 + .../fr/ird/observe/services/util/I18nEnumUtil.java | 22 + .../src/license/THIRD-PARTY.properties | 19 - ...bserveDataSourceConfigurationAndConnection.java | 22 + .../ObserveDataSourceInformation.java | 22 + .../configuration/ObserveDataSourceType.java | 22 + .../src/license/THIRD-PARTY.properties | 23 - .../src/license/THIRD-PARTY.properties | 20 - .../observe/services/dto/AbstractReference.java | 22 + .../fr/ird/observe/services/dto/DataReference.java | 22 + .../fr/ird/observe/services/dto/ImportDataDto.java | 22 + .../observe/services/dto/ObserveDbUserDtos.java | 22 + .../services/dto/UnauthorizedException.java | 22 + .../services/dto/constants/ObserveDbRole.java | 22 + .../ird/observe/services/dto/gson/BlobAdapter.java | 22 + .../ird/observe/services/dto/gson/FormAdapter.java | 22 + .../observe/services/dto/gson/VersionAdapter.java | 22 + .../gson/reference/DataReferenceSetAdapter.java | 22 + .../reference/ReferentialReferenceSetAdapter.java | 22 + .../services/dto/longline/ActivityLonglineDto.java | 22 + .../observe/services/dto/longline/BasketDto.java | 22 + .../services/dto/longline/BranchlineDto.java | 22 + .../GearUseFeaturesMeasurementLonglineDto.java | 22 + .../dto/longline/LonglinePositionSetDto.java | 22 + .../longline/SetLonglineGlobalCompositionDto.java | 22 + .../dto/reference/DataReferenceSetDefinitions.java | 22 + .../dto/reference/ReferenceBinderEngine.java | 22 + .../reference/ReferenceBinderEngineSupplier.java | 22 + .../dto/reference/ReferenceSetDefinition.java | 22 + .../ReferentialReferenceSetDefinitions.java | 22 + .../request/ReferenceSetRequestDefinition.java | 22 + .../request/ReferenceSetRequestDefinitions.java | 22 + .../request/ReferenceSetRequestKeyDefinition.java | 22 + .../dto/referential/GearCaracteristicTypeDtos.java | 22 + .../dto/referential/I18nReferentialDto.java | 22 + .../dto/referential/I18nReferentialDtos.java | 22 + .../services/dto/referential/PersonDtos.java | 22 + .../services/dto/referential/ProgramDto.java | 22 + .../services/dto/referential/ProgramDtos.java | 22 + .../services/dto/referential/ReferentialDto.java | 22 + .../services/dto/referential/ReferentialDtos.java | 22 + .../dto/referential/ReferentialReference.java | 22 + .../dto/referential/ReferentialReferences.java | 22 + .../services/dto/referential/SpeciesListDto.java | 22 + .../services/dto/referential/VesselDtos.java | 22 + .../longline/VesselActivityLonglineDtos.java | 22 + .../referential/seine/VesselActivitySeineDtos.java | 22 + .../dto/referential/seine/WeightCategoryDtos.java | 22 + .../observe/services/dto/result/SaveResultDto.java | 22 + .../services/dto/result/SaveResultDtos.java | 22 + .../dto/result/TripChildSaveResultDtos.java | 22 + .../services/dto/seine/ActivitySeineDto.java | 22 + .../services/dto/seine/ActivitySeineStubDto.java | 22 + .../seine/FloatingObjectTransmittingBuoyDto.java | 22 + .../seine/GearUseFeaturesMeasurementSeineDto.java | 22 + .../ird/observe/services/dto/seine/RouteDto.java | 22 + .../observe/services/dto/seine/SetSeineDto.java | 22 + .../services/dto/seine/TargetCatchDtos.java | 22 + .../services/dto/seine/TargetLengthDto.java | 22 + .../observe/services/dto/seine/TripSeineDto.java | 22 + .../observe/services/ObserveHttpErrorAdapter.java | 22 + .../services/ObserveServiceRestErrorException.java | 22 + .../service/ReferenceValuesSetServiceRestTest.java | 22 + .../service/ReferentialServiceRestTest.java | 22 + .../fr/ird/observe/services/ObserveJdbcHelper.java | 22 + .../observe/services/ObserveSecurityHelper.java | 22 + .../ird/observe/services/binder/BinderEngine.java | 22 + .../services/binder/BinderEngineInitializer.java | 22 + .../ird/observe/services/binder/BinderSupport.java | 22 + .../binder/ReferenceBinderEngineSupplierTopia.java | 22 + .../binder/data/ActivityLonglineBinder.java | 22 + .../data/ActivityLonglineEncouterDtoBinder.java | 22 + .../data/ActivityLonglineSensorUsedDtoBinder.java | 22 + .../binder/data/ActivityLonglineStubDtoBinder.java | 22 + .../services/binder/data/ActivitySeineBinder.java | 22 + .../data/ActivitySeineObservedSystemDtoBinder.java | 22 + .../binder/data/ActivitySeineStubDtoBinder.java | 22 + .../binder/data/BaitsCompositionBinder.java | 22 + .../observe/services/binder/data/BasketBinder.java | 22 + .../services/binder/data/BranchlineBinder.java | 22 + .../binder/data/BranchlinesCompositionBinder.java | 22 + .../services/binder/data/CatchLonglineBinder.java | 22 + .../services/binder/data/DataBinderSupport.java | 22 + .../services/binder/data/EncounterBinder.java | 22 + .../services/binder/data/FloatingObjectBinder.java | 22 + .../FloatingObjectObservedSpeciesDtoBinder.java | 22 + .../FloatingObjectSchoolEstimateDtoBinder.java | 22 + .../FloatingObjectTransmittingBuoyDtoBinder.java | 22 + .../binder/data/FloatlinesCompositionBinder.java | 22 + .../binder/data/GearUseFeaturesLonglineBinder.java | 22 + .../GearUseFeaturesMeasurementLonglineBinder.java | 22 + .../GearUseFeaturesMeasurementSeineBinder.java | 22 + .../binder/data/GearUseFeaturesSeineBinder.java | 22 + .../binder/data/HooksCompositionBinder.java | 22 + .../services/binder/data/NonTargetCatchBinder.java | 22 + .../binder/data/NonTargetLengthBinder.java | 22 + .../binder/data/NonTargetSampleBinder.java | 22 + .../binder/data/ObjectObservedSpeciesBinder.java | 22 + .../binder/data/ObjectSchoolEstimateBinder.java | 22 + .../observe/services/binder/data/RouteBinder.java | 22 + .../services/binder/data/RouteStubDtoBinder.java | 22 + .../services/binder/data/SchoolEstimateBinder.java | 22 + .../services/binder/data/SectionBinder.java | 22 + .../services/binder/data/SensorUsedBinder.java | 22 + .../services/binder/data/SetLonglineBinder.java | 22 + .../binder/data/SetLonglineCatchDtoBinder.java | 22 + .../SetLonglineDetailCompositionDtoBinder.java | 22 + .../SetLonglineGlobalCompositionDtoBinder.java | 22 + .../binder/data/SetLonglineStubDtoBinder.java | 22 + .../binder/data/SetLonglineTdrDtoBinder.java | 22 + .../services/binder/data/SetSeineBinder.java | 22 + .../data/SetSeineNonTargetCatchDtoBinder.java | 22 + .../data/SetSeineSchoolEstimateDtoBinder.java | 22 + .../binder/data/SetSeineTargetCatchDtoBinder.java | 22 + .../services/binder/data/SizeMeasureBinder.java | 22 + .../services/binder/data/TargetCatchBinder.java | 22 + .../services/binder/data/TargetLengthBinder.java | 22 + .../services/binder/data/TargetSampleBinder.java | 22 + .../observe/services/binder/data/TdrBinder.java | 22 + .../binder/data/TransmittingBuoyBinder.java | 22 + .../binder/data/TripLonglineActivityDtoBinder.java | 22 + .../services/binder/data/TripLonglineBinder.java | 22 + .../binder/data/TripLonglineGearUseDtoBinder.java | 22 + .../services/binder/data/TripSeineBinder.java | 22 + .../binder/data/TripSeineGearUseDtoBinder.java | 22 + .../services/binder/data/WeightMeasureBinder.java | 22 + .../referential/BaitHaulingStatusBinder.java | 22 + .../referential/BaitSettingStatusBinder.java | 22 + .../binder/referential/BaitTypeBinder.java | 22 + .../referential/CatchFateLonglineBinder.java | 22 + .../services/binder/referential/CountryBinder.java | 22 + .../binder/referential/DetectionModeBinder.java | 22 + .../binder/referential/EncounterTypeBinder.java | 22 + .../services/binder/referential/FpaZoneBinder.java | 22 + .../services/binder/referential/GearBinder.java | 22 + .../referential/GearCaracteristicBinder.java | 22 + .../referential/GearCaracteristicTypeBinder.java | 22 + .../services/binder/referential/HarbourBinder.java | 22 + .../binder/referential/HealthnessBinder.java | 22 + .../binder/referential/HookPositionBinder.java | 22 + .../binder/referential/HookSizeBinder.java | 22 + .../binder/referential/HookTypeBinder.java | 22 + .../referential/ItemHorizontalPositionBinder.java | 22 + .../referential/ItemVerticalPositionBinder.java | 22 + .../referential/LengthWeightParameterBinder.java | 22 + .../binder/referential/LightsticksColorBinder.java | 22 + .../binder/referential/LightsticksTypeBinder.java | 22 + .../binder/referential/LineTypeBinder.java | 22 + .../binder/referential/MaturityStatusBinder.java | 22 + .../binder/referential/MitigationTypeBinder.java | 22 + .../binder/referential/ObjectFateBinder.java | 22 + .../binder/referential/ObjectOperationBinder.java | 22 + .../binder/referential/ObjectTypeBinder.java | 22 + .../binder/referential/ObservedSystemBinder.java | 22 + .../services/binder/referential/OceanBinder.java | 22 + .../binder/referential/OrganismBinder.java | 22 + .../services/binder/referential/PersonBinder.java | 22 + .../services/binder/referential/ProgramBinder.java | 22 + .../binder/referential/ReasonForDiscardBinder.java | 22 + .../referential/ReasonForNoFishingBinder.java | 22 + .../binder/referential/ReasonForNullSetBinder.java | 22 + .../referential/ReferentialBinderSupport.java | 22 + .../binder/referential/SensorBrandBinder.java | 22 + .../binder/referential/SensorDataFormatBinder.java | 22 + .../binder/referential/SensorTypeBinder.java | 22 + .../binder/referential/SettingShapeBinder.java | 22 + .../services/binder/referential/SexBinder.java | 22 + .../binder/referential/SizeMeasureTypeBinder.java | 22 + .../services/binder/referential/SpeciesBinder.java | 22 + .../binder/referential/SpeciesFateBinder.java | 22 + .../binder/referential/SpeciesGroupBinder.java | 22 + .../binder/referential/SpeciesListBinder.java | 22 + .../binder/referential/SpeciesStatusBinder.java | 22 + .../binder/referential/StomacFullnessBinder.java | 22 + .../referential/SurroundingActivityBinder.java | 22 + .../TransmittingBuoyOperationBinder.java | 22 + .../referential/TransmittingBuoyTypeBinder.java | 22 + .../binder/referential/TripTypeBinder.java | 22 + .../referential/VesselActivityLonglineBinder.java | 22 + .../referential/VesselActivitySeineBinder.java | 22 + .../services/binder/referential/VesselBinder.java | 22 + .../referential/VesselSizeCategoryBinder.java | 22 + .../binder/referential/VesselTypeBinder.java | 22 + .../binder/referential/WeightCategoryBinder.java | 22 + .../referential/WeightMeasureTypeBinder.java | 22 + .../services/binder/referential/WindBinder.java | 22 + .../services/entity/BasketEntitiesExtractor.java | 22 + .../entity/BranchlineEntitiesExtractor.java | 22 + .../observe/services/entity/EntitiesExtractor.java | 22 + .../services/entity/EntitiesSetFactory.java | 22 + .../services/entity/SectionEntitiesExtractor.java | 22 + .../entity/SpeciesListEntitiesExtractor.java | 22 + .../entity/SpeciesListOceanEntitiesExtractor.java | 22 + .../observe/services/entity/TripMapDtoFactory.java | 22 + .../service/SqlScriptProducerServiceTopia.java | 22 + .../synchro/DeleteSqlStatementGenerator.java | 22 + .../synchro/InsertSqlStatementGenerator.java | 24 +- .../synchro/ReplaceSqlStatementGenerator.java | 22 + ...nalReferentialSynchronizeLocalServiceTopia.java | 22 + ...alReferentialSynchronizeRemoteServiceTopia.java | 22 + .../synchro/UpdateSqlStatementGenerator.java | 24 +- .../GenerateValidatorDescriptorsFileTool.java | 22 + .../service/longline/BranchlineServiceTopia.java | 22 + .../longline/LonglinePositionSetDtoHelper.java | 22 + .../service/seine/TargetCatchServiceTopia.java | 22 + .../service/actions/validate/validators.json | 21 + .../replication/ReplicateReferentialsTest.java | 22 + .../entities/replication/ReplicateTestSupport.java | 22 + .../replication/ReplicateTripLonglineTest.java | 22 + .../replication/ReplicateTripSeineTest.java | 22 + .../ObserveDataSourceConnectionTopiaTaiste.java | 22 + .../services/binder/BinderEngineMetadataTest.java | 22 + .../observe/services/binder/BinderEngineTest.java | 22 + .../services/binder/ReferenceBinderEngineTest.java | 22 + .../services/service/AbstractServiceTopiaTest.java | 22 + .../services/service/MigrateTestsDatabases.java | 22 + .../fr/ird/observe/services/service/RigthTest.java | 22 + .../service/SqlScriptProducerServiceTopiaTest.java | 22 + .../UnidirectionalSynchronizeReferentialTest.java | 22 + .../java/fr/ird/observe/test/DatabaseName.java | 22 + .../java/fr/ird/observe/test/ObserveFixtures.java | 22 + .../test/spi/CopyDatabaseConfiguration.java | 22 + .../test/spi/CopyDatabaseConfigurations.java | 22 + .../ird/observe/test/spi/DatabaseClassifier.java | 22 + .../test/spi/DatabaseNameConfiguration.java | 22 + .../test/spi/DatabaseNameConfigurations.java | 22 + .../test/spi/DatabaseVersionConfiguration.java | 22 + .../test/spi/DatabaseVersionConfigurations.java | 22 + .../src/main/resources/observetest.properties | 21 + .../support/TopiaMetadataModelSupportImpl.java | 8 +- .../persistence/metadata/TopiaMetadataEntity.java | 8 +- .../persistence/metadata/TopiaMetadataModel.java | 8 +- .../metadata/TopiaMetadataModelVisitor.java | 8 +- .../support/TopiaMetadataModelSupport.java | 8 +- .../topia/service/sql/batch/SqlRequests.java | 8 +- .../service/sql/batch/TopiaSqlBatchService.java | 8 +- .../batch/TopiaSqlBatchServiceConfiguration.java | 8 +- .../sql/batch/TopiaSqlBatchServiceImpl.java | 8 +- .../sql/batch/actions/AbstractSchemaAction.java | 8 +- .../sql/batch/actions/AbstractSchemaRequest.java | 8 +- .../sql/batch/actions/AbstractSqlAction.java | 8 +- .../sql/batch/actions/AbstractSqlRequest.java | 8 +- .../sql/batch/actions/AbstractTablesAction.java | 8 +- .../sql/batch/actions/AbstractTablesRequest.java | 8 +- .../sql/batch/actions/CreateSchemaAction.java | 8 +- .../sql/batch/actions/CreateSchemaRequest.java | 8 +- .../sql/batch/actions/DeleteTablesAction.java | 8 +- .../sql/batch/actions/DeleteTablesRequest.java | 8 +- .../sql/batch/actions/DropSchemaAction.java | 8 +- .../sql/batch/actions/DropSchemaRequest.java | 8 +- .../sql/batch/actions/ReplicateTablesAction.java | 8 +- .../sql/batch/actions/ReplicateTablesRequest.java | 8 +- .../batch/actions/TopiaSqlTableSelectArgument.java | 8 +- .../sql/batch/actions/UpdateTablesAction.java | 8 +- .../sql/batch/actions/UpdateTablesRequest.java | 8 +- .../service/sql/batch/tables/TopiaSqlTable.java | 8 +- .../service/sql/batch/tables/TopiaSqlTables.java | 10 +- .../sql/batch/tables/TopiaSqlTablesFactory.java | 8 +- .../templates/TopiaMetadataModelGenerator.java | 10 +- pom.xml | 10 - 358 files changed, 6769 insertions(+), 1843 deletions(-) delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSAbleTableModel.java delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSActivityTableModel.java delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jaxx delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jcss delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSModel.java delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss delete mode 100644 observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUIHandler.java delete mode 100644 observe-services-configuration-api/src/license/THIRD-PARTY.properties delete mode 100644 observe-services-configuration-rest/src/license/THIRD-PARTY.properties delete mode 100644 observe-services-configuration-topia/src/license/THIRD-PARTY.properties -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit aaff10310501ab58a086f3f3722fd3608220c0ff Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:12:47 2016 +0200 optimize dependencies --- observe-services-api/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/observe-services-api/pom.xml b/observe-services-api/pom.xml index 5c07f09..909ead0 100644 --- a/observe-services-api/pom.xml +++ b/observe-services-api/pom.xml @@ -52,6 +52,14 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + </dependency> <dependency> <groupId>com.google.guava</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 5ecfc96ac1071c94e9059e2d53aeef939c207b05 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:12:57 2016 +0200 fix assembly descriptor --- observe-application-swing/src/main/assembly/bin.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/observe-application-swing/src/main/assembly/bin.xml b/observe-application-swing/src/main/assembly/bin.xml index a403f4b..ea04f91 100755 --- a/observe-application-swing/src/main/assembly/bin.xml +++ b/observe-application-swing/src/main/assembly/bin.xml @@ -44,7 +44,7 @@ <fileSet> <directory>target</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <fileMode>0755</fileMode> <includes> <include>${project.build.finalName}.jar</include> @@ -53,7 +53,7 @@ <fileSet> <directory>target/classes</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <includes> <include>THIRD-PARTY.txt</include> <include>LICENSE.txt</include> @@ -62,7 +62,7 @@ <fileSet> <directory>src/main/assembly/dist</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <includes> <include>**/*</include> </includes> @@ -74,7 +74,7 @@ <fileSet> <directory>src/main/assembly/dist</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <fileMode>0755</fileMode> <filtered>true</filtered> <includes> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 5add1b90c393221b50e14a9d259096b66e1c5750 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:13:18 2016 +0200 Add missing license headers --- .../fr/ird/observe/ObserveOpenDataManager.java | 22 ++++++++++++++++++++++ .../java/fr/ird/observe/ObserveTextGenerator.java | 22 ++++++++++++++++++++++ .../ObserveSwingApplicationConfig.java | 4 ++-- .../ObserveSwingApplicationConfigProvider.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/db/ObserveSwingDataSource.java | 22 ++++++++++++++++++++++ .../observe/ui/actions/AbstractObserveAction.java | 22 ++++++++++++++++++++++ .../actions/shared/MoveTripLonglinesUIAction.java | 22 ++++++++++++++++++++++ .../ui/actions/shared/MoveTripSeinesUIAction.java | 22 ++++++++++++++++++++++ .../synchronize/ObsoleteReferentialReference.java | 22 ++++++++++++++++++++++ .../validate/ValidationMessageTableModel.java | 22 ++++++++++++++++++++++ .../loadors/AbstractDataReferenceChildLoador.java | 22 ++++++++++++++++++++++ .../MoveActivityLonglineNodeMenuPopulator.java | 22 ++++++++++++++++++++++ .../menu/MoveActivitySeineNodeMenuPopulator.java | 22 ++++++++++++++++++++++ .../ui/tree/menu/MoveNodeMenuPopulator.java | 22 ++++++++++++++++++++++ .../ui/tree/menu/MoveRouteNodeMenuPopulator.java | 22 ++++++++++++++++++++++ .../ui/tree/menu/MoveTripNodeMenuPopulator.java | 22 ++++++++++++++++++++++ .../ird/observe/ui/util/DecoratedNodeEntity.java | 22 ++++++++++++++++++++++ .../ui/util/decorator/DataReferenceDecorator.java | 22 ++++++++++++++++++++++ .../decorator/ReferentialReferenceDecorator.java | 22 ++++++++++++++++++++++ ...nlineTableAutotSelectRowAndShowPopupAction.java | 22 ++++++++++++++++++++++ .../main/resources/ftl/connexionTestResult_fr.ftl | 21 +++++++++++++++++++++ .../ftl/dataSourceConnectionReport_fr.ftl | 21 +++++++++++++++++++++ .../resources/ftl/dataSourceInformation_fr.ftl | 21 +++++++++++++++++++++ .../src/main/resources/ftl/dataSourcePolicy_fr.ftl | 21 +++++++++++++++++++++ .../ftl/dataSourceSelectModeResume_fr.ftl | 21 +++++++++++++++++++++ .../ftl/storageModelDataSourceConfiguration_fr.ftl | 21 +++++++++++++++++++++ 26 files changed, 546 insertions(+), 2 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ObserveOpenDataManager.java b/observe-application-swing/src/main/java/fr/ird/observe/ObserveOpenDataManager.java index 5e16df8..242fe5c 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ObserveOpenDataManager.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ObserveOpenDataManager.java @@ -1,5 +1,27 @@ package fr.ird.observe; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import fr.ird.observe.db.DataContext; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ObserveTextGenerator.java b/observe-application-swing/src/main/java/fr/ird/observe/ObserveTextGenerator.java index 7549d35..da5a109 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ObserveTextGenerator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ObserveTextGenerator.java @@ -1,5 +1,27 @@ package fr.ird.observe; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.configuration.ObserveSwingApplicationConfig; import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.services.configuration.ObserveDataSourceConfiguration; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfig.java b/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfig.java index f801e9e..cd81de9 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfig.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfig.java @@ -8,12 +8,12 @@ * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public * License along with this program. If not, see * <http://www.gnu.org/licenses/gpl-3.0.html>. diff --git a/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfigProvider.java b/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfigProvider.java index 27e1a7f..a963b21 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfigProvider.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/configuration/ObserveSwingApplicationConfigProvider.java @@ -1,5 +1,27 @@ package fr.ird.observe.configuration; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.config.ApplicationConfigProvider; import org.nuiton.config.ConfigActionDef; import org.nuiton.config.ConfigOptionDef; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/db/ObserveSwingDataSource.java b/observe-application-swing/src/main/java/fr/ird/observe/db/ObserveSwingDataSource.java index 95daccc..7989bcb 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/db/ObserveSwingDataSource.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/db/ObserveSwingDataSource.java @@ -1,5 +1,27 @@ package fr.ird.observe.db; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/AbstractObserveAction.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/AbstractObserveAction.java index a47a9ae..fdeb04f 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/AbstractObserveAction.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/AbstractObserveAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.actions; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import javax.swing.AbstractAction; import javax.swing.Icon; import java.beans.PropertyChangeListener; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripLonglinesUIAction.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripLonglinesUIAction.java index 71027f8..d63edb5 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripLonglinesUIAction.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripLonglinesUIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.actions.shared; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveSwingApplicationContext; import fr.ird.observe.services.dto.DataReference; import fr.ird.observe.services.dto.constants.GearType; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripSeinesUIAction.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripSeinesUIAction.java index 005fd57..5007e72 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripSeinesUIAction.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/actions/shared/MoveTripSeinesUIAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.actions.shared; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveSwingApplicationContext; import fr.ird.observe.services.dto.DataReference; import fr.ird.observe.services.dto.constants.GearType; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/synchronize/ObsoleteReferentialReference.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/synchronize/ObsoleteReferentialReference.java index d5e60c5..98e6259 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/synchronize/ObsoleteReferentialReference.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/synchronize/ObsoleteReferentialReference.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.admin.synchronize; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialReference; import java.util.Objects; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/validate/ValidationMessageTableModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/validate/ValidationMessageTableModel.java index 59904b1..26c9e47 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/validate/ValidationMessageTableModel.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/validate/ValidationMessageTableModel.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.admin.validate; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Lists; import fr.ird.observe.services.service.actions.validate.ValidationMessage; import jaxx.runtime.SwingUtil; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/loadors/AbstractDataReferenceChildLoador.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/loadors/AbstractDataReferenceChildLoador.java index 8b90d82..1fee084 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/loadors/AbstractDataReferenceChildLoador.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/loadors/AbstractDataReferenceChildLoador.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.loadors; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.DataDto; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivityLonglineNodeMenuPopulator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivityLonglineNodeMenuPopulator.java index d8c4f0a..e598b9e 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivityLonglineNodeMenuPopulator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivityLonglineNodeMenuPopulator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.menu; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.services.dto.IdDtos; import fr.ird.observe.services.dto.longline.TripLonglineDto; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivitySeineNodeMenuPopulator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivitySeineNodeMenuPopulator.java index f6c8609..bb67a81 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivitySeineNodeMenuPopulator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveActivitySeineNodeMenuPopulator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.menu; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.services.dto.IdDtos; import fr.ird.observe.services.dto.seine.RouteDto; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveNodeMenuPopulator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveNodeMenuPopulator.java index 9dcb0a0..99918e6 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveNodeMenuPopulator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveNodeMenuPopulator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.menu; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.ui.tree.ObserveNode; import fr.ird.observe.ui.tree.ObserveTreeHelper; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveRouteNodeMenuPopulator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveRouteNodeMenuPopulator.java index 1e07562..d4c614b 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveRouteNodeMenuPopulator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveRouteNodeMenuPopulator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.menu; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.services.dto.IdDtos; import fr.ird.observe.services.dto.seine.TripSeineDto; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveTripNodeMenuPopulator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveTripNodeMenuPopulator.java index ea25d19..0a93f01 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveTripNodeMenuPopulator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/menu/MoveTripNodeMenuPopulator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.tree.menu; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveSwingApplicationContext; import fr.ird.observe.db.ObserveSwingDataSource; import fr.ird.observe.services.dto.IdDtos; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/DecoratedNodeEntity.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/DecoratedNodeEntity.java index b53b8df..0935836 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/DecoratedNodeEntity.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/DecoratedNodeEntity.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.util; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import fr.ird.observe.services.dto.IdDto; import fr.ird.observe.ui.tree.AbstrctReferenceNodeSupport; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/DataReferenceDecorator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/DataReferenceDecorator.java index e7c7ced..d21fe05 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/DataReferenceDecorator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/DataReferenceDecorator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.util.decorator; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.AbstractReference; import fr.ird.observe.services.dto.DataDto; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/ReferentialReferenceDecorator.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/ReferentialReferenceDecorator.java index 52299cb..b736688 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/ReferentialReferenceDecorator.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/decorator/ReferentialReferenceDecorator.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.util.decorator; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; import org.apache.commons.jxpath.JXPathContext; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/table/InlineTableAutotSelectRowAndShowPopupAction.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/table/InlineTableAutotSelectRowAndShowPopupAction.java index 9bd338a..b6d949e 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/util/table/InlineTableAutotSelectRowAndShowPopupAction.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/util/table/InlineTableAutotSelectRowAndShowPopupAction.java @@ -1,5 +1,27 @@ package fr.ird.observe.ui.util.table; +/*- + * #%L + * ObServe :: Application Swing + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import javax.swing.JMenuItem; import javax.swing.JPopupMenu; import javax.swing.JScrollPane; diff --git a/observe-application-swing/src/main/resources/ftl/connexionTestResult_fr.ftl b/observe-application-swing/src/main/resources/ftl/connexionTestResult_fr.ftl index 052050a..0492100 100644 --- a/observe-application-swing/src/main/resources/ftl/connexionTestResult_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/connexionTestResult_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <html> <body> <#if connexionStatus.name() == "UNTESTED"> diff --git a/observe-application-swing/src/main/resources/ftl/dataSourceConnectionReport_fr.ftl b/observe-application-swing/src/main/resources/ftl/dataSourceConnectionReport_fr.ftl index 26d3626..7cd57ce 100644 --- a/observe-application-swing/src/main/resources/ftl/dataSourceConnectionReport_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/dataSourceConnectionReport_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <html> <body> <#import "storageModelDataSourceConfiguration_fr.ftl" as storageInfo> diff --git a/observe-application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl b/observe-application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl index 31fc012..6dab8ba 100644 --- a/observe-application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/dataSourceInformation_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <html> <body> diff --git a/observe-application-swing/src/main/resources/ftl/dataSourcePolicy_fr.ftl b/observe-application-swing/src/main/resources/ftl/dataSourcePolicy_fr.ftl index d370ca6..a6a8280 100644 --- a/observe-application-swing/src/main/resources/ftl/dataSourcePolicy_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/dataSourcePolicy_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <html> <body> Droits : diff --git a/observe-application-swing/src/main/resources/ftl/dataSourceSelectModeResume_fr.ftl b/observe-application-swing/src/main/resources/ftl/dataSourceSelectModeResume_fr.ftl index 493779e..425c599 100644 --- a/observe-application-swing/src/main/resources/ftl/dataSourceSelectModeResume_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/dataSourceSelectModeResume_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <html> <body> diff --git a/observe-application-swing/src/main/resources/ftl/storageModelDataSourceConfiguration_fr.ftl b/observe-application-swing/src/main/resources/ftl/storageModelDataSourceConfiguration_fr.ftl index ff3deba..d6fb70d 100644 --- a/observe-application-swing/src/main/resources/ftl/storageModelDataSourceConfiguration_fr.ftl +++ b/observe-application-swing/src/main/resources/ftl/storageModelDataSourceConfiguration_fr.ftl @@ -1,3 +1,24 @@ +<#-- + #%L + ObServe :: Application Swing + %% + Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program. If not, see + <http://www.gnu.org/licenses/gpl-3.0.html>. + #L% +--> <#macro storageModelDataSourceInformation storageModel> <#if storageModel??> <ul> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 3acf2b007109cd4bf6f755959f6392accb874290 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:16:10 2016 +0200 use commons collections 4 not previous one --- .../actions/synchro/UnidirectionalReferentialSynchronizeEngine.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java index 0b83ff9..8b2edee 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java @@ -4,7 +4,7 @@ import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; import fr.ird.observe.services.dto.referential.ReferentialReferenceSet; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import java.util.Collection; import java.util.LinkedHashSet; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 0913a1ecca7a8f687951beee368b7554bd877f10 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:23:04 2016 +0200 Add missing license headers --- .../v1/SqlScriptProducerServiceController.java | 22 ++++++++++++++++++++++ .../v1/longline/BranchlineServiceController.java | 22 ++++++++++++++++++++++ .../application/web/injector/DateInjector.java | 22 ++++++++++++++++++++++ .../web/injector/ObserveClassInjector.java | 22 ++++++++++++++++++++++ .../ObserveReferenceSetRequestInjector.java | 22 ++++++++++++++++++++++ .../injector/SqlScriptProducerRequestInjector.java | 22 ++++++++++++++++++++++ .../java/fr/ird/observe/RunScriptTopiaSqlWork.java | 22 ++++++++++++++++++++++ .../observe/entities/LastUpdateDateTopiaDao.java | 22 ++++++++++++++++++++++ .../java/fr/ird/observe/entities/TripMapPoint.java | 22 ++++++++++++++++++++++ .../observe/entities/longline/BasketTopiaDao.java | 22 ++++++++++++++++++++++ .../entities/longline/BranchlineTopiaDao.java | 22 ++++++++++++++++++++++ .../observe/entities/longline/SectionTopiaDao.java | 22 ++++++++++++++++++++++ .../observe/entities/referentiel/ProgramImpl.java | 22 ++++++++++++++++++++++ .../observe/entities/seine/NonTargetCatchs.java | 22 ++++++++++++++++++++++ .../observe/entities/seine/NonTargetLenghts.java | 22 ++++++++++++++++++++++ .../ird/observe/entities/seine/TargetCatchs.java | 22 ++++++++++++++++++++++ .../ird/observe/entities/seine/TargetLenghts.java | 22 ++++++++++++++++++++++ .../V4_901_01_add_lastUpdateDate_field-H2.sql | 21 +++++++++++++++++++++ .../V4_901_01_add_lastUpdateDate_field-PG.sql | 21 +++++++++++++++++++++ .../V4_902_01_add_lastUpdateDate_table-H2.sql | 21 +++++++++++++++++++++ .../V4_902_01_add_lastUpdateDate_table-PG.sql | 21 +++++++++++++++++++++ .../migration/V4_903_01_remove_unit_field-H2.sql | 21 +++++++++++++++++++++ .../migration/V4_903_01_remove_unit_field-PG.sql | 21 +++++++++++++++++++++ .../migration/V4_903_02_remove_gender_field-H2.sql | 21 +++++++++++++++++++++ .../migration/V4_903_02_remove_gender_field-PG.sql | 21 +++++++++++++++++++++ .../V4_903_03_remove_duplicate_rows-H2.sql | 21 +++++++++++++++++++++ .../V4_903_03_remove_duplicate_rows-PG.sql | 21 +++++++++++++++++++++ .../services/ObserveSpeciesListConfiguration.java | 22 ++++++++++++++++++++++ .../observe/services/http/ObserveHttpError.java | 22 ++++++++++++++++++++++ .../services/service/BabModelVersionException.java | 22 ++++++++++++++++++++++ .../service/ConcurrentModificationException.java | 22 ++++++++++++++++++++++ .../services/service/ObserveReferentialCache.java | 22 ++++++++++++++++++++++ .../services/service/ReferenceSetsRequest.java | 22 ++++++++++++++++++++++ .../services/service/SqlScriptProducerRequest.java | 22 ++++++++++++++++++++++ .../services/service/SqlScriptProducerService.java | 22 ++++++++++++++++++++++ .../actions/synchro/LocalReferentialStates.java | 22 ++++++++++++++++++++++ .../actions/synchro/RemoteReferentialDiff.java | 22 ++++++++++++++++++++++ ...ionalReferentialSynchronizeCallbackRequest.java | 22 ++++++++++++++++++++++ ...onalReferentialSynchronizeCallbackRequests.java | 22 ++++++++++++++++++++++ ...tionalReferentialSynchronizeCallbackResult.java | 22 ++++++++++++++++++++++ ...ionalReferentialSynchronizeCallbackResults.java | 22 ++++++++++++++++++++++ ...nidirectionalReferentialSynchronizeContext.java | 22 ++++++++++++++++++++++ ...UnidirectionalReferentialSynchronizeEngine.java | 22 ++++++++++++++++++++++ ...ectionalReferentialSynchronizeLocalService.java | 22 ++++++++++++++++++++++ ...ctionalReferentialSynchronizeRemoteService.java | 22 ++++++++++++++++++++++ ...nidirectionalReferentialSynchronizeRequest.java | 22 ++++++++++++++++++++++ ...UnidirectionalReferentialSynchronizeResult.java | 22 ++++++++++++++++++++++ .../actions/validate/ValidateResultForDtos.java | 22 ++++++++++++++++++++++ .../actions/validate/ValidateServiceUtils.java | 22 ++++++++++++++++++++++ .../service/actions/validate/ValidatorDto.java | 22 ++++++++++++++++++++++ .../service/actions/validate/ValidatorDtos.java | 22 ++++++++++++++++++++++ .../service/longline/BranchlineService.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/services/util/I18nEnumUtil.java | 22 ++++++++++++++++++++++ ...bserveDataSourceConfigurationAndConnection.java | 22 ++++++++++++++++++++++ .../ObserveDataSourceInformation.java | 22 ++++++++++++++++++++++ .../configuration/ObserveDataSourceType.java | 22 ++++++++++++++++++++++ .../observe/services/dto/AbstractReference.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/services/dto/DataReference.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/services/dto/ImportDataDto.java | 22 ++++++++++++++++++++++ .../observe/services/dto/ObserveDbUserDtos.java | 22 ++++++++++++++++++++++ .../services/dto/UnauthorizedException.java | 22 ++++++++++++++++++++++ .../services/dto/constants/ObserveDbRole.java | 22 ++++++++++++++++++++++ .../ird/observe/services/dto/gson/BlobAdapter.java | 22 ++++++++++++++++++++++ .../ird/observe/services/dto/gson/FormAdapter.java | 22 ++++++++++++++++++++++ .../observe/services/dto/gson/VersionAdapter.java | 22 ++++++++++++++++++++++ .../gson/reference/DataReferenceSetAdapter.java | 22 ++++++++++++++++++++++ .../reference/ReferentialReferenceSetAdapter.java | 22 ++++++++++++++++++++++ .../services/dto/longline/ActivityLonglineDto.java | 22 ++++++++++++++++++++++ .../observe/services/dto/longline/BasketDto.java | 22 ++++++++++++++++++++++ .../services/dto/longline/BranchlineDto.java | 22 ++++++++++++++++++++++ .../GearUseFeaturesMeasurementLonglineDto.java | 22 ++++++++++++++++++++++ .../dto/longline/LonglinePositionSetDto.java | 22 ++++++++++++++++++++++ .../longline/SetLonglineGlobalCompositionDto.java | 22 ++++++++++++++++++++++ .../dto/reference/DataReferenceSetDefinitions.java | 22 ++++++++++++++++++++++ .../dto/reference/ReferenceBinderEngine.java | 22 ++++++++++++++++++++++ .../reference/ReferenceBinderEngineSupplier.java | 22 ++++++++++++++++++++++ .../dto/reference/ReferenceSetDefinition.java | 22 ++++++++++++++++++++++ .../ReferentialReferenceSetDefinitions.java | 22 ++++++++++++++++++++++ .../request/ReferenceSetRequestDefinition.java | 22 ++++++++++++++++++++++ .../request/ReferenceSetRequestDefinitions.java | 22 ++++++++++++++++++++++ .../request/ReferenceSetRequestKeyDefinition.java | 22 ++++++++++++++++++++++ .../dto/referential/GearCaracteristicTypeDtos.java | 22 ++++++++++++++++++++++ .../dto/referential/I18nReferentialDto.java | 22 ++++++++++++++++++++++ .../dto/referential/I18nReferentialDtos.java | 22 ++++++++++++++++++++++ .../services/dto/referential/PersonDtos.java | 22 ++++++++++++++++++++++ .../services/dto/referential/ProgramDto.java | 22 ++++++++++++++++++++++ .../services/dto/referential/ProgramDtos.java | 22 ++++++++++++++++++++++ .../services/dto/referential/ReferentialDto.java | 22 ++++++++++++++++++++++ .../services/dto/referential/ReferentialDtos.java | 22 ++++++++++++++++++++++ .../dto/referential/ReferentialReference.java | 22 ++++++++++++++++++++++ .../dto/referential/ReferentialReferences.java | 22 ++++++++++++++++++++++ .../services/dto/referential/SpeciesListDto.java | 22 ++++++++++++++++++++++ .../services/dto/referential/VesselDtos.java | 22 ++++++++++++++++++++++ .../longline/VesselActivityLonglineDtos.java | 22 ++++++++++++++++++++++ .../referential/seine/VesselActivitySeineDtos.java | 22 ++++++++++++++++++++++ .../dto/referential/seine/WeightCategoryDtos.java | 22 ++++++++++++++++++++++ .../observe/services/dto/result/SaveResultDto.java | 22 ++++++++++++++++++++++ .../services/dto/result/SaveResultDtos.java | 22 ++++++++++++++++++++++ .../dto/result/TripChildSaveResultDtos.java | 22 ++++++++++++++++++++++ .../services/dto/seine/ActivitySeineDto.java | 22 ++++++++++++++++++++++ .../services/dto/seine/ActivitySeineStubDto.java | 22 ++++++++++++++++++++++ .../seine/FloatingObjectTransmittingBuoyDto.java | 22 ++++++++++++++++++++++ .../seine/GearUseFeaturesMeasurementSeineDto.java | 22 ++++++++++++++++++++++ .../ird/observe/services/dto/seine/RouteDto.java | 22 ++++++++++++++++++++++ .../observe/services/dto/seine/SetSeineDto.java | 22 ++++++++++++++++++++++ .../services/dto/seine/TargetCatchDtos.java | 22 ++++++++++++++++++++++ .../services/dto/seine/TargetLengthDto.java | 22 ++++++++++++++++++++++ .../observe/services/dto/seine/TripSeineDto.java | 22 ++++++++++++++++++++++ .../observe/services/ObserveHttpErrorAdapter.java | 22 ++++++++++++++++++++++ .../services/ObserveServiceRestErrorException.java | 22 ++++++++++++++++++++++ .../service/ReferenceValuesSetServiceRestTest.java | 22 ++++++++++++++++++++++ .../service/ReferentialServiceRestTest.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/services/ObserveJdbcHelper.java | 22 ++++++++++++++++++++++ .../observe/services/ObserveSecurityHelper.java | 22 ++++++++++++++++++++++ .../ird/observe/services/binder/BinderEngine.java | 22 ++++++++++++++++++++++ .../services/binder/BinderEngineInitializer.java | 22 ++++++++++++++++++++++ .../ird/observe/services/binder/BinderSupport.java | 22 ++++++++++++++++++++++ .../binder/ReferenceBinderEngineSupplierTopia.java | 22 ++++++++++++++++++++++ .../binder/data/ActivityLonglineBinder.java | 22 ++++++++++++++++++++++ .../data/ActivityLonglineEncouterDtoBinder.java | 22 ++++++++++++++++++++++ .../data/ActivityLonglineSensorUsedDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/ActivityLonglineStubDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/ActivitySeineBinder.java | 22 ++++++++++++++++++++++ .../data/ActivitySeineObservedSystemDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/ActivitySeineStubDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/BaitsCompositionBinder.java | 22 ++++++++++++++++++++++ .../observe/services/binder/data/BasketBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/BranchlineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/BranchlinesCompositionBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/CatchLonglineBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/DataBinderSupport.java | 22 ++++++++++++++++++++++ .../services/binder/data/EncounterBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/FloatingObjectBinder.java | 22 ++++++++++++++++++++++ .../FloatingObjectObservedSpeciesDtoBinder.java | 22 ++++++++++++++++++++++ .../FloatingObjectSchoolEstimateDtoBinder.java | 22 ++++++++++++++++++++++ .../FloatingObjectTransmittingBuoyDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/FloatlinesCompositionBinder.java | 22 ++++++++++++++++++++++ .../binder/data/GearUseFeaturesLonglineBinder.java | 22 ++++++++++++++++++++++ .../GearUseFeaturesMeasurementLonglineBinder.java | 22 ++++++++++++++++++++++ .../GearUseFeaturesMeasurementSeineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/GearUseFeaturesSeineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/HooksCompositionBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/NonTargetCatchBinder.java | 22 ++++++++++++++++++++++ .../binder/data/NonTargetLengthBinder.java | 22 ++++++++++++++++++++++ .../binder/data/NonTargetSampleBinder.java | 22 ++++++++++++++++++++++ .../binder/data/ObjectObservedSpeciesBinder.java | 22 ++++++++++++++++++++++ .../binder/data/ObjectSchoolEstimateBinder.java | 22 ++++++++++++++++++++++ .../observe/services/binder/data/RouteBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/RouteStubDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SchoolEstimateBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SectionBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SensorUsedBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SetLonglineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/SetLonglineCatchDtoBinder.java | 22 ++++++++++++++++++++++ .../SetLonglineDetailCompositionDtoBinder.java | 22 ++++++++++++++++++++++ .../SetLonglineGlobalCompositionDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/SetLonglineStubDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/SetLonglineTdrDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SetSeineBinder.java | 22 ++++++++++++++++++++++ .../data/SetSeineNonTargetCatchDtoBinder.java | 22 ++++++++++++++++++++++ .../data/SetSeineSchoolEstimateDtoBinder.java | 22 ++++++++++++++++++++++ .../binder/data/SetSeineTargetCatchDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/SizeMeasureBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/TargetCatchBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/TargetLengthBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/TargetSampleBinder.java | 22 ++++++++++++++++++++++ .../observe/services/binder/data/TdrBinder.java | 22 ++++++++++++++++++++++ .../binder/data/TransmittingBuoyBinder.java | 22 ++++++++++++++++++++++ .../binder/data/TripLonglineActivityDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/TripLonglineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/TripLonglineGearUseDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/TripSeineBinder.java | 22 ++++++++++++++++++++++ .../binder/data/TripSeineGearUseDtoBinder.java | 22 ++++++++++++++++++++++ .../services/binder/data/WeightMeasureBinder.java | 22 ++++++++++++++++++++++ .../referential/BaitHaulingStatusBinder.java | 22 ++++++++++++++++++++++ .../referential/BaitSettingStatusBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/BaitTypeBinder.java | 22 ++++++++++++++++++++++ .../referential/CatchFateLonglineBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/CountryBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/DetectionModeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/EncounterTypeBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/FpaZoneBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/GearBinder.java | 22 ++++++++++++++++++++++ .../referential/GearCaracteristicBinder.java | 22 ++++++++++++++++++++++ .../referential/GearCaracteristicTypeBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/HarbourBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/HealthnessBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/HookPositionBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/HookSizeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/HookTypeBinder.java | 22 ++++++++++++++++++++++ .../referential/ItemHorizontalPositionBinder.java | 22 ++++++++++++++++++++++ .../referential/ItemVerticalPositionBinder.java | 22 ++++++++++++++++++++++ .../referential/LengthWeightParameterBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/LightsticksColorBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/LightsticksTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/LineTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/MaturityStatusBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/MitigationTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ObjectFateBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ObjectOperationBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ObjectTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ObservedSystemBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/OceanBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/OrganismBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/PersonBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/ProgramBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ReasonForDiscardBinder.java | 22 ++++++++++++++++++++++ .../referential/ReasonForNoFishingBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/ReasonForNullSetBinder.java | 22 ++++++++++++++++++++++ .../referential/ReferentialBinderSupport.java | 22 ++++++++++++++++++++++ .../binder/referential/SensorBrandBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SensorDataFormatBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SensorTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SettingShapeBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/SexBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SizeMeasureTypeBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/SpeciesBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SpeciesFateBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SpeciesGroupBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SpeciesListBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/SpeciesStatusBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/StomacFullnessBinder.java | 22 ++++++++++++++++++++++ .../referential/SurroundingActivityBinder.java | 22 ++++++++++++++++++++++ .../TransmittingBuoyOperationBinder.java | 22 ++++++++++++++++++++++ .../referential/TransmittingBuoyTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/TripTypeBinder.java | 22 ++++++++++++++++++++++ .../referential/VesselActivityLonglineBinder.java | 22 ++++++++++++++++++++++ .../referential/VesselActivitySeineBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/VesselBinder.java | 22 ++++++++++++++++++++++ .../referential/VesselSizeCategoryBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/VesselTypeBinder.java | 22 ++++++++++++++++++++++ .../binder/referential/WeightCategoryBinder.java | 22 ++++++++++++++++++++++ .../referential/WeightMeasureTypeBinder.java | 22 ++++++++++++++++++++++ .../services/binder/referential/WindBinder.java | 22 ++++++++++++++++++++++ .../services/entity/BasketEntitiesExtractor.java | 22 ++++++++++++++++++++++ .../entity/BranchlineEntitiesExtractor.java | 22 ++++++++++++++++++++++ .../observe/services/entity/EntitiesExtractor.java | 22 ++++++++++++++++++++++ .../services/entity/EntitiesSetFactory.java | 22 ++++++++++++++++++++++ .../services/entity/SectionEntitiesExtractor.java | 22 ++++++++++++++++++++++ .../entity/SpeciesListEntitiesExtractor.java | 22 ++++++++++++++++++++++ .../entity/SpeciesListOceanEntitiesExtractor.java | 22 ++++++++++++++++++++++ .../observe/services/entity/TripMapDtoFactory.java | 22 ++++++++++++++++++++++ .../service/SqlScriptProducerServiceTopia.java | 22 ++++++++++++++++++++++ .../synchro/DeleteSqlStatementGenerator.java | 22 ++++++++++++++++++++++ .../synchro/InsertSqlStatementGenerator.java | 22 ++++++++++++++++++++++ .../synchro/ReplaceSqlStatementGenerator.java | 22 ++++++++++++++++++++++ ...nalReferentialSynchronizeLocalServiceTopia.java | 22 ++++++++++++++++++++++ ...alReferentialSynchronizeRemoteServiceTopia.java | 22 ++++++++++++++++++++++ .../synchro/UpdateSqlStatementGenerator.java | 22 ++++++++++++++++++++++ .../GenerateValidatorDescriptorsFileTool.java | 22 ++++++++++++++++++++++ .../service/longline/BranchlineServiceTopia.java | 22 ++++++++++++++++++++++ .../longline/LonglinePositionSetDtoHelper.java | 22 ++++++++++++++++++++++ .../service/seine/TargetCatchServiceTopia.java | 22 ++++++++++++++++++++++ .../service/actions/validate/validators.json | 21 +++++++++++++++++++++ .../replication/ReplicateReferentialsTest.java | 22 ++++++++++++++++++++++ .../entities/replication/ReplicateTestSupport.java | 22 ++++++++++++++++++++++ .../replication/ReplicateTripLonglineTest.java | 22 ++++++++++++++++++++++ .../replication/ReplicateTripSeineTest.java | 22 ++++++++++++++++++++++ .../ObserveDataSourceConnectionTopiaTaiste.java | 22 ++++++++++++++++++++++ .../services/binder/BinderEngineMetadataTest.java | 22 ++++++++++++++++++++++ .../observe/services/binder/BinderEngineTest.java | 22 ++++++++++++++++++++++ .../services/binder/ReferenceBinderEngineTest.java | 22 ++++++++++++++++++++++ .../services/service/AbstractServiceTopiaTest.java | 22 ++++++++++++++++++++++ .../services/service/MigrateTestsDatabases.java | 22 ++++++++++++++++++++++ .../fr/ird/observe/services/service/RigthTest.java | 22 ++++++++++++++++++++++ .../service/SqlScriptProducerServiceTopiaTest.java | 22 ++++++++++++++++++++++ .../UnidirectionalSynchronizeReferentialTest.java | 22 ++++++++++++++++++++++ .../java/fr/ird/observe/test/DatabaseName.java | 22 ++++++++++++++++++++++ .../java/fr/ird/observe/test/ObserveFixtures.java | 22 ++++++++++++++++++++++ .../test/spi/CopyDatabaseConfiguration.java | 22 ++++++++++++++++++++++ .../test/spi/CopyDatabaseConfigurations.java | 22 ++++++++++++++++++++++ .../ird/observe/test/spi/DatabaseClassifier.java | 22 ++++++++++++++++++++++ .../test/spi/DatabaseNameConfiguration.java | 22 ++++++++++++++++++++++ .../test/spi/DatabaseNameConfigurations.java | 22 ++++++++++++++++++++++ .../test/spi/DatabaseVersionConfiguration.java | 22 ++++++++++++++++++++++ .../test/spi/DatabaseVersionConfigurations.java | 22 ++++++++++++++++++++++ .../src/main/resources/observetest.properties | 21 +++++++++++++++++++++ .../support/TopiaMetadataModelSupportImpl.java | 8 ++++---- .../persistence/metadata/TopiaMetadataEntity.java | 8 ++++---- .../persistence/metadata/TopiaMetadataModel.java | 8 ++++---- .../metadata/TopiaMetadataModelVisitor.java | 8 ++++---- .../support/TopiaMetadataModelSupport.java | 8 ++++---- .../topia/service/sql/batch/SqlRequests.java | 8 ++++---- .../service/sql/batch/TopiaSqlBatchService.java | 8 ++++---- .../batch/TopiaSqlBatchServiceConfiguration.java | 8 ++++---- .../sql/batch/TopiaSqlBatchServiceImpl.java | 8 ++++---- .../sql/batch/actions/AbstractSchemaAction.java | 8 ++++---- .../sql/batch/actions/AbstractSchemaRequest.java | 8 ++++---- .../sql/batch/actions/AbstractSqlAction.java | 8 ++++---- .../sql/batch/actions/AbstractSqlRequest.java | 8 ++++---- .../sql/batch/actions/AbstractTablesAction.java | 8 ++++---- .../sql/batch/actions/AbstractTablesRequest.java | 8 ++++---- .../sql/batch/actions/CreateSchemaAction.java | 8 ++++---- .../sql/batch/actions/CreateSchemaRequest.java | 8 ++++---- .../sql/batch/actions/DeleteTablesAction.java | 8 ++++---- .../sql/batch/actions/DeleteTablesRequest.java | 8 ++++---- .../sql/batch/actions/DropSchemaAction.java | 8 ++++---- .../sql/batch/actions/DropSchemaRequest.java | 8 ++++---- .../sql/batch/actions/ReplicateTablesAction.java | 8 ++++---- .../sql/batch/actions/ReplicateTablesRequest.java | 8 ++++---- .../batch/actions/TopiaSqlTableSelectArgument.java | 8 ++++---- .../sql/batch/actions/UpdateTablesAction.java | 8 ++++---- .../sql/batch/actions/UpdateTablesRequest.java | 8 ++++---- .../service/sql/batch/tables/TopiaSqlTable.java | 8 ++++---- .../service/sql/batch/tables/TopiaSqlTables.java | 10 +++++----- .../sql/batch/tables/TopiaSqlTablesFactory.java | 8 ++++---- .../templates/TopiaMetadataModelGenerator.java | 10 +++++----- 307 files changed, 6204 insertions(+), 122 deletions(-) diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/SqlScriptProducerServiceController.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/SqlScriptProducerServiceController.java index ab33c4c..82cafc9 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/SqlScriptProducerServiceController.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/SqlScriptProducerServiceController.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.controller.v1; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.service.SqlScriptProducerRequest; import fr.ird.observe.services.service.SqlScriptProducerService; diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/longline/BranchlineServiceController.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/longline/BranchlineServiceController.java index db7726d..428fae0 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/longline/BranchlineServiceController.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/controller/v1/longline/BranchlineServiceController.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.controller.v1.longline; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.application.web.controller.v1.ObserveAuthenticatedServiceControllerSupport; import fr.ird.observe.services.dto.Form; import fr.ird.observe.services.dto.longline.BranchlineDto; diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/DateInjector.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/DateInjector.java index cbc6f7b..ad28bac 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/DateInjector.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/DateInjector.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.injector; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.gson.JsonParseException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveClassInjector.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveClassInjector.java index 31cd878..98988d3 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveClassInjector.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveClassInjector.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.injector; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.gson.JsonParseException; import org.apache.commons.logging.Log; diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveReferenceSetRequestInjector.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveReferenceSetRequestInjector.java index a5e6447..28a3b00 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveReferenceSetRequestInjector.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/ObserveReferenceSetRequestInjector.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.injector; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.gson.Gson; import fr.ird.observe.services.service.ReferenceSetsRequest; diff --git a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/SqlScriptProducerRequestInjector.java b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/SqlScriptProducerRequestInjector.java index 03a5eeb..29771b6 100644 --- a/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/SqlScriptProducerRequestInjector.java +++ b/observe-application-web/src/main/java/fr/ird/observe/application/web/injector/SqlScriptProducerRequestInjector.java @@ -1,5 +1,27 @@ package fr.ird.observe.application.web.injector; +/*- + * #%L + * ObServe :: Application Web + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.gson.Gson; import fr.ird.observe.services.service.SqlScriptProducerRequest; diff --git a/observe-entities/src/main/java/fr/ird/observe/RunScriptTopiaSqlWork.java b/observe-entities/src/main/java/fr/ird/observe/RunScriptTopiaSqlWork.java index fe74133..b5ea405 100644 --- a/observe-entities/src/main/java/fr/ird/observe/RunScriptTopiaSqlWork.java +++ b/observe-entities/src/main/java/fr/ird/observe/RunScriptTopiaSqlWork.java @@ -1,5 +1,27 @@ package fr.ird.observe; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaException; import org.nuiton.topia.persistence.support.TopiaSqlWork; import org.nuiton.util.GZUtil; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/LastUpdateDateTopiaDao.java b/observe-entities/src/main/java/fr/ird/observe/entities/LastUpdateDateTopiaDao.java index e8c5582..011e9bc 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/LastUpdateDateTopiaDao.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/LastUpdateDateTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class LastUpdateDateTopiaDao extends AbstractLastUpdateDateTopiaDao<LastUpdateDate> { public LastUpdateDate findUniqueByType(String v) { diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/TripMapPoint.java b/observe-entities/src/main/java/fr/ird/observe/entities/TripMapPoint.java index ee6cd85..fa220c9 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/TripMapPoint.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/TripMapPoint.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.constants.TripMapPointTypePersist; import java.io.Serializable; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/longline/BasketTopiaDao.java b/observe-entities/src/main/java/fr/ird/observe/entities/longline/BasketTopiaDao.java index 4ce4bf4..e23a439 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/longline/BasketTopiaDao.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/longline/BasketTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.longline; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class BasketTopiaDao extends AbstractBasketTopiaDao<Basket> { public boolean isUsed(Basket entity) { diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/longline/BranchlineTopiaDao.java b/observe-entities/src/main/java/fr/ird/observe/entities/longline/BranchlineTopiaDao.java index a685b1a..28501c3 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/longline/BranchlineTopiaDao.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/longline/BranchlineTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.longline; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class BranchlineTopiaDao extends AbstractBranchlineTopiaDao<Branchline> { public boolean isUsed(Branchline entity) { diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/longline/SectionTopiaDao.java b/observe-entities/src/main/java/fr/ird/observe/entities/longline/SectionTopiaDao.java index 4a5363a..3878f14 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/longline/SectionTopiaDao.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/longline/SectionTopiaDao.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.longline; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class SectionTopiaDao extends AbstractSectionTopiaDao<Section> { public boolean isUsed(Section entity) { diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/referentiel/ProgramImpl.java b/observe-entities/src/main/java/fr/ird/observe/entities/referentiel/ProgramImpl.java index 0d7f9dc..37f8597 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/referentiel/ProgramImpl.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/referentiel/ProgramImpl.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.referentiel; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class ProgramImpl extends ProgramAbstract { private static final long serialVersionUID = 3546129729498396258L; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetCatchs.java b/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetCatchs.java index 779473d..c64b276 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetCatchs.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetCatchs.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.seine; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import fr.ird.observe.entities.referentiel.Species; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetLenghts.java b/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetLenghts.java index 2ec9994..e6416e4 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetLenghts.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/seine/NonTargetLenghts.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.seine; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import fr.ird.observe.entities.referentiel.Species; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetCatchs.java b/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetCatchs.java index b4d8175..658e692 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetCatchs.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetCatchs.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.seine; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.base.Predicate; import fr.ird.observe.entities.referentiel.Species; diff --git a/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetLenghts.java b/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetLenghts.java index b442857..118a9c1 100644 --- a/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetLenghts.java +++ b/observe-entities/src/main/java/fr/ird/observe/entities/seine/TargetLenghts.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.seine; +/*- + * #%L + * ObServe :: Entities + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import fr.ird.observe.entities.referentiel.Species; diff --git a/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-H2.sql b/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-H2.sql index 7bb8bf5..7e2acb9 100644 --- a/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-H2.sql +++ b/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-H2.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- DROP TABLE IF EXISTS OBSERVE_COMMON.LASTUPDATETYPE; -- Referentiel commum diff --git a/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-PG.sql b/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-PG.sql index f039817..297cfdc 100644 --- a/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-PG.sql +++ b/observe-entities/src/main/resources/db/migration/V4_901_01_add_lastUpdateDate_field-PG.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- DROP TABLE IF EXISTS OBSERVE_COMMON.LASTUPDATETYPE; -- Referentiel commum diff --git a/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-H2.sql b/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-H2.sql index 3bac74a..b8a45a0 100644 --- a/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-H2.sql +++ b/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-H2.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- DROP TABLE IF EXISTS OBSERVE_COMMON.LASTUPDATEDATE; CREATE TABLE OBSERVE_COMMON.LASTUPDATEDATE (TOPIAID VARCHAR(255) NOT NULL, TOPIAVERSION BIGINT NOT NULL, TOPIACREATEDATE TIMESTAMP NOT NULL, TYPE VARCHAR(255) NOT NULL UNIQUE, LASTUPDATEDATE TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP); ALTER TABLE OBSERVE_COMMON.LASTUPDATEDATE ADD CONSTRAINT PK_LASTUPDATEDATE PRIMARY KEY (TOPIAID); diff --git a/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-PG.sql b/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-PG.sql index 4975d0e..8a67418 100644 --- a/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-PG.sql +++ b/observe-entities/src/main/resources/db/migration/V4_902_01_add_lastUpdateDate_table-PG.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- DROP TABLE IF EXISTS OBSERVE_COMMON.LASTUPDATEDATE; CREATE TABLE OBSERVE_COMMON.LASTUPDATEDATE (TOPIAID character varying(255) NOT NULL, TOPIAVERSION BIGINT NOT NULL, TOPIACREATEDATE TIMESTAMP NOT NULL, TYPE character varying(255) NOT NULL UNIQUE, LASTUPDATEDATE TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP); ALTER TABLE OBSERVE_COMMON.LASTUPDATEDATE ADD CONSTRAINT PK_LASTUPDATEDATE PRIMARY KEY (TOPIAID); diff --git a/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-H2.sql b/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-H2.sql index d8aa647..f6d9d3f 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-H2.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-H2.sql @@ -1 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- ALTER TABLE OBSERVE_COMMON.GEARCARACTERISTICTYPE DROP COLUMN IF EXISTS UNIT; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-PG.sql b/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-PG.sql index d8aa647..f6d9d3f 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-PG.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_01_remove_unit_field-PG.sql @@ -1 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- ALTER TABLE OBSERVE_COMMON.GEARCARACTERISTICTYPE DROP COLUMN IF EXISTS UNIT; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-H2.sql b/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-H2.sql index fc0c96e..4fe2ff6 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-H2.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-H2.sql @@ -1 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- ALTER TABLE OBSERVE_SEINE.NONTARGETLENGTH DROP COLUMN IF EXISTS GENDER; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-PG.sql b/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-PG.sql index fc0c96e..4fe2ff6 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-PG.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_02_remove_gender_field-PG.sql @@ -1 +1,22 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- ALTER TABLE OBSERVE_SEINE.NONTARGETLENGTH DROP COLUMN IF EXISTS GENDER; \ No newline at end of file diff --git a/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-H2.sql b/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-H2.sql index d6d65b3..bfecf3f 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-H2.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-H2.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- -- suppression des doublons dans la table observe_seine.activity_observedsystem ------------------------------------------------------------------------------- diff --git a/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-PG.sql b/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-PG.sql index 5ce44ed..7330a71 100644 --- a/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-PG.sql +++ b/observe-entities/src/main/resources/db/migration/V4_903_03_remove_duplicate_rows-PG.sql @@ -1,3 +1,24 @@ +--- +-- #%L +-- ObServe :: Entities +-- %% +-- Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +-- %% +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as +-- published by the Free Software Foundation, either version 3 of the +-- License, or (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public +-- License along with this program. If not, see +-- <http://www.gnu.org/licenses/gpl-3.0.html>. +-- #L% +--- -- suppression des doublons dans la table observe_seine.activity_observedsystem ------------------------------------------------------------------------------- diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/ObserveSpeciesListConfiguration.java b/observe-services-api/src/main/java/fr/ird/observe/services/ObserveSpeciesListConfiguration.java index 43a0e77..612fece 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/ObserveSpeciesListConfiguration.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/ObserveSpeciesListConfiguration.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * Contient la configuration des listes de favoris d'espèces à utiliser. * diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/http/ObserveHttpError.java b/observe-services-api/src/main/java/fr/ird/observe/services/http/ObserveHttpError.java index faf9f3b..db8d6df 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/http/ObserveHttpError.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/http/ObserveHttpError.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.http; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff - bavencoff@codelutin.com */ diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/BabModelVersionException.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/BabModelVersionException.java index a7a8538..c4763fa 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/BabModelVersionException.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/BabModelVersionException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.version.Version; /** diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/ConcurrentModificationException.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/ConcurrentModificationException.java index f25fc4d..41a9512 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/ConcurrentModificationException.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/ConcurrentModificationException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Date; /** diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/ObserveReferentialCache.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/ObserveReferentialCache.java index 6f89b3f..47a180e 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/ObserveReferentialCache.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/ObserveReferentialCache.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.reference.ReferenceSetDefinition; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/ReferenceSetsRequest.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/ReferenceSetsRequest.java index 1551b41..4c67246 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/ReferenceSetsRequest.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/ReferenceSetsRequest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import java.util.Date; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerRequest.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerRequest.java index 395f2d4..48040ef 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerRequest.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerRequest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import com.google.common.collect.ImmutableSet; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerService.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerService.java index 2925ad5..fd0fae8 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerService.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/SqlScriptProducerService.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.ObserveService; /** diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/LocalReferentialStates.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/LocalReferentialStates.java index d770f36..3414794 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/LocalReferentialStates.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/LocalReferentialStates.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/RemoteReferentialDiff.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/RemoteReferentialDiff.java index b4409f7..2460dd9 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/RemoteReferentialDiff.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/RemoteReferentialDiff.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; import fr.ird.observe.services.dto.referential.ReferentialDto; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequest.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequest.java index bcfbfbd..335cbc2 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequest.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequests.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequests.java index 5ec2393..63ef003 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequests.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackRequests.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResult.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResult.java index 989b98d..c5d59a7 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResult.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResult.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Map; import java.util.TreeMap; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResults.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResults.java index c2b5535..26a5244 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResults.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeCallbackResults.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.LinkedHashMap; import java.util.Map; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeContext.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeContext.java index 799959d..0081a9c 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeContext.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeContext.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import java.util.Set; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java index 8b2edee..1b7b904 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeEngine.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalService.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalService.java index b3d8f98..0de372f 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalService.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalService.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.ObserveService; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteService.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteService.java index 2168fad..c0c2737 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteService.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteService.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.ObserveService; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReferenceSet; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRequest.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRequest.java index fd01d8a..d5b7ece 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRequest.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRequest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeResult.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeResult.java index 12b5e03..89e75fb 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeResult.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeResult.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ArrayListMultimap; import com.google.common.collect.Multimap; import fr.ird.observe.services.dto.referential.ReferentialDto; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateResultForDtos.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateResultForDtos.java index 68cc125..932aadd 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateResultForDtos.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateResultForDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.validate; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.base.Predicate; import com.google.common.collect.ImmutableSet; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateServiceUtils.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateServiceUtils.java index 070108b..616c1e6 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateServiceUtils.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidateServiceUtils.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.validate; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import com.google.gson.Gson; import fr.ird.observe.services.dto.gson.ObserveDtoGsonSupplier; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDto.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDto.java index 57d69c0..565635d 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDto.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.validate; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.IdDto; import org.nuiton.validator.NuitonValidatorScope; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDtos.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDtos.java index 68d86a4..b2e6db5 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDtos.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/actions/validate/ValidatorDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.validate; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Predicate; import com.google.common.collect.Iterables; import com.google.common.collect.Sets; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/service/longline/BranchlineService.java b/observe-services-api/src/main/java/fr/ird/observe/services/service/longline/BranchlineService.java index 0f8924f..5ad92a4 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/service/longline/BranchlineService.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/service/longline/BranchlineService.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.longline; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.ObserveService; import fr.ird.observe.services.dto.Form; import fr.ird.observe.services.dto.longline.BranchlineDto; diff --git a/observe-services-api/src/main/java/fr/ird/observe/services/util/I18nEnumUtil.java b/observe-services-api/src/main/java/fr/ird/observe/services/util/I18nEnumUtil.java index 7d63604..53d5df8 100644 --- a/observe-services-api/src/main/java/fr/ird/observe/services/util/I18nEnumUtil.java +++ b/observe-services-api/src/main/java/fr/ird/observe/services/util/I18nEnumUtil.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.util; +/*- + * #%L + * ObServe :: Services API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.beans.Introspector; import java.util.Locale; diff --git a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceConfigurationAndConnection.java b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceConfigurationAndConnection.java index 15bd1ac..935ea3b 100644 --- a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceConfigurationAndConnection.java +++ b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceConfigurationAndConnection.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.configuration; +/*- + * #%L + * ObServe :: Services Configuration API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff - bavencoff@codelutin.com */ diff --git a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceInformation.java b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceInformation.java index 04e1ed1..7bce0f0 100644 --- a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceInformation.java +++ b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceInformation.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.configuration; +/*- + * #%L + * ObServe :: Services Configuration API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableList; import org.nuiton.version.Version; diff --git a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceType.java b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceType.java index 4500a66..c68e8cf 100644 --- a/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceType.java +++ b/observe-services-configuration-api/src/main/java/fr/ird/observe/services/configuration/ObserveDataSourceType.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.configuration; +/*- + * #%L + * ObServe :: Services Configuration API + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * Created on 12/07/16. * diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/AbstractReference.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/AbstractReference.java index f2d4541..fe7674f 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/AbstractReference.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/AbstractReference.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.base.Predicate; import com.google.common.collect.Iterables; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/DataReference.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/DataReference.java index bd421f1..ea7d862 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/DataReference.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/DataReference.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import com.google.common.base.Predicate; import org.apache.commons.logging.Log; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/ImportDataDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/ImportDataDto.java index 8ef6084..3c5b1ea 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/ImportDataDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/ImportDataDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; /** diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/ObserveDbUserDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/ObserveDbUserDtos.java index 12bcb54..3a316d0 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/ObserveDbUserDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/ObserveDbUserDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Comparator; public class ObserveDbUserDtos extends AbstractObserveDbUserDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/UnauthorizedException.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/UnauthorizedException.java index b9f15d0..b1b4621 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/UnauthorizedException.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/UnauthorizedException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff - bavencoff@codelutin.com */ diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/constants/ObserveDbRole.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/constants/ObserveDbRole.java index 1519cc5..936dfd8 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/constants/ObserveDbRole.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/constants/ObserveDbRole.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.constants; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff - bavencoff@codelutin.com */ diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/BlobAdapter.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/BlobAdapter.java index 762e28c..c720d20 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/BlobAdapter.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/BlobAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.gson; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/FormAdapter.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/FormAdapter.java index 4b82b44..2eafb13 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/FormAdapter.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/FormAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.gson; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/VersionAdapter.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/VersionAdapter.java index c399b95..c5a876a 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/VersionAdapter.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/VersionAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.gson; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/DataReferenceSetAdapter.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/DataReferenceSetAdapter.java index 2193654..c43e48f 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/DataReferenceSetAdapter.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/DataReferenceSetAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.gson.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonElement; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/ReferentialReferenceSetAdapter.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/ReferentialReferenceSetAdapter.java index 6e8d08c..dc8a79a 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/ReferentialReferenceSetAdapter.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/gson/reference/ReferentialReferenceSetAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.gson.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonElement; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/ActivityLonglineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/ActivityLonglineDto.java index b41b530..6003f93 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/ActivityLonglineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/ActivityLonglineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.util.DateUtil; import java.util.Date; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BasketDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BasketDto.java index 45ba541..3d25677 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BasketDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BasketDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class BasketDto extends AbstractBasketDto { private static final long serialVersionUID = 3690753995685507632L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BranchlineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BranchlineDto.java index ae40980..e627009 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BranchlineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/BranchlineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class BranchlineDto extends AbstractBranchlineDto { private static final long serialVersionUID = 7018072108318352694L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/GearUseFeaturesMeasurementLonglineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/GearUseFeaturesMeasurementLonglineDto.java index 6a23b14..256b8e1 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/GearUseFeaturesMeasurementLonglineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/GearUseFeaturesMeasurementLonglineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class GearUseFeaturesMeasurementLonglineDto extends AbstractGearUseFeaturesMeasurementLonglineDto { private static final long serialVersionUID = 4121465684829026103L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/LonglinePositionSetDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/LonglinePositionSetDto.java index 72757da..58e1901 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/LonglinePositionSetDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/LonglinePositionSetDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.DataReference; import java.util.Collection; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/SetLonglineGlobalCompositionDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/SetLonglineGlobalCompositionDto.java index 94b72c6..352f7d6 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/SetLonglineGlobalCompositionDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/longline/SetLonglineGlobalCompositionDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class SetLonglineGlobalCompositionDto extends AbstractSetLonglineGlobalCompositionDto { private static final long serialVersionUID = 3473510292736074595L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/DataReferenceSetDefinitions.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/DataReferenceSetDefinitions.java index 45d724f..5817d7e 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/DataReferenceSetDefinitions.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/DataReferenceSetDefinitions.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import fr.ird.observe.services.dto.DataDto; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngine.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngine.java index 624b7b6..3d73c1f 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngine.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngine.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.DataDto; import fr.ird.observe.services.dto.DataReference; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngineSupplier.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngineSupplier.java index f80a4e6..ee2c28a 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngineSupplier.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceBinderEngineSupplier.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Supplier; import java.util.Iterator; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceSetDefinition.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceSetDefinition.java index 628eb06..a79d759 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceSetDefinition.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferenceSetDefinition.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import fr.ird.observe.services.dto.IdDto; import org.apache.commons.logging.Log; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferentialReferenceSetDefinitions.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferentialReferenceSetDefinitions.java index 4cb1e9b..f067d75 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferentialReferenceSetDefinitions.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/ReferentialReferenceSetDefinitions.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import fr.ird.observe.services.dto.constants.GearType; import fr.ird.observe.services.dto.referential.CountryDto; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinition.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinition.java index 78acc59..d7bec33 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinition.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinition.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference.request; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.DataDto; import fr.ird.observe.services.dto.IdDto; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinitions.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinitions.java index 65d5cd2..24e4652 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinitions.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestDefinitions.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference.request; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.IdDto; import fr.ird.observe.services.dto.longline.ActivityLonglineDto; import fr.ird.observe.services.dto.longline.BaitsCompositionDto; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestKeyDefinition.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestKeyDefinition.java index e4d4e1b..117dff6 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestKeyDefinition.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/reference/request/ReferenceSetRequestKeyDefinition.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.reference.request; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import fr.ird.observe.services.dto.IdDto; import fr.ird.observe.services.dto.reference.ReferenceSetDefinition; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/GearCaracteristicTypeDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/GearCaracteristicTypeDtos.java index bf7ddc3..c7380fe 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/GearCaracteristicTypeDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/GearCaracteristicTypeDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Sets; import java.util.Set; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java index 5a1961e..ffec2e6 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public abstract class I18nReferentialDto extends AbstractI18nReferentialDto { private static final long serialVersionUID = 3832622876506665573L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDtos.java index d8c5495..936c511 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/I18nReferentialDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class I18nReferentialDtos extends AbstractI18nReferentialDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/PersonDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/PersonDtos.java index 74d3da9..c3050f4 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/PersonDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/PersonDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Collection; import java.util.List; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDto.java index 0ed59d8..0055e76 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class ProgramDto extends AbstractProgramDto { private static final long serialVersionUID = 1L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDtos.java index e651682..3a53f56 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ProgramDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.constants.GearType; public class ProgramDtos extends AbstractProgramDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDto.java index e3b450c..1ada75b 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; public abstract class ReferentialDto extends AbstractReferentialDto { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDtos.java index 972e0dc..29c86f8 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.referential.longline.BaitHaulingStatusDto; import fr.ird.observe.services.dto.referential.longline.BaitSettingStatusDto; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReference.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReference.java index f836a3a..ba1dc77 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReference.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReference.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.MoreObjects; import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.dto.AbstractReference; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReferences.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReferences.java index cf97601..25935c1 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReferences.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/ReferentialReferences.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.base.Predicate; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/SpeciesListDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/SpeciesListDto.java index a957ff0..9c0458a 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/SpeciesListDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/SpeciesListDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Set; import java.util.stream.Collectors; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/VesselDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/VesselDtos.java index 7d28bc7..857026d 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/VesselDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/VesselDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Collection; import java.util.List; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/longline/VesselActivityLonglineDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/longline/VesselActivityLonglineDtos.java index d7a1772..baa1c07 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/longline/VesselActivityLonglineDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/longline/VesselActivityLonglineDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential.longline; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialReference; public class VesselActivityLonglineDtos extends AbstractVesselActivityLonglineDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/VesselActivitySeineDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/VesselActivitySeineDtos.java index c28a393..cad08b3 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/VesselActivitySeineDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/VesselActivitySeineDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialReference; public class VesselActivitySeineDtos extends AbstractVesselActivitySeineDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/WeightCategoryDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/WeightCategoryDtos.java index 618e71c..5e0e105 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/WeightCategoryDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/referential/seine/WeightCategoryDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.referential.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDto.java index 691365c..17ed413 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.result; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.IdDto; public class SaveResultDto extends AbstractSaveResultDto { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDtos.java index f4fb3aa..5521436 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/SaveResultDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.result; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Date; public class SaveResultDtos extends AbstractSaveResultDtos { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/TripChildSaveResultDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/TripChildSaveResultDtos.java index 128e800..cc03dbc 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/TripChildSaveResultDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/result/TripChildSaveResultDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.result; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class TripChildSaveResultDtos extends AbstractTripChildSaveResultDtos { public static TripChildSaveResultDto of(SaveResultDto incoming) { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineDto.java index 859b894..56be3f0 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.seine.VesselActivitySeineDto; import org.nuiton.util.DateUtil; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineStubDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineStubDto.java index 6190b3a..7a1b84e 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineStubDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/ActivitySeineStubDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.util.DateUtil; import java.util.Date; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/FloatingObjectTransmittingBuoyDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/FloatingObjectTransmittingBuoyDto.java index c64da55..8c8eea0 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/FloatingObjectTransmittingBuoyDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/FloatingObjectTransmittingBuoyDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Iterables; import fr.ird.observe.services.dto.constants.seine.TypeTransmittingBuoyOperation; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/GearUseFeaturesMeasurementSeineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/GearUseFeaturesMeasurementSeineDto.java index d68d288..345ed80 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/GearUseFeaturesMeasurementSeineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/GearUseFeaturesMeasurementSeineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + public class GearUseFeaturesMeasurementSeineDto extends AbstractGearUseFeaturesMeasurementSeineDto { private static final long serialVersionUID = 3690474929450804018L; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/RouteDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/RouteDto.java index a791766..e885b45 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/RouteDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/RouteDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Iterables; import fr.ird.observe.services.dto.IdDtos; import org.apache.commons.logging.Log; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/SetSeineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/SetSeineDto.java index 876c47e..cef536c 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/SetSeineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/SetSeineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.util.DateUtil; import java.util.Date; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetCatchDtos.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetCatchDtos.java index d81c90b..e20c7d4 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetCatchDtos.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetCatchDtos.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.util.Collection; import java.util.List; import java.util.stream.Collectors; diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetLengthDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetLengthDto.java index df44e6c..48af638 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetLengthDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TargetLengthDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.nuiton.util.NumberUtil; public class TargetLengthDto extends AbstractTargetLengthDto { diff --git a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TripSeineDto.java b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TripSeineDto.java index ea34acf..fd623bf 100644 --- a/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TripSeineDto.java +++ b/observe-services-model/src/main/java/fr/ird/observe/services/dto/seine/TripSeineDto.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.dto.seine; +/*- + * #%L + * ObServe :: Services model + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Optional; import com.google.common.base.Predicates; import com.google.common.collect.Iterables; diff --git a/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveHttpErrorAdapter.java b/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveHttpErrorAdapter.java index 79ffbc0..4671fbd 100644 --- a/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveHttpErrorAdapter.java +++ b/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveHttpErrorAdapter.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services REST Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; diff --git a/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveServiceRestErrorException.java b/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveServiceRestErrorException.java index e6c3033..639d6e4 100644 --- a/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveServiceRestErrorException.java +++ b/observe-services-rest/src/main/java/fr/ird/observe/services/ObserveServiceRestErrorException.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services REST Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * @author Sylvain Bavencoff - bavencoff@codelutin.com */ diff --git a/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferenceValuesSetServiceRestTest.java b/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferenceValuesSetServiceRestTest.java index 5312f27..dc5ab55 100644 --- a/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferenceValuesSetServiceRestTest.java +++ b/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferenceValuesSetServiceRestTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services REST Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.TestClassResource; diff --git a/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferentialServiceRestTest.java b/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferentialServiceRestTest.java index 400b967..fce3cc9 100644 --- a/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferentialServiceRestTest.java +++ b/observe-services-rest/src/test/java/fr/ird/observe/services/service/ReferentialServiceRestTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services REST Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import fr.ird.observe.services.TestClassResource; import fr.ird.observe.services.TestMethodResource; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveJdbcHelper.java b/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveJdbcHelper.java index 14eb5ba..449f032 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveJdbcHelper.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveJdbcHelper.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Lists; import com.google.common.collect.Sets; import fr.ird.observe.services.dto.ObserveDbUserDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveSecurityHelper.java b/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveSecurityHelper.java index 5c53a62..061a147 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveSecurityHelper.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/ObserveSecurityHelper.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.collect.Iterables; import com.google.common.collect.Sets; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngine.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngine.java index cf6a780..9838a62 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngine.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngine.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import fr.ird.observe.entities.ObserveDataEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngineInitializer.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngineInitializer.java index 586cf22..bdd24bb 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngineInitializer.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderEngineInitializer.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.entities.ObserveDataEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderSupport.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderSupport.java index 05e79bf..e402a8f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderSupport.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/BinderSupport.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.collect.Iterables; import fr.ird.observe.ObserveEntityEnum; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/ReferenceBinderEngineSupplierTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/ReferenceBinderEngineSupplierTopia.java index 9e98291..efb25f9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/ReferenceBinderEngineSupplierTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/ReferenceBinderEngineSupplierTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.reference.ReferenceBinderEngine; import fr.ird.observe.services.dto.reference.ReferenceBinderEngineSupplier; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineBinder.java index 443832c..24e02d1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.entities.referentiel.FpaZone; import fr.ird.observe.entities.referentiel.longline.VesselActivityLongline; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineEncouterDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineEncouterDtoBinder.java index 73ec21f..2eaf87a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineEncouterDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineEncouterDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.entities.longline.Encounter; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineSensorUsedDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineSensorUsedDtoBinder.java index 9138c04..a575752 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineSensorUsedDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineSensorUsedDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.entities.longline.SensorUsed; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineStubDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineStubDtoBinder.java index 1ad7a31..5ffcc6e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineStubDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivityLonglineStubDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.longline.ActivityLonglineStubDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineBinder.java index b079959..670dacc 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.FpaZone; import fr.ird.observe.entities.referentiel.seine.DetectionMode; import fr.ird.observe.entities.referentiel.seine.ReasonForNoFishing; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineObservedSystemDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineObservedSystemDtoBinder.java index 195b268..bf7ab96 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineObservedSystemDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineObservedSystemDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObservedSystem; import fr.ird.observe.entities.seine.ActivitySeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineStubDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineStubDtoBinder.java index 10e4a46..4167703 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineStubDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ActivitySeineStubDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.ActivitySeine; import fr.ird.observe.entities.seine.ActivitySeineImpl; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BaitsCompositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BaitsCompositionBinder.java index f7fdd54..9a9ebac 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BaitsCompositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BaitsCompositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.BaitsComposition; import fr.ird.observe.entities.referentiel.longline.BaitSettingStatus; import fr.ird.observe.entities.referentiel.longline.BaitType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BasketBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BasketBinder.java index e681e29..4aace2c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BasketBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BasketBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Basket; import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlineBinder.java index d7dd9c4..37094cb 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.entities.referentiel.longline.BaitHaulingStatus; import fr.ird.observe.entities.referentiel.longline.BaitSettingStatus; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlinesCompositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlinesCompositionBinder.java index 0259589..901b64a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlinesCompositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/BranchlinesCompositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.BranchlinesComposition; import fr.ird.observe.entities.referentiel.longline.LineType; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/CatchLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/CatchLonglineBinder.java index d8e11bd..4edfbb7 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/CatchLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/CatchLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Basket; import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.entities.longline.CatchLongline; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/DataBinderSupport.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/DataBinderSupport.java index a428b84..4c12427 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/DataBinderSupport.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/DataBinderSupport.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.Iterables; import com.google.common.collect.Maps; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/EncounterBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/EncounterBinder.java index 97e6197..9b891e9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/EncounterBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/EncounterBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Encounter; import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.longline.EncounterType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectBinder.java index 683d5e4..2b6b2f8 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObjectFate; import fr.ird.observe.entities.referentiel.seine.ObjectOperation; import fr.ird.observe.entities.referentiel.seine.ObjectType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectObservedSpeciesDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectObservedSpeciesDtoBinder.java index b542707..4918508 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectObservedSpeciesDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectObservedSpeciesDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.FloatingObject; import fr.ird.observe.entities.seine.ObjectObservedSpecies; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectSchoolEstimateDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectSchoolEstimateDtoBinder.java index 9f169a3..1a0ec50 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectSchoolEstimateDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectSchoolEstimateDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.FloatingObject; import fr.ird.observe.entities.seine.ObjectSchoolEstimate; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectTransmittingBuoyDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectTransmittingBuoyDtoBinder.java index 120f9a6..55580ba 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectTransmittingBuoyDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatingObjectTransmittingBuoyDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.FloatingObject; import fr.ird.observe.entities.seine.TransmittingBuoy; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatlinesCompositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatlinesCompositionBinder.java index fb05bd3..7617ab2 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatlinesCompositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/FloatlinesCompositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.FloatlinesComposition; import fr.ird.observe.entities.referentiel.longline.LineType; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesLonglineBinder.java index 7e3b659..82aa334 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.GearUseFeaturesLongline; import fr.ird.observe.entities.longline.GearUseFeaturesMeasurementLongline; import fr.ird.observe.entities.referentiel.Gear; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementLonglineBinder.java index ad83ddf..319f76e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.GearUseFeaturesMeasurementLongline; import fr.ird.observe.entities.referentiel.GearCaracteristic; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementSeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementSeineBinder.java index 000d686..b68c097 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementSeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesMeasurementSeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.GearCaracteristic; import fr.ird.observe.entities.seine.GearUseFeaturesMeasurementSeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesSeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesSeineBinder.java index 2df4e9a..3a3bf64 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesSeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/GearUseFeaturesSeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Gear; import fr.ird.observe.entities.seine.GearUseFeaturesMeasurementSeine; import fr.ird.observe.entities.seine.GearUseFeaturesSeine; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/HooksCompositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/HooksCompositionBinder.java index 661f17f..2a1528e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/HooksCompositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/HooksCompositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.HooksComposition; import fr.ird.observe.entities.referentiel.longline.HookSize; import fr.ird.observe.entities.referentiel.longline.HookType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetCatchBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetCatchBinder.java index 74b2208..56669bc 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetCatchBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetCatchBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.seine.ReasonForDiscard; import fr.ird.observe.entities.referentiel.seine.SpeciesFate; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetLengthBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetLengthBinder.java index 5a25365..e57d1ec 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetLengthBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetLengthBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Sex; import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.seine.NonTargetLength; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetSampleBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetSampleBinder.java index 094ee8c..ac28556 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetSampleBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/NonTargetSampleBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.NonTargetLength; import fr.ird.observe.entities.seine.NonTargetSample; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectObservedSpeciesBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectObservedSpeciesBinder.java index ee3308d..7a8820a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectObservedSpeciesBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectObservedSpeciesBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.seine.SpeciesStatus; import fr.ird.observe.entities.seine.ObjectObservedSpecies; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectSchoolEstimateBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectSchoolEstimateBinder.java index 6790643..2dab9be 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectSchoolEstimateBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/ObjectSchoolEstimateBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.seine.ObjectSchoolEstimate; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteBinder.java index 3afb393..b181cd6 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.Route; import fr.ird.observe.services.dto.DataReference; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteStubDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteStubDtoBinder.java index 7691089..da06123 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteStubDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/RouteStubDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.Route; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.seine.RouteStubDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SchoolEstimateBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SchoolEstimateBinder.java index 8fe6dde..a78d9ff 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SchoolEstimateBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SchoolEstimateBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.seine.SchoolEstimate; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SectionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SectionBinder.java index 4102ccb..9ccb9ce 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SectionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SectionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Basket; import fr.ird.observe.entities.longline.Section; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SensorUsedBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SensorUsedBinder.java index 39a5a5c..4e52dcf 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SensorUsedBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SensorUsedBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.SensorUsed; import fr.ird.observe.entities.referentiel.longline.SensorBrand; import fr.ird.observe.entities.referentiel.longline.SensorDataFormat; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineBinder.java index d25dace..e3679d0 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.entities.referentiel.longline.LightsticksColor; import fr.ird.observe.entities.referentiel.longline.LightsticksType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineCatchDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineCatchDtoBinder.java index 10dad09..cbf03cd 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineCatchDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineCatchDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.CatchLongline; import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineDetailCompositionDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineDetailCompositionDtoBinder.java index ad9a2b1..eb6dec2 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineDetailCompositionDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineDetailCompositionDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Section; import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineGlobalCompositionDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineGlobalCompositionDtoBinder.java index f079563..614aebb 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineGlobalCompositionDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineGlobalCompositionDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.BaitsComposition; import fr.ird.observe.entities.longline.BranchlinesComposition; import fr.ird.observe.entities.longline.FloatlinesComposition; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineStubDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineStubDtoBinder.java index 11c6139..99ca644 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineStubDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineStubDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.longline.ActivityLonglineDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineTdrDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineTdrDtoBinder.java index 1c415c4..23e35d9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineTdrDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetLonglineTdrDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.entities.longline.Tdr; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineBinder.java index 824e1c0..b05b210 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ReasonForNullSet; import fr.ird.observe.entities.seine.SetSeine; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineNonTargetCatchDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineNonTargetCatchDtoBinder.java index e5041b6..d9db812 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineNonTargetCatchDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineNonTargetCatchDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.NonTargetCatch; import fr.ird.observe.entities.seine.SetSeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineSchoolEstimateDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineSchoolEstimateDtoBinder.java index 104b1fa..07dfb95 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineSchoolEstimateDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineSchoolEstimateDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.SchoolEstimate; import fr.ird.observe.entities.seine.SetSeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineTargetCatchDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineTargetCatchDtoBinder.java index f4ef420..fe751f4 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineTargetCatchDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SetSeineTargetCatchDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.SetSeine; import fr.ird.observe.entities.seine.TargetCatch; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SizeMeasureBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SizeMeasureBinder.java index 7eebb80..5fb91a1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SizeMeasureBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/SizeMeasureBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.SizeMeasure; import fr.ird.observe.entities.referentiel.longline.SizeMeasureType; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetCatchBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetCatchBinder.java index dd59de1..377ee05 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetCatchBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetCatchBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.seine.ReasonForDiscard; import fr.ird.observe.entities.referentiel.seine.WeightCategory; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java index 348fac3..9523007 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetLengthBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.seine.TargetLength; import fr.ird.observe.services.dto.DataReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetSampleBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetSampleBinder.java index b2a36ae..69c658e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetSampleBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TargetSampleBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.TargetLength; import fr.ird.observe.entities.seine.TargetSample; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TdrBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TdrBinder.java index 9bdf9e9..e146de1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TdrBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TdrBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Basket; import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.entities.longline.Section; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TransmittingBuoyBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TransmittingBuoyBinder.java index 3fa5660..b2ccc3b 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TransmittingBuoyBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TransmittingBuoyBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.entities.referentiel.seine.TransmittingBuoyOperation; import fr.ird.observe.entities.referentiel.seine.TransmittingBuoyType; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineActivityDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineActivityDtoBinder.java index 51b5b8e..6057285 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineActivityDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineActivityDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.longline.TripLonglineActivityDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineBinder.java index 5e622ae..ece7c75 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.ActivityLongline; import fr.ird.observe.entities.longline.TripLongline; import fr.ird.observe.entities.referentiel.Harbour; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineGearUseDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineGearUseDtoBinder.java index fab4dba..43b3e4e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineGearUseDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripLonglineGearUseDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.GearUseFeaturesLongline; import fr.ird.observe.entities.longline.TripLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineBinder.java index 8ba32dd..e8577a1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Harbour; import fr.ird.observe.entities.referentiel.Ocean; import fr.ird.observe.entities.referentiel.Person; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineGearUseDtoBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineGearUseDtoBinder.java index bc7720b..eaa6e3d 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineGearUseDtoBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/TripSeineGearUseDtoBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.seine.GearUseFeaturesSeine; import fr.ird.observe.entities.seine.TripSeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/WeightMeasureBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/WeightMeasureBinder.java index 81ccb85..4e512ad 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/WeightMeasureBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/data/WeightMeasureBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.data; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.WeightMeasure; import fr.ird.observe.entities.referentiel.longline.WeightMeasureType; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitHaulingStatusBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitHaulingStatusBinder.java index bcb51a1..df8f35b 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitHaulingStatusBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitHaulingStatusBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.BaitHaulingStatus; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitSettingStatusBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitSettingStatusBinder.java index cbb4a27..1a43e5a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitSettingStatusBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitSettingStatusBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.BaitSettingStatus; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitTypeBinder.java index 4fe411d..0892792 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/BaitTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.BaitType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CatchFateLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CatchFateLonglineBinder.java index 0cb86e9..d1701f5 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CatchFateLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CatchFateLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.CatchFateLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CountryBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CountryBinder.java index b959497..6107838 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CountryBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/CountryBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.CountryDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/DetectionModeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/DetectionModeBinder.java index 74bcedf..8f24d34 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/DetectionModeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/DetectionModeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.DetectionMode; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/EncounterTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/EncounterTypeBinder.java index 121f1f3..23459e6 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/EncounterTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/EncounterTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.EncounterType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/FpaZoneBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/FpaZoneBinder.java index d06ed2c..221f2f8 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/FpaZoneBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/FpaZoneBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.FpaZone; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.FpaZoneDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearBinder.java index 4ae4992..d2af2af 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Gear; import fr.ird.observe.entities.referentiel.GearCaracteristic; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicBinder.java index 03bc09c..a084f1c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.GearCaracteristic; import fr.ird.observe.entities.referentiel.GearCaracteristicType; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicTypeBinder.java index 76b8fa3..be22bc4 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/GearCaracteristicTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.GearCaracteristicType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.GearCaracteristicTypeDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HarbourBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HarbourBinder.java index 91eb706..5f37439 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HarbourBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HarbourBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.entities.referentiel.Harbour; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HealthnessBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HealthnessBinder.java index 58bd6d8..aac0f43 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HealthnessBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HealthnessBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.Healthness; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookPositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookPositionBinder.java index 556369f..9d9fbc9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookPositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookPositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.HookPosition; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookSizeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookSizeBinder.java index 9a0b335..f1982ad 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookSizeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookSizeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.HookSize; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookTypeBinder.java index b566df5..c35cb51 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/HookTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.HookType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemHorizontalPositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemHorizontalPositionBinder.java index 7b985b9..e1d8c9d 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemHorizontalPositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemHorizontalPositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.ItemHorizontalPosition; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemVerticalPositionBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemVerticalPositionBinder.java index 51743c7..76465d5 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemVerticalPositionBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ItemVerticalPositionBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.ItemVerticalPosition; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LengthWeightParameterBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LengthWeightParameterBinder.java index d211144..a3a3d3c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LengthWeightParameterBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LengthWeightParameterBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.LengthWeightParameter; import fr.ird.observe.entities.referentiel.Ocean; import fr.ird.observe.entities.referentiel.Sex; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksColorBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksColorBinder.java index cf4dbc0..e32699f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksColorBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksColorBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.LightsticksColor; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksTypeBinder.java index 866994a..a56462b 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LightsticksTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.LightsticksType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LineTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LineTypeBinder.java index bff283f..15fa612 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LineTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/LineTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.LineType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MaturityStatusBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MaturityStatusBinder.java index 136015e..6a385f4 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MaturityStatusBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MaturityStatusBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.MaturityStatus; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MitigationTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MitigationTypeBinder.java index 14c9a01..2d1b0a9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MitigationTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/MitigationTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.MitigationType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectFateBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectFateBinder.java index fdc784e..802a4a1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectFateBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectFateBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObjectFate; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectOperationBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectOperationBinder.java index 852e97e..86fe162 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectOperationBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectOperationBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObjectOperation; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectTypeBinder.java index 2c5f828..2cf7e3e 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObjectTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObjectType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObservedSystemBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObservedSystemBinder.java index a1d4120..2d09ad1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObservedSystemBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ObservedSystemBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ObservedSystem; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OceanBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OceanBinder.java index 400a3fb..a10c6b1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OceanBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OceanBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Ocean; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.OceanDto; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OrganismBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OrganismBinder.java index 99feab8..1ad1791 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OrganismBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/OrganismBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.entities.referentiel.Organism; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/PersonBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/PersonBinder.java index 3b646cc..bb181e9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/PersonBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/PersonBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.entities.referentiel.Person; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ProgramBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ProgramBinder.java index 8743607..e456d52 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ProgramBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ProgramBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Organism; import fr.ird.observe.entities.referentiel.Program; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForDiscardBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForDiscardBinder.java index 188e16e..02786a2 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForDiscardBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForDiscardBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ReasonForDiscard; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNoFishingBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNoFishingBinder.java index 4c1841f..2bf272f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNoFishingBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNoFishingBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ReasonForNoFishing; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNullSetBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNullSetBinder.java index 0f283c9..c7abe6a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNullSetBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReasonForNullSetBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.ReasonForNullSet; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReferentialBinderSupport.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReferentialBinderSupport.java index 7055adc..ddb88f2 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReferentialBinderSupport.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/ReferentialBinderSupport.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.I18nReferentialEntity; import fr.ird.observe.entities.referentiel.ObserveReferentialEntity; import fr.ird.observe.services.binder.BinderSupport; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorBrandBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorBrandBinder.java index 061dd10..e7d050c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorBrandBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorBrandBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.SensorBrand; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorDataFormatBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorDataFormatBinder.java index 37e3417..3305c00 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorDataFormatBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorDataFormatBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.SensorDataFormat; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorTypeBinder.java index 3f109c9..db72ac1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SensorTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.SensorType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SettingShapeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SettingShapeBinder.java index 7e47dd8..2f83330 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SettingShapeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SettingShapeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.SettingShape; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SexBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SexBinder.java index 39b591f..fdabea7 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SexBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SexBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Sex; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SizeMeasureTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SizeMeasureTypeBinder.java index 4373849..938b8b7 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SizeMeasureTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SizeMeasureTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.SizeMeasureType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesBinder.java index aee8b02..cc65966 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Ocean; import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.SpeciesGroup; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesFateBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesFateBinder.java index e90a9a7..6f5af0f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesFateBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesFateBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.SpeciesFate; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesGroupBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesGroupBinder.java index 6c8a6d7..932c094 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesGroupBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesGroupBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.SpeciesGroup; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesListBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesListBinder.java index f0ad6b9..493df36 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesListBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesListBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.SpeciesList; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesStatusBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesStatusBinder.java index b2b2624..29574bd 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesStatusBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SpeciesStatusBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.SpeciesStatus; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/StomacFullnessBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/StomacFullnessBinder.java index 0eb7842..3dea963 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/StomacFullnessBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/StomacFullnessBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.StomacFullness; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SurroundingActivityBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SurroundingActivityBinder.java index e2ef9b7..fb8c892 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SurroundingActivityBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/SurroundingActivityBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.SurroundingActivity; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyOperationBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyOperationBinder.java index 16023ab..7757630 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyOperationBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyOperationBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.TransmittingBuoyOperation; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyTypeBinder.java index 0046115..67d3e9b 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TransmittingBuoyTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.TransmittingBuoyType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TripTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TripTypeBinder.java index 0d303e3..0837ac4 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TripTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/TripTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.TripType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivityLonglineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivityLonglineBinder.java index bdac460..47262d9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivityLonglineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivityLonglineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.VesselActivityLongline; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivitySeineBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivitySeineBinder.java index df98152..ad0581f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivitySeineBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselActivitySeineBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.VesselActivitySeine; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselBinder.java index fb7c092..7936b4f 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Country; import fr.ird.observe.entities.referentiel.Vessel; import fr.ird.observe.entities.referentiel.VesselSizeCategory; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselSizeCategoryBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselSizeCategoryBinder.java index 42deded..d991db1 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselSizeCategoryBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselSizeCategoryBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.VesselSizeCategory; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselTypeBinder.java index d9d2154..f0903b5 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/VesselTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.VesselType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightCategoryBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightCategoryBinder.java index 09bda5e..52d2c76 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightCategoryBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightCategoryBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.referentiel.seine.WeightCategory; import fr.ird.observe.services.dto.constants.ReferentialLocale; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightMeasureTypeBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightMeasureTypeBinder.java index 6f108e9..3c99635 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightMeasureTypeBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WeightMeasureTypeBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.longline.WeightMeasureType; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WindBinder.java b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WindBinder.java index 3d39011..d394bbb 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WindBinder.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/binder/referential/WindBinder.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder.referential; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.seine.Wind; import fr.ird.observe.services.dto.constants.ReferentialLocale; import fr.ird.observe.services.dto.referential.ReferentialReference; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BasketEntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BasketEntitiesExtractor.java index cb1f65d..1f1f642 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BasketEntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BasketEntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Sets; import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.longline.Basket; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BranchlineEntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BranchlineEntitiesExtractor.java index 96b1e8f..7f8092a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BranchlineEntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/BranchlineEntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Sets; import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.longline.Basket; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesExtractor.java index 8ea35b6..4f52c92 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Optional; import com.google.common.base.Predicate; import com.google.common.collect.Iterables; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesSetFactory.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesSetFactory.java index b43159b..0fed350 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesSetFactory.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/EntitiesSetFactory.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.common.base.Predicate; import com.google.common.base.Predicates; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SectionEntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SectionEntitiesExtractor.java index d15da05..b1dc7a9 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SectionEntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SectionEntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.longline.Section; import fr.ird.observe.entities.longline.SetLongline; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListEntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListEntitiesExtractor.java index 12694cd..3355929 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListEntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListEntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.referentiel.ObserveReferentialEntities; import fr.ird.observe.entities.referentiel.Species; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListOceanEntitiesExtractor.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListOceanEntitiesExtractor.java index 345c1f6..6a1209a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListOceanEntitiesExtractor.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/SpeciesListOceanEntitiesExtractor.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Predicate; import com.google.common.base.Predicates; import fr.ird.observe.entities.referentiel.Ocean; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/TripMapDtoFactory.java b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/TripMapDtoFactory.java index f2306b2..7a73c3c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/entity/TripMapDtoFactory.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/entity/TripMapDtoFactory.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.entity; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Function; import com.google.common.collect.Iterables; import com.google.common.collect.Sets; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopia.java index 30b7896..fb5427c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import com.google.common.collect.Iterables; import com.google.common.collect.Sets; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/DeleteSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/DeleteSqlStatementGenerator.java index c4339de..89c8bcb 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/DeleteSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/DeleteSqlStatementGenerator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.metadata.TopiaMetadataEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java index c63641f..2fe285c 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; import org.apache.commons.collections.CollectionUtils; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/ReplaceSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/ReplaceSqlStatementGenerator.java index 3622dcd..24fb13b 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/ReplaceSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/ReplaceSqlStatementGenerator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.metadata.TopiaMetadataEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalServiceTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalServiceTopia.java index bf8456a..25fb53d 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalServiceTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeLocalServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.entities.Entities; import fr.ird.observe.entities.referentiel.ObserveReferentialEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteServiceTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteServiceTopia.java index f2e33ac..d39d373 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteServiceTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalReferentialSynchronizeRemoteServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.Entities; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java index e59f461..8c84bab 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; import org.apache.commons.collections.CollectionUtils; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java index 7eec3e1..adfc118 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/validate/GenerateValidatorDescriptorsFileTool.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.validate; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.base.Charsets; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Sets; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/BranchlineServiceTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/BranchlineServiceTopia.java index e1d60c5..b3d9d89 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/BranchlineServiceTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/BranchlineServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.longline; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.entities.longline.SetLongline; import fr.ird.observe.services.ObserveServiceTopia; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/LonglinePositionSetDtoHelper.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/LonglinePositionSetDtoHelper.java index b54c876..e50ec99 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/LonglinePositionSetDtoHelper.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/longline/LonglinePositionSetDtoHelper.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.longline; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.longline.Basket; import fr.ird.observe.entities.longline.Branchline; import fr.ird.observe.entities.longline.Section; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/seine/TargetCatchServiceTopia.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/seine/TargetCatchServiceTopia.java index 12dd926..8c72cce 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/seine/TargetCatchServiceTopia.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/seine/TargetCatchServiceTopia.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.seine; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.referentiel.Species; import fr.ird.observe.entities.seine.SetSeine; import fr.ird.observe.entities.seine.TargetCatch; diff --git a/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json b/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json index b554cef..9229806 100644 --- a/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json +++ b/observe-services-topia/src/main/resources/fr/ird/observe/services/service/actions/validate/validators.json @@ -1,3 +1,24 @@ +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ [ { "dtoType": "fr.ird.observe.services.dto.referential.CountryDto", diff --git a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateReferentialsTest.java b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateReferentialsTest.java index c38b3b0..dcee4b0 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateReferentialsTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateReferentialsTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.replication; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.test.DatabaseName; import fr.ird.observe.test.ObserveFixtures; import fr.ird.observe.test.spi.DatabaseNameConfiguration; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTestSupport.java b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTestSupport.java index c4123ec..d8d2975 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTestSupport.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTestSupport.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.replication; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.io.Files; import fr.ird.observe.ObserveTopiaApplicationContext; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripLonglineTest.java b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripLonglineTest.java index 8950ae2..890e6e6 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripLonglineTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripLonglineTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.replication; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import fr.ird.observe.services.dto.DataSourceCreateWithNoReferentialImportException; import fr.ird.observe.services.dto.IncompatibleDataSourceCreateConfigurationException; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripSeineTest.java b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripSeineTest.java index abfb9db..062ccf9 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripSeineTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/entities/replication/ReplicateTripSeineTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.entities.replication; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import fr.ird.observe.test.DatabaseName; import fr.ird.observe.test.ObserveFixtures; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/ObserveDataSourceConnectionTopiaTaiste.java b/observe-services-topia/src/test/java/fr/ird/observe/services/ObserveDataSourceConnectionTopiaTaiste.java index 40d718d..0aa0e55 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/ObserveDataSourceConnectionTopiaTaiste.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/ObserveDataSourceConnectionTopiaTaiste.java @@ -1,5 +1,27 @@ package fr.ird.observe.services; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.configuration.ObserveDataSourceConnectionTopia; import org.nuiton.version.Version; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineMetadataTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineMetadataTest.java index 1afdc5c..2efb0b3 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineMetadataTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineMetadataTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.Sets; import fr.ird.observe.ObserveEntityEnum; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineTest.java index 899a3bf..fcd569e 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/BinderEngineTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.ObserveDataEntity; import fr.ird.observe.entities.referentiel.ObserveReferentialEntity; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/ReferenceBinderEngineTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/ReferenceBinderEngineTest.java index 7578ed1..57c3ec7 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/binder/ReferenceBinderEngineTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/binder/ReferenceBinderEngineTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.binder; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.reference.ReferenceBinderEngine; import fr.ird.observe.services.dto.reference.ReferenceBinderEngineSupplier; import org.junit.Assert; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/service/AbstractServiceTopiaTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/service/AbstractServiceTopiaTest.java index 71eba10..9defab9 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/service/AbstractServiceTopiaTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/service/AbstractServiceTopiaTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveTopiaPersistenceContext; import fr.ird.observe.entities.ObserveEntity; import fr.ird.observe.services.ApplicationContextResource; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/service/MigrateTestsDatabases.java b/observe-services-topia/src/test/java/fr/ird/observe/services/service/MigrateTestsDatabases.java index 7bbf6f4..016d6e5 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/service/MigrateTestsDatabases.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/service/MigrateTestsDatabases.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.services.dto.DataSourceCreateWithNoReferentialImportException; import fr.ird.observe.services.dto.IncompatibleDataSourceCreateConfigurationException; import fr.ird.observe.test.DatabaseName; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/service/RigthTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/service/RigthTest.java index 13603bc..b10d4bd 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/service/RigthTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/service/RigthTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.entities.migration.AbstractDataSourceMigration; import fr.ird.observe.services.ObserveService; import fr.ird.observe.services.ObserveServiceContextTopia; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopiaTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopiaTest.java index 90b5976..194a9f6 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopiaTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/service/SqlScriptProducerServiceTopiaTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.test.DatabaseName; import fr.ird.observe.test.ObserveFixtures; import fr.ird.observe.test.spi.DatabaseNameConfiguration; diff --git a/observe-services-topia/src/test/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalSynchronizeReferentialTest.java b/observe-services-topia/src/test/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalSynchronizeReferentialTest.java index d53f10a..df69110 100644 --- a/observe-services-topia/src/test/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalSynchronizeReferentialTest.java +++ b/observe-services-topia/src/test/java/fr/ird/observe/services/service/actions/synchro/UnidirectionalSynchronizeReferentialTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.services.service.actions.synchro; +/*- + * #%L + * ObServe :: Services ToPIA Implementation + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.entities.Entities; import fr.ird.observe.services.ApplicationContextResource; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/DatabaseName.java b/observe-test-data/src/main/java/fr/ird/observe/test/DatabaseName.java index b31bef4..1cf0311 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/DatabaseName.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/DatabaseName.java @@ -1,5 +1,27 @@ package fr.ird.observe.test; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * Created on 26/12/15. * diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/ObserveFixtures.java b/observe-test-data/src/main/java/fr/ird/observe/test/ObserveFixtures.java index e4ad683..9cad488 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/ObserveFixtures.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/ObserveFixtures.java @@ -1,5 +1,27 @@ package fr.ird.observe.test; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import org.apache.commons.lang3.mutable.MutableLong; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfiguration.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfiguration.java index 7b8f4ec..dfdee62 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfiguration.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfiguration.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.lang.annotation.ElementType; import java.lang.annotation.Repeatable; import java.lang.annotation.Retention; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfigurations.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfigurations.java index 2e240a4..981b840 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfigurations.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/CopyDatabaseConfigurations.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseClassifier.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseClassifier.java index bfcfccd..79d7de6 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseClassifier.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseClassifier.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + /** * Created on 04/07/16. * diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfiguration.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfiguration.java index 95d9d1f..76b00e1 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfiguration.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfiguration.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import fr.ird.observe.test.DatabaseName; import java.lang.annotation.ElementType; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfigurations.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfigurations.java index cb3a40f..72914a4 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfigurations.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseNameConfigurations.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfiguration.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfiguration.java index f4bd8c5..8690333 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfiguration.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfiguration.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.lang.annotation.ElementType; import java.lang.annotation.Repeatable; import java.lang.annotation.Retention; diff --git a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfigurations.java b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfigurations.java index 9a0ab09..2d453b8 100644 --- a/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfigurations.java +++ b/observe-test-data/src/main/java/fr/ird/observe/test/spi/DatabaseVersionConfigurations.java @@ -1,5 +1,27 @@ package fr.ird.observe.test.spi; +/*- + * #%L + * ObServe :: Test data + * %% + * Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; diff --git a/observe-test-data/src/main/resources/observetest.properties b/observe-test-data/src/main/resources/observetest.properties index 875ddf4..1d71bc6 100644 --- a/observe-test-data/src/main/resources/observetest.properties +++ b/observe-test-data/src/main/resources/observetest.properties @@ -1,3 +1,24 @@ +### +# #%L +# ObServe :: Test data +# %% +# Copyright (C) 2008 - 2016 IRD, Codelutin, Tony Chemit +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/gpl-3.0.html>. +# #L% +### observetest.devMode=${devMode} observetest.build.version=${project.version} observetest.model.version=${observe.model.version} \ No newline at end of file diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/internal/support/TopiaMetadataModelSupportImpl.java b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/internal/support/TopiaMetadataModelSupportImpl.java index ec34d54..e838bc8 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/internal/support/TopiaMetadataModelSupportImpl.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/internal/support/TopiaMetadataModelSupportImpl.java @@ -7,18 +7,18 @@ package org.nuiton.topia.persistence.internal.support; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataEntity.java b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataEntity.java index e952710..06785de 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataEntity.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataEntity.java @@ -7,18 +7,18 @@ package org.nuiton.topia.persistence.metadata; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModel.java b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModel.java index 43e135f..731ae8c 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModel.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModel.java @@ -7,18 +7,18 @@ package org.nuiton.topia.persistence.metadata; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModelVisitor.java b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModelVisitor.java index a41b311..3f5e67d 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModelVisitor.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/metadata/TopiaMetadataModelVisitor.java @@ -7,18 +7,18 @@ package org.nuiton.topia.persistence.metadata; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/support/TopiaMetadataModelSupport.java b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/support/TopiaMetadataModelSupport.java index b6cb9a7..142648f 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/support/TopiaMetadataModelSupport.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/persistence/support/TopiaMetadataModelSupport.java @@ -7,18 +7,18 @@ package org.nuiton.topia.persistence.support; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/SqlRequests.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/SqlRequests.java index 07d0894..1bfb412 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/SqlRequests.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/SqlRequests.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchService.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchService.java index aa312c8..4960a3e 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchService.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchService.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceConfiguration.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceConfiguration.java index e7770a2..0286709 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceConfiguration.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceConfiguration.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceImpl.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceImpl.java index 5bf651a..00018e9 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceImpl.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/TopiaSqlBatchServiceImpl.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaAction.java index 60c9ffa..8540e01 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaRequest.java index 5d035e3..899a4d8 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSchemaRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlAction.java index 984b54a..4cbc38b 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2015 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlRequest.java index bacc2fc..89c8785 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractSqlRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2015 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesAction.java index 471f026..e81aa30 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2015 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesRequest.java index 82cadac..f572cf5 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/AbstractTablesRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2015 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaAction.java index f9db372..a58a45c 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaRequest.java index 3f6acb3..70cd11c 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/CreateSchemaRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesAction.java index 20e2ddb..f4b66de 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesRequest.java index 690e67c..b43bf89 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DeleteTablesRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaAction.java index 09e9856..98372a2 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaRequest.java index d96aa42..264214f 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/DropSchemaRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesAction.java index 4f1c911..8a623e0 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesRequest.java index 9e45067..f5186d7 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/ReplicateTablesRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/TopiaSqlTableSelectArgument.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/TopiaSqlTableSelectArgument.java index 8f6723c..1d28ad6 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/TopiaSqlTableSelectArgument.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/TopiaSqlTableSelectArgument.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesAction.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesAction.java index 4da342c..0dde854 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesAction.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesAction.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesRequest.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesRequest.java index 703b5cd..4bb3e08 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesRequest.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/actions/UpdateTablesRequest.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.actions; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTable.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTable.java index e493e15..df4c94a 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTable.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTable.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.tables; * Copyright (C) 2004 - 2015 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTables.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTables.java index c99f63e..a5f0cca 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTables.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTables.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.tables; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ @@ -405,4 +405,4 @@ public class TopiaSqlTables implements Iterable<TopiaSqlTable> { } } -} \ No newline at end of file +} diff --git a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTablesFactory.java b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTablesFactory.java index b60d321..ea878b7 100644 --- a/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTablesFactory.java +++ b/observe-topia-extension/src/main/java/org/nuiton/topia/service/sql/batch/tables/TopiaSqlTablesFactory.java @@ -7,18 +7,18 @@ package org.nuiton.topia.service.sql.batch.tables; * Copyright (C) 2004 - 2016 CodeLutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ diff --git a/observe-topia-templates-extension/src/main/java/org/nuiton/topia/templates/TopiaMetadataModelGenerator.java b/observe-topia-templates-extension/src/main/java/org/nuiton/topia/templates/TopiaMetadataModelGenerator.java index b667aab..1bb9bf4 100644 --- a/observe-topia-templates-extension/src/main/java/org/nuiton/topia/templates/TopiaMetadataModelGenerator.java +++ b/observe-topia-templates-extension/src/main/java/org/nuiton/topia/templates/TopiaMetadataModelGenerator.java @@ -7,18 +7,18 @@ package org.nuiton.topia.templates; * Copyright (C) 2004 - 2016 CodeLutin * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as + * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Lesser Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU General Lesser Public + * You should have received a copy of the GNU General Public * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ @@ -350,4 +350,4 @@ public class TopiaMetadataModelGenerator extends ObjectModelGenerator { return metadataEntity; } -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit a28f76ef3480daaabed7335571088a4de59ae88f Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:38:57 2016 +0200 use commons collections 4 not previous one --- .../java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java | 2 +- .../src/main/java/fr/ird/observe/ui/storage/StorageUILauncher.java | 2 +- .../src/main/java/fr/ird/observe/ui/tree/ObserveTreeBridge.java | 2 +- .../src/main/java/fr/ird/observe/ui/tree/ObserveTreeHelper.java | 2 +- .../services/service/actions/synchro/InsertSqlStatementGenerator.java | 2 +- .../services/service/actions/synchro/UpdateSqlStatementGenerator.java | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java index 1b72126..c15b241 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/content/ref/ContentReferenceUIHandler.java @@ -51,7 +51,7 @@ import jaxx.runtime.JAXXContext; import jaxx.runtime.swing.CardLayout2Ext; import jaxx.runtime.swing.editor.bean.BeanListHeader; import jaxx.runtime.validator.swing.SwingValidatorUtil; -import org.apache.commons.collections.MapUtils; +import org.apache.commons.collections4.MapUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.time.FastDateFormat; import org.apache.commons.logging.Log; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/storage/StorageUILauncher.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/storage/StorageUILauncher.java index 438abb5..c6be8a2 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/storage/StorageUILauncher.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/storage/StorageUILauncher.java @@ -31,7 +31,7 @@ import jaxx.runtime.JAXXObject; import jaxx.runtime.swing.wizard.BusyChangeListener; import jaxx.runtime.swing.wizard.WizardModel; import jaxx.runtime.swing.wizard.WizardUILancher; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeBridge.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeBridge.java index 76811ab..a6139de 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeBridge.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeBridge.java @@ -22,7 +22,7 @@ package fr.ird.observe.ui.tree; import jaxx.runtime.swing.nav.tree.NavTreeBridge; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeHelper.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeHelper.java index 3523b5e..f29a635 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeHelper.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/tree/ObserveTreeHelper.java @@ -57,7 +57,7 @@ import jaxx.runtime.JAXXContext; import jaxx.runtime.swing.nav.NavDataProvider; import jaxx.runtime.swing.nav.tree.NavTreeHelper; import jaxx.runtime.validator.swing.SwingValidatorMessageTableModel; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java index 2fe285c..8d3b565 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/InsertSqlStatementGenerator.java @@ -24,7 +24,7 @@ package fr.ird.observe.services.service.actions.synchro; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.TopiaEntity; diff --git a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java index 8c84bab..e44164a 100644 --- a/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java +++ b/observe-services-topia/src/main/java/fr/ird/observe/services/service/actions/synchro/UpdateSqlStatementGenerator.java @@ -24,7 +24,7 @@ package fr.ird.observe.services.service.actions.synchro; import fr.ird.observe.services.dto.referential.ReferentialDto; import fr.ird.observe.services.dto.referential.ReferentialReference; -import org.apache.commons.collections.CollectionUtils; +import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.TopiaEntity; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 0581284d42a7f6989b6c71bb5c8df329411dc9f7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:56:39 2016 +0200 Suppression du code sur l'import gps --- .../main/java/fr/ird/observe/ui/ObserveMainUI.jaxx | 1 - .../main/java/fr/ird/observe/ui/ObserveMainUI.jcss | 4 - .../java/fr/ird/observe/ui/admin/AdminStep.java | 21 - .../java/fr/ird/observe/ui/admin/AdminUIModel.java | 41 -- .../fr/ird/observe/ui/admin/config/ConfigUI.jaxx | 6 - .../fr/ird/observe/ui/admin/config/ConfigUI.jcss | 6 - .../observe/ui/admin/gps/GPSAbleTableModel.java | 162 ------ .../ui/admin/gps/GPSActivityTableModel.java | 302 ---------- .../observe/ui/admin/gps/ImportGPSConfigUI.jaxx | 93 ---- .../observe/ui/admin/gps/ImportGPSConfigUI.jcss | 69 --- .../ird/observe/ui/admin/gps/ImportGPSModel.java | 105 ---- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx | 145 ----- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss | 66 --- .../observe/ui/admin/gps/ImportGPSUIHandler.java | 607 --------------------- 14 files changed, 1628 deletions(-) diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jaxx b/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jaxx index 9c5bbb9..e97816a 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jaxx +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jaxx @@ -170,7 +170,6 @@ void $afterCompleteSetup() { <JMenuItem id='menuActionsSynchronize'/> <JMenuItem id='menuActionsValidateData'/> <JMenuItem id='menuActionsExportData'/> - <JMenuItem id='menuActionsImportGPS'/> <JMenuItem id='menuActionsReport'/> <JMenuItem id='menuActionsConsolidate'/> </JMenu> diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jcss index 40e16b7..50f53e1 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jcss +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/ObserveMainUI.jcss @@ -216,10 +216,6 @@ JSplitPane { action: {new fr.ird.observe.ui.actions.LaunchAdminAction(this, AdminStep.EXPORT_DATA)}; } -#menuActionsImportGPS { - action: {new fr.ird.observe.ui.actions.LaunchAdminAction(this, AdminStep.IMPORT_GPS)}; -} - #menuActionsReport { action: {new fr.ird.observe.ui.actions.LaunchAdminAction(this, AdminStep.REPORT)}; } diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminStep.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminStep.java index 39b1f08..41032c0 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminStep.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminStep.java @@ -29,8 +29,6 @@ import fr.ird.observe.ui.admin.consolidate.ConsolidateModel; import fr.ird.observe.ui.admin.consolidate.ConsolidateUI; import fr.ird.observe.ui.admin.export.ExportModel; import fr.ird.observe.ui.admin.export.ExportUI; -import fr.ird.observe.ui.admin.gps.ImportGPSModel; -import fr.ird.observe.ui.admin.gps.ImportGPSUI; import fr.ird.observe.ui.admin.report.ReportModel; import fr.ird.observe.ui.admin.report.ReportUI; import fr.ird.observe.ui.admin.resume.ShowResumeUI; @@ -161,25 +159,6 @@ public enum AdminStep implements WizardExtStep { DbMode.USE_SERVER ), - /** pour l'import GPS */ - IMPORT_GPS( - n("observe.synchro.step.importGPS"), - n("observe.synchro.step.importGPS.description"), - n("observe.title.importGPS"), - n("observe.title.importGPS.tip"), - "importGPS", - n("observe.synchro.operation.importGPS"), - n("observe.synchro.operation.importGPS.description"), - ImportGPSModel.class, - ImportGPSUI.class, - false, - false, - false, - false, - DbMode.USE_LOCAL, - DbMode.USE_REMOTE - ), - /** pour effectuer les modifications vers la base locale */ SAVE_LOCAL( n("observe.synchro.step.saveLocal"), diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java index d0af9d5..9e74a0d 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/AdminUIModel.java @@ -45,7 +45,6 @@ import fr.ird.observe.services.service.longline.TripLonglineService; import fr.ird.observe.services.service.seine.TripSeineService; import fr.ird.observe.ui.admin.consolidate.ConsolidateModel; import fr.ird.observe.ui.admin.export.ExportModel; -import fr.ird.observe.ui.admin.gps.ImportGPSModel; import fr.ird.observe.ui.admin.report.ReportModel; import fr.ird.observe.ui.admin.save.SaveLocalModel; import fr.ird.observe.ui.admin.synchronize.SynchronizeModel; @@ -287,19 +286,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { } }; - PropertyChangeListener listenGPSModified = new PropertyChangeListener() { - - @Override - public void propertyChange(PropertyChangeEvent evt) { - if (log.isDebugEnabled()) { - log.debug("gps import model has changed [" + - evt.getPropertyName() + "] = " + - evt.getNewValue()); - } - validate(); - } - }; - PropertyChangeListener listenSaveLocalChanged = new PropertyChangeListener() { @Override @@ -551,13 +537,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { getSaveLocalModel().addPropertyChangeListener(listenSaveLocalChanged); } - if (containsOperation(AdminStep.IMPORT_GPS)) { - - getImportGPSModel().setImportGPSMaxDelay(config.getDefaultGpsMaxDelay()); - getImportGPSModel().setImportGPSMaxSpeed(config.getDefaultGpsMaxSpeed()); - getImportGPSModel().addPropertyChangeListener(listenGPSModified); - } - if (containsOperation(AdminStep.VALIDATE)) { getValidateModel().addPropertyChangeListener(listenValidationModified); @@ -913,10 +892,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { return (ValidateModel) getStepModel(AdminStep.VALIDATE); } - public ImportGPSModel getImportGPSModel() { - return (ImportGPSModel) getStepModel(AdminStep.IMPORT_GPS); - } - public SynchronizeModel getSynchronizeReferentielModel() { return (SynchronizeModel) getStepModel(AdminStep.SYNCHRONIZE); } @@ -1126,13 +1101,7 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { && centralSourceModel.getDataSourceInformation().canWriteData(); } - if (containsOperation(AdminStep.IMPORT_GPS)) { - // il faut le fichier d'import existe - File file = getImportGPSModel().getImportGPSFile(); - validate &= file != null && - file.exists(); - } if (containsOperation(AdminStep.REPORT)) { // il faut le fichier di'mport existe @@ -1210,11 +1179,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { case SYNCHRONIZE: validate = getStepState(s) == WizardState.SUCCESSED; break; - case IMPORT_GPS: - //FIXME - //validate &= getStepState(s) == - // WizardState.SUCCESSED; - break; case SAVE_LOCAL: // valide si l'action a ete executee avec success validate &= !getSaveLocalModel().isDoBackup() || @@ -1269,11 +1233,6 @@ public class AdminUIModel extends WizardExtModel<AdminStep> { // pas de page de resume needResume = false; } - if (containsOperation(AdminStep.IMPORT_GPS)) { - - // ajout de l'onglet d'import GPS - universe.add(AdminStep.IMPORT_GPS); - } updateSaveLocalOperation(); diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jaxx b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jaxx index b040681..53ec2b9 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jaxx +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jaxx @@ -99,12 +99,6 @@ public void addMessage(AdminStep step, String text) { </row> <row> <cell> - <JCheckBox id='IMPORT_GPS' - onItemStateChanged='getHandler().updateOperationState((JCheckBox)event.getSource())'/> - </cell> - </row> - <row> - <cell> <JCheckBox id='CONSOLIDATE' onItemStateChanged='getHandler().updateOperationState((JCheckBox)event.getSource())'/> </cell> diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jcss index a1bf87f..772b991 100644 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jcss +++ b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/config/ConfigUI.jcss @@ -60,12 +60,6 @@ toolTipText:{AdminStep.EXPORT_DATA.getDescription()}; } -#IMPORT_GPS { - selected:{getHandler().isOperationSelected(model.getOperations(), IMPORT_GPS)}; - text:{AdminStep.IMPORT_GPS.getLabel()}; - toolTipText:{AdminStep.IMPORT_GPS.getDescription()}; -} - #CONSOLIDATE { selected:{getHandler().isOperationSelected(model.getOperations(), CONSOLIDATE)}; text:{AdminStep.CONSOLIDATE.getLabel()}; diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSAbleTableModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSAbleTableModel.java deleted file mode 100644 index e09bdce..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSAbleTableModel.java +++ /dev/null @@ -1,162 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ -package fr.ird.observe.ui.admin.gps; - -import fr.ird.observe.util.gps.GPSAble; -import org.nuiton.i18n.I18n; - -import javax.swing.table.AbstractTableModel; - -/** - * Le modèle pour la tableau dans l'import GPS qui contient les activités et les - * points gps calculés via le fichier gps importé. - * - * @author Tony Chemit - chemit@codelutin.com - */ -public class GPSAbleTableModel extends AbstractTableModel { - - protected static final String[] COLUMN_NAMES = { - I18n.n("observe.synchro.common.quadrant"), - I18n.n("observe.synchro.common.latitude"), - I18n.n("observe.synchro.common.longitude") -// I18n.n("observe.synchro.common.vitesse") - }; - - protected static final Class<?>[] COLUMN_CLASSES = { - Integer.class, - Float.class, - Float.class -// Float.class - }; - - private static final long serialVersionUID = 1L; - - protected final int columns; - - protected GPSAble[] data; - - public GPSAbleTableModel(int columns) { - this.columns = columns; - } - - @Override - public boolean isCellEditable(int rowIndex, int columnIndex) { - return false; - } - - public void init(GPSAble... gpsable) { - data = gpsable; - fireTableDataChanged(); - } - - public void clear() { - data = null; - } - - @Override - public int getRowCount() { - return COLUMN_CLASSES.length; - } - - @Override - public int getColumnCount() { - return columns; - } - - @Override - public Object getValueAt(int rowIndex, int columnIndex) { - Object value = null; - GPSAble p = data == null ? null : data[columnIndex]; - if (p != null) { - switch (rowIndex) { - case 0: - value = p.getQuadrant(); - break; - case 1: - value = p.getLatitude() == null ? - null : Math.abs(p.getLatitude()); - break; - case 2: - value = p.getLongitude() == null ? - null : Math.abs(p.getLongitude()); - break; -// case 3: -// value = p.getVitesse(); -// break; - default: - throw new IllegalStateException( - "can not get value for row " + rowIndex + - ", col " + columnIndex); - } - } - return value; - } - - public String getTextValueAt(int rowIndex, int columnIndex) { - Object value = null; - - String text = ""; - switch (rowIndex) { - case 0: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Integer) value == 0) { - text = I18n.t("observe.common.undefined"); - } else { - text = I18n.t("observe.common.quadrant" + value); - } - break; - case 1: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; - case 2: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; -// case 3: -// value = getValueAt(rowIndex, columnIndex); -// if (value == null || ((Float) value) == 0.0f) { -// text = I18n.t("observe.common.undefined"); -// } else { -// text = value + ""; -// } -// break; - default: - throw new IllegalStateException("can not get value for " + - "column " + columnIndex); - } - return text; - } - - @Override - public void setValueAt(Object aValue, int rowIndex, int columnIndex) { - // no editable - } -} diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSActivityTableModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSActivityTableModel.java deleted file mode 100644 index cd94a5e..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/GPSActivityTableModel.java +++ /dev/null @@ -1,302 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ -package fr.ird.observe.ui.admin.gps; - -import fr.ird.observe.ObserveSwingApplicationContext; -import fr.ird.observe.util.gps.GPSPoint; -import fr.ird.observe.services.dto.seine.ActivitySeineDto; -import org.nuiton.decorator.Decorator; -import org.nuiton.i18n.I18n; - -import javax.swing.table.AbstractTableModel; -import java.util.ArrayList; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Map.Entry; -import java.util.Set; - -/** - * Le modèle pour la tableau dans l'import GPS qui contient les activités et les - * points gps calculés via le fichier gps importé. - * - * @author Tony Chemit - chemit@codelutin.com - * @since 1.0 - */ -public class GPSActivityTableModel extends AbstractTableModel { - - protected static final String[] COLUMN_NAMES = { - I18n.n("observe.synchro.common.select"), - I18n.n("observe.synchro.common.activity"), - I18n.n("observe.synchro.common.quadrant"), - I18n.n("observe.synchro.common.latitude"), - I18n.n("observe.synchro.common.longitude"), - I18n.n("observe.synchro.common.vitesse") - }; - - protected static final Class<?>[] COLUMN_CLASSES = { - Boolean.class, - ActivitySeineDto.class, - Integer.class, - Float.class, - Float.class, - Float.class - }; - - private static final long serialVersionUID = 1L; - - protected List<Entry<ActivitySeineDto, GPSPoint>> entries; - - protected Set<Integer> selected; - - protected boolean selectAll; - - protected Decorator<?> decorator; - - public GPSActivityTableModel() { - selected = new HashSet<>(); - decorator = ObserveSwingApplicationContext.get().getDecoratorService().getDecorator(ActivitySeineDto.class, - "gps-activity"); - } - - @Override - public Class<?> getColumnClass(int columnIndex) { - return COLUMN_CLASSES[columnIndex]; - } - - @Override - public boolean isCellEditable(int rowIndex, int columnIndex) { - return columnIndex == 0; - } - - public void init(Map<ActivitySeineDto, GPSPoint> entries) { - // on nettoye toujours le model lors de l'init d'une entité - this.entries = new ArrayList<>( - entries.entrySet()); - selected.clear(); - // par defaut, on selectionne toutes les references - setSelectAll(true); - //fireTableDataChanged(); - } - - public int[] getSelected() { - int[] result = new int[selected.size()]; - int i = 0; - for (Integer index : selected) { - result[i++] = index; - } - return result; - } - - public boolean hasSelection() { - return !selected.isEmpty(); - } - - @Override - public int getRowCount() { - return entries == null ? 0 : entries.size(); - } - - @Override - public int getColumnCount() { - return COLUMN_CLASSES.length; - } - - @Override - public Object getValueAt(int rowIndex, int columnIndex) { - Object value = null; - GPSPoint p; - switch (columnIndex) { - case 0: - value = selected.contains(rowIndex); - break; - case 1: - value = getActivityAt(rowIndex); - break; - case 2: - p = getGPSPointAt(rowIndex); - value = p.getQuadrant(); - break; - case 3: - p = getGPSPointAt(rowIndex); - value = Math.abs(p.getLatitude()); - break; - case 4: - p = getGPSPointAt(rowIndex); - value = Math.abs(p.getLongitude()); - break; - case 5: - p = getGPSPointAt(rowIndex); - value = p.getVitesse(); - break; - default: - throw new IllegalStateException("can not get value for row " + - rowIndex + ", col " + - columnIndex); - } - return value; - } - - public String getTextValueAt(int rowIndex, int columnIndex) { - Object value = null; - - String text = ""; - GPSPoint p; - ActivitySeineDto a; - switch (columnIndex) { - case 0: - break; - case 1: - value = getValueAt(rowIndex, columnIndex); - text = decorator == null ? value + "" : - decorator.toString(value); - break; - case 2: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Integer) value == 0) { - text = I18n.t("observe.common.undefined"); - } else { - text = I18n.t("observe.common.quadrant" + value); - } - break; - case 3: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; - case 4: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; - case 5: - value = getValueAt(rowIndex, columnIndex); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = value + ""; - } - break; - case -2: - //FIXME -// value = getActivityAt(rowIndex).getQuadrant(); - if (value == null || (Integer) value == 0) { - text = I18n.t("observe.common.undefined"); - } else { - text = I18n.t("observe.common.quadrant" + value); - } - break; - case -3: - value = getActivityAt(rowIndex).getLatitude(); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; - case -4: - value = getActivityAt(rowIndex).getLongitude(); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = Math.abs((Float) value) + ""; - } - break; - case -5: - value = getActivityAt(rowIndex).getVesselSpeed(); - if (value == null || (Float) value == 0.0f) { - text = I18n.t("observe.common.undefined"); - } else { - text = value + ""; - } - break; - default: - throw new IllegalStateException("can not get value for " + - "column " + columnIndex); - } - return text; - } - - public ActivitySeineDto getActivityAt(int rowIndex) { - return entries.get(rowIndex).getKey(); - } - - public GPSPoint getGPSPointAt(int rowIndex) { - return entries.get(rowIndex).getValue(); - } - - @Override - public void setValueAt(Object aValue, int rowIndex, int columnIndex) { - if (columnIndex == 0) { - Boolean value = (Boolean) aValue; - if (value) { - selected.add(rowIndex); - if (selected.size() == getRowCount()) { - selectAll = true; - } - } else { - selected.remove(rowIndex); - if (selected.isEmpty()) { - selectAll = false; - } - } - fireTableCellUpdated(rowIndex, columnIndex); - } - - // no edit for others columns - } - - public boolean isSelectAll() { - return selectAll; - } - - public void setSelectAll(boolean selectAll) { - this.selectAll = selectAll; - if (selectAll) { - for (int i = 0, max = getRowCount(); i < max; i++) { - selected.add(i); - } - } else { - selected.clear(); - } - fireTableDataChanged(); - } - - public void clear() { - selected.clear(); - if (entries != null) { - entries.clear(); - } - } - - @Override - protected void finalize() throws Throwable { - super.finalize(); - clear(); - } -} diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jaxx b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jaxx deleted file mode 100644 index f33cc10..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jaxx +++ /dev/null @@ -1,93 +0,0 @@ -<!-- - #%L - ObServe :: Swing - %% - Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> -<!-- ************************************************************* --> -<!-- La configuration de l'import GPS --> -<!-- ************************************************************* --> - -<Table id="importGPSConfig"> - - <import> - fr.ird.observe.configuration.ObserveSwingApplicationConfig - fr.ird.observe.ui.admin.AdminUIModel - - jaxx.runtime.swing.editor.NumberEditor - - java.io.File - - static fr.ird.observe.ui.UIHelper.getStringValue - </import> - - <ImportGPSUIHandler id='handler' - initializer='getContextValue(ImportGPSUIHandler.class)'/> - - <AdminUIModel id='model' initializer='getContextValue(AdminUIModel.class)'/> - - <ImportGPSModel id='gpsModel' initializer='model.getImportGPSModel()'/> - - <ObserveSwingApplicationConfig id='config' - initializer='getContextValue(ObserveSwingApplicationConfig.class)'/> - - <script><![CDATA[ -public void destroy() { - config = null; - model = null; - gpsModel = null; -} - -@Override -protected void finalize() throws Throwable { - super.finalize(); - destroy(); -} -]]> - </script> - - <row> - <cell anchor="west"> - <JLabel id='importGPSFileLabel'/> - </cell> - <cell weightx='1' fill="horizontal"> - <JTextField id="importGPSFile" - onKeyReleased='gpsModel.setImportGPSFile(new File(((JTextField)event.getSource()).getText()))'/> - </cell> - <cell anchor="east"> - <JButton id="importGPSGFileChooserAction" - onActionPerformed="getHandler().chooseImportGPSFile()"/> - </cell> - </row> - <row> - <cell anchor="east"> - <JLabel id='importGPSMaxDelayLabel'/> - </cell> - <cell weightx='1' fill="horizontal" columns="2"> - <NumberEditor id='importGPSMaxDelay' constructorParams='this'/> - </cell> - </row> - <row> - <cell anchor="east"> - <JLabel id='importGPSMaxSpeedLabel'/> - </cell> - <cell weightx='1' fill="horizontal" columns="2"> - <NumberEditor id='importGPSMaxSpeed' constructorParams='this'/> - </cell> - </row> -</Table> diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jcss deleted file mode 100644 index 475461b..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSConfigUI.jcss +++ /dev/null @@ -1,69 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ - -#importGPSConfig { - border:{new TitledBorder(t("observe.synchro.config.importGPS"))}; -} - -#importGPSFileLabel { - text:"observe.common.select.gps.import.file"; - toolTipText:"observe.common.select.gps.import.file.tip"; -} - -#importGPSFile { - text:{getStringValue(gpsModel.getImportGPSFile())}; -} - -#importGPSGFileChooserAction { - actionIcon:"fileChooser"; -} - -#importGPSMaxDelayLabel { - text:"observe.common.select.gps.maxDelay"; - toolTipText:"observe.common.select.gps.maxDelay.tip"; -} - -#importGPSMaxSpeedLabel { - text:"observe.common.select.gps.maxSpeed"; - toolTipText:"observe.common.select.gps.maxSpeed.tip"; -} - -#importGPSMaxDelay { - bean:{gpsModel}; - property:"importGPSMaxDelay"; - model:{gpsModel.getImportGPSMaxDelay()}; - autoPopup:{config.isAutoPopupNumberEditor()}; - showPopupButton:{config.isShowNumberEditorButton()}; - showReset:true; - numberPattern:{fr.ird.observe.ui.UIHelper.INT_6_DIGITS_PATTERN}; -} - -#importGPSMaxSpeed { - bean:{gpsModel}; - property:"importGPSMaxSpeed"; - model:{gpsModel.getImportGPSMaxSpeed()}; - autoPopup:{config.isAutoPopupNumberEditor()}; - showPopupButton:{config.isShowNumberEditorButton()}; - useFloat:true; - showReset:true; - numberPattern:{fr.ird.observe.ui.UIHelper.DECIMAL2_PATTERN}; -} diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSModel.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSModel.java deleted file mode 100644 index a4106c9..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSModel.java +++ /dev/null @@ -1,105 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ -package fr.ird.observe.ui.admin.gps; - -import fr.ird.observe.ui.admin.AdminActionModel; -import fr.ird.observe.ui.admin.AdminStep; - -import java.io.File; - -/** - * Le modèle pour effectuer un import GPS. - * - * @author Tony Chemit - chemit@codelutin.com - * @since 1.3 - */ -public class ImportGPSModel extends AdminActionModel { - - public static final String IMPORT_GPSFILE_PROPERTY_NAME = "importGPSFile"; - - public static final String IMPORT_GPSMAX_DELAY_PROPERTY_NAME = "importGPSMaxDelay"; - - public static final String IMPORT_GPSMAX_SPEED_PROPERTY_NAME = "importGPSMaxSpeed"; - - /** le temps (en minutes) maximum acceptable entre deux points GPS */ - protected Integer importGPSMaxDelay = 0; - - /** la vitesse (en noeud) maximale acceptable entre deux points GPS */ - protected Float importGPSMaxSpeed = 0.0f; - - /** le fichier d'import GPS */ - protected File importGPSFile = new File(""); - - /** les index des activités sélectionnées à modifier suite à import gps. */ - protected int[] importGPSSelectedIndex; - - public ImportGPSModel() { - super(AdminStep.IMPORT_GPS); - } - - public Integer getImportGPSMaxDelay() { - return importGPSMaxDelay; - } - - public void setImportGPSMaxDelay(Integer importGPSMaxDelay) { - Integer old = this.importGPSMaxDelay; - this.importGPSMaxDelay = importGPSMaxDelay; - firePropertyChange(IMPORT_GPSMAX_DELAY_PROPERTY_NAME, old, importGPSMaxDelay); - } - - public Float getImportGPSMaxSpeed() { - return importGPSMaxSpeed; - } - - public void setImportGPSMaxSpeed(Float importGPSMaxSpeed) { - Float old = this.importGPSMaxSpeed; - this.importGPSMaxSpeed = importGPSMaxSpeed; - firePropertyChange(IMPORT_GPSMAX_SPEED_PROPERTY_NAME, old, importGPSMaxSpeed); - } - - public File getImportGPSFile() { - return importGPSFile; - } - - public void setImportGPSFile(File importGPSFile) { - File old = this.importGPSFile; - this.importGPSFile = importGPSFile; - firePropertyChange(IMPORT_GPSFILE_PROPERTY_NAME, old, importGPSFile); - } - - public int[] getImportGPSSelectedIndex() { - return importGPSSelectedIndex; - } - - public void setImportGPSSelectedIndex(int[] importGPSSelectedIndex) { - this.importGPSSelectedIndex = importGPSSelectedIndex; - } - - public void destroy() { - super.destroy(); - importGPSFile = null; - importGPSMaxDelay = null; - importGPSMaxSpeed = null; - importGPSSelectedIndex = null; - } - -} diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx deleted file mode 100644 index bbc9ccc..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx +++ /dev/null @@ -1,145 +0,0 @@ -<!-- - #%L - ObServe :: Swing - %% - Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - %% - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program. If not, see - <http://www.gnu.org/licenses/gpl-3.0.html>. - #L% - --> - -<!-- ********************************************** --> -<!-- L'écran d'import GPS --> -<!-- ********************************************** --> - -<fr.ird.observe.ui.admin.AdminTabUI> - - <import> - fr.ird.observe.services.dto.seine.ActivitySeineDto - - fr.ird.observe.ui.admin.AdminUI - fr.ird.observe.ui.admin.AdminStep - - jaxx.runtime.swing.wizard.ext.WizardState - - java.awt.Dimension - - javax.swing.ListSelectionModel - javax.swing.JLabel - - static org.nuiton.i18n.I18n.t - </import> - - <ImportGPSUIHandler id='handler' constructorParams='this'/> - - <ActivitySeineDto id='selectedActivite' javaBean='new ActivitySeineDto()'/> - - <ImportGPSModel id='stepModel' - initializer='getModel().getImportGPSModel()'/> - - <!-- le modèle qui contient la liste des intervalles de point gps rejetés --> - <DefaultListModel id='invalidIntervalsModel'/> - - <!-- le modèles des activités dont on a pu calculé un point gps --> - <GPSActivityTableModel id='activitysModel' - onTableChanged='startAction.setEnabled(activitysModel.hasSelection())'/> - - <!-- le modèles du détail d'une activité dont on a pu calculé un point gps --> - <GPSAbleTableModel id='activityDetailModel' constructorParams='2'/> - - <!-- le modèle de sélection des activités --> - <DefaultListSelectionModel id='activitysSelectionModel' - onValueChanged='getHandler().updateDetail()'/> - - <script><![CDATA[ -public ImportGPSUI(AdminUI parentContext) { - super(AdminStep.IMPORT_GPS, parentContext); -} - -@Override -public void initUI(AdminUI ui) { - getHandler().initTabUI(ui, this); -} - -@Override -public void destroy() { - super.destroy(); - activitysModel.clear(); - activityDetailModel.clear(); - invalidIntervalsModel.removeAllElements(); -} - -@Override -public void updateState(WizardState newState) { - getHandler().updateState(this, newState); -} -]]> - </script> - - <JPanel id='PENDING_content' layout='{new BorderLayout()}'> - <Table constraints='BorderLayout.CENTER' fill='both' weightx='1' - weighty='1'> - <row> - <cell> - <JButton id="prepareAction" - onActionPerformed="getHandler().doPrepareAction()"/> - </cell> - </row> - </Table> - </JPanel> - - <JPanel id='NEED_FIX_content'> - - <Table fill='both' weightx='1' constraints='BorderLayout.CENTER'> - <row> - <cell weighty="0.8"> - <JSplitPane id="split"> - <Table fill='both' weightx='1' weighty='1'> - <row> - <cell> - - <!-- la liste des activitys qui ont un point gps calculé --> - <JScrollPane id="activitysPane"> - <JTable id='activitys'/> - </JScrollPane> - </cell> - </row> - </Table> - - <!-- détail d'une activité --> - <JScrollPane> - <JTable id='activityDetail'/> - </JScrollPane> - </JSplitPane> - </cell> - </row> - <row> - <cell weighty="0.2"> - - <!-- la liste des intervalles de points rejetés --> - <JScrollPane id='invalidIntervalsListPane'> - <JList id='invalidIntervalsList'/> - </JScrollPane> - </cell> - </row> - </Table> - - <JPanel constraints='BorderLayout.SOUTH' layout='{new BorderLayout()}'> - <JButton id='startAction' constraints='BorderLayout.CENTER' - onActionPerformed="getHandler().doStartAction()"/> - </JPanel> - </JPanel> - -</fr.ird.observe.ui.admin.AdminTabUI> diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss deleted file mode 100644 index 6229794..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss +++ /dev/null @@ -1,66 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ - -#activitysSelectionModel { - selectionMode:{ListSelectionModel.SINGLE_SELECTION}; -} - -#prepareAction { - actionIcon:"wizard-start"; -} - -#startAction { - actionIcon:"save"; -} - -#NEED_FIX_content { - layout:{new BorderLayout()}; -} - -#split { - orientation:{JSplitPane.VERTICAL_SPLIT}; - oneTouchExpandable:true; - resizeWeight:0.8; -} - -#activitysPane { - columnHeaderView:{activitys.getTableHeader()}; - verticalScrollBarPolicy:{JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED}; -} - -#activitys { - model:{activitysModel}; - selectionModel:{activitysSelectionModel}; -} - -#activityDetail { - model:{activityDetailModel}; -} - -#invalidIntervalsListPane { - columnHeaderView:{new JLabel(t("observe.synchro.importGPS.invalidIntervals.list"))}; - minimumSize:{new Dimension(0,0)}; -} - -#invalidIntervalsList { - model:{invalidIntervalsModel}; -} diff --git a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUIHandler.java b/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUIHandler.java deleted file mode 100644 index 704490a..0000000 --- a/observe-application-swing/src/main/java/fr/ird/observe/ui/admin/gps/ImportGPSUIHandler.java +++ /dev/null @@ -1,607 +0,0 @@ -/* - * #%L - * ObServe :: Swing - * %% - * Copyright (C) 2008 - 2010 IRD, Codelutin, Tony Chemit - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ -package fr.ird.observe.ui.admin.gps; - -import fr.ird.observe.util.gps.GPSPoint; -import fr.ird.observe.util.gps.GPSPointInterval; -import fr.ird.observe.util.gps.GPSRoute; -import fr.ird.observe.db.ObserveSwingDataSource; -import fr.ird.observe.services.dto.seine.ActivitySeineDto; -import fr.ird.observe.services.dto.seine.TripSeineDto; -import fr.ird.observe.ui.DecoratorService; -import fr.ird.observe.ui.UIHelper; -import fr.ird.observe.ui.admin.AdminStep; -import fr.ird.observe.ui.admin.AdminTabUIHandler; -import fr.ird.observe.ui.admin.AdminUI; -import fr.ird.observe.ui.admin.config.ConfigUI; -import jaxx.runtime.context.JAXXInitialContext; -import jaxx.runtime.swing.editor.MyDefaultCellEditor; -import jaxx.runtime.swing.renderer.BooleanCellRenderer; -import jaxx.runtime.swing.wizard.ext.WizardState; -import org.apache.commons.collections.primitives.ArrayIntList; -import org.apache.commons.collections.primitives.IntIterator; -import org.apache.commons.collections.primitives.IntList; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; -import org.nuiton.decorator.Decorator; - -import javax.swing.DefaultListCellRenderer; -import javax.swing.DefaultListSelectionModel; -import javax.swing.JComponent; -import javax.swing.JLabel; -import javax.swing.JList; -import javax.swing.JTable; -import javax.swing.table.DefaultTableCellRenderer; -import java.awt.Component; -import java.awt.event.MouseAdapter; -import java.awt.event.MouseEvent; -import java.io.File; -import java.util.Date; -import java.util.HashSet; -import java.util.List; -import java.util.Map; -import java.util.Set; -import java.util.concurrent.Callable; - -import static org.nuiton.i18n.I18n.n; -import static org.nuiton.i18n.I18n.t; - -/** - * Le controleur des onglets. - * - * @author Tony Chemit - chemit@codelutin.com - * @since 1.4 - */ -public class ImportGPSUIHandler extends AdminTabUIHandler { - - /** Logger */ - private static final Log log = LogFactory.getLog(ImportGPSUIHandler.class); - - - /** un drapeau pour savoir si on a deja initialise l'action */ - protected boolean wasInit; - - /** la route ouverte */ - protected TripSeineDto openTripSeine; - - /** la route gps */ - protected GPSRoute route; - - /** - * la correspondance des points gps sur les activités (si pas de point gps - * correspondant à une marée alors la valeur sera nulle - * (data.get(a)==null). - */ - protected Map<ActivitySeineDto, GPSPoint> data; - - protected ObserveSwingDataSource source; - - protected Decorator<ActivitySeineDto> dActivity; - - protected Decorator<GPSPoint> dGPSPoint; - - public ImportGPSUIHandler(ImportGPSUI ui) { - super(ui); - } - - @Override - public ImportGPSUI getUi() { - return (ImportGPSUI) super.getUi(); - } - - public void initTabUI(AdminUI ui, ImportGPSUI tabUI) { - - super.initTabUI(ui, tabUI); - - if (log.isDebugEnabled()) { - log.debug(" specialized for [" + tabUI.getStep() + "] for main ui " + ui.getClass().getName() + "@" + System.identityHashCode(ui)); - } - - tabUI.getPrepareAction().setText(t("observe.action.synchro.prepare.operation", t(tabUI.getStep().getOperationLabel()))); - tabUI.getStartAction().setText(t("observe.action.synchro.apply.modifications")); - - // initialisation de l'ui de configuration - if (log.isInfoEnabled()) { - log.info("Init extra configuration for " + tabUI.getName()); - } - - ConfigUI configUI = (ConfigUI) ui.getStepUI(AdminStep.CONFIG); - JAXXInitialContext tx = new JAXXInitialContext().add(configUI).add(this); - - ImportGPSConfigUI extraConfig = new ImportGPSConfigUI(tx); - - extraConfig.getImportGPSMaxDelay().init(); - extraConfig.getImportGPSMaxSpeed().init(); - - configUI.getExtraConfig().add(extraConfig); - - DefaultListCellRenderer listRenderer = new DefaultListCellRenderer() { - private static final long serialVersionUID = 1L; - - @Override - public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) { - JLabel comp = (JLabel) super.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus); - comp.setToolTipText(comp.getText()); - return comp; - } - }; - tabUI.getInvalidIntervalsList().setCellRenderer(listRenderer); - - // tableau de l'import GPS des activitys - - final JTable table2 = tabUI.getActivitys(); - table2.setRowHeight(24); - UIHelper.fixTableColumnWidth(table2, 0, 20); - UIHelper.fixTableColumnWidth(table2, 2, 75); - UIHelper.fixTableColumnWidth(table2, 3, 75); - UIHelper.fixTableColumnWidth(table2, 4, 75); - UIHelper.fixTableColumnWidth(table2, 5, 75); - - UIHelper.setI18nTableHeaderRenderer( - table2, - n("observe.synchro.table.importGPS.activity.select"), - n("observe.synchro.table.importGPS.activity.select.tip"), - n("observe.synchro.table.importGPS.activity.label"), - n("observe.synchro.table.importGPS.activity.label.tip"), - n("observe.synchro.table.importGPS.activity.quadrant"), - n("observe.synchro.table.importGPS.activity.quadrant.tip"), - n("observe.synchro.table.importGPS.activity.latitude"), - n("observe.synchro.table.importGPS.activity.latitude.tip"), - n("observe.synchro.table.importGPS.activity.longitude"), - n("observe.synchro.table.importGPS.activity.longitude.tip"), - n("observe.synchro.table.importGPS.activity.vitesse"), - n("observe.synchro.table.importGPS.activity.vitesse.tip")); - - DefaultTableCellRenderer renderer2 = new DefaultTableCellRenderer(); - - tabUI.setContextValue(renderer2, "defaultTableRenderer"); - - DefaultTableCellRenderer renderer3 = new DefaultTableCellRenderer() { - private static final long serialVersionUID = 1L; - - @Override - public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { - int modelColumn = table.convertColumnIndexToModel(column); - int modelRow = table.convertRowIndexToModel(row); - Object o = table.getModel().getValueAt(modelRow, modelColumn); - String text = ((GPSActivityTableModel) table.getModel()).getTextValueAt(modelRow, modelColumn); - String text2 = text; - if (o == null) { - text2 = t("observe.common.undefined.tip"); - } - JComponent c = (JComponent) super.getTableCellRendererComponent(table, text, isSelected, hasFocus, row, column); - String tip = null; - switch (modelColumn) { - case 0: - break; - case 1: - tip = t("observe.common.activity") + " : " + text; - break; - case 2: - tip = t("observe.synchro.table.importGPS.activity.quadrant.tip") + " : " + text2; - break; - case 3: - tip = t("observe.synchro.table.importGPS.activity.latitude.tip") + " : " + text2; - break; - case 4: - tip = t("observe.synchro.table.importGPS.activity.longitude.tip") + " : " + text2; - break; - case 5: - tip = t("observe.synchro.table.importGPS.activity.vitesse.tip") + " : " + text2; - break; - } - c.setToolTipText(tip); - return c; - } - }; - - UIHelper.setTableColumnRenderer(table2, 0, new BooleanCellRenderer(renderer2)); - UIHelper.setTableColumnRenderer(table2, 1, renderer3); - UIHelper.setTableColumnRenderer(table2, 2, renderer3); - UIHelper.setTableColumnRenderer(table2, 3, renderer3); - UIHelper.setTableColumnRenderer(table2, 4, renderer3); - UIHelper.setTableColumnRenderer(table2, 5, renderer3); - UIHelper.setTableColumnEditor(table2, 0, MyDefaultCellEditor.newBooleanEditor(false)); - - // pour tout selectionner - deselectionner dans l'entete du tableau - table2.getTableHeader().addMouseListener(new MouseAdapter() { - - @Override - public void mouseClicked(MouseEvent e) { - - int colIndex = table2.getTableHeader().columnAtPoint(e.getPoint()); - colIndex = table2.convertColumnIndexToModel(colIndex); - if (colIndex == 0) { - GPSActivityTableModel model = (GPSActivityTableModel) table2.getModel(); - boolean oldValue = model.isSelectAll(); - // toggle selectAll - model.setSelectAll(!oldValue); - } - } - }); - - // tableau du detail d'un import GPS sur une activity - - JTable table3 = tabUI.getActivityDetail(); - UIHelper.setI18nTableHeaderRenderer( - table3, - n("observe.synchro.table.importGPS.data.label"), - n("observe.synchro.table.importGPS.data.label.tip"), - n("observe.synchro.table.importGPS.computed.label"), - n("observe.synchro.table.importGPS.computed.label.tip")); - DefaultTableCellRenderer renderer4 = new DefaultTableCellRenderer() { - private static final long serialVersionUID = 1L; - - @Override - public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) { - int modelColumn = table.convertColumnIndexToModel(column); - int modelRow = table.convertRowIndexToModel(row); - GPSAbleTableModel model = (GPSAbleTableModel) table.getModel(); - Object o = model.getValueAt(modelRow, modelColumn); - String text = model.getTextValueAt(modelRow, modelColumn); - String text2 = text; - if (o == null) { - text2 = t("observe.common.undefined.tip"); - } - JComponent c = (JComponent) super.getTableCellRendererComponent(table, text, isSelected, hasFocus, row, column); - String tip = null; - switch (modelRow) { - case 0: - tip = t("observe.synchro.table.importGPS.activity.quadrant.tip") + " : " + text2; - break; - case 1: - tip = t("observe.synchro.table.importGPS.activity.latitude.tip") + " : " + text2; - break; - case 2: - tip = t("observe.synchro.table.importGPS.activity.longitude.tip") + " : " + text2; - break; -// case 3: -// tip = t("observe.synchro.table.importGPS.activity.vitesse.tip") + " : "+ text2; -// break; - } - c.setToolTipText(tip); - return c; - } - }; - UIHelper.setTableColumnRenderer(table3, 0, renderer4); - UIHelper.setTableColumnRenderer(table3, 1, renderer4); - } - - public void updateState(ImportGPSUI tabUI, WizardState newState) { - super.updateState(tabUI, newState); - if (newState == WizardState.NEED_FIX) { - // met a jour la liste des intervalles invalides - GPSRoute route = getRoute(); - tabUI.invalidIntervalsModel.removeAllElements(); - if (route.getRejectedInterval().isEmpty()) { - tabUI.invalidIntervalsModel.addElement(t("observe.message.importGPS.no.invalid.interval")); - } else { - for (GPSPointInterval i : route.getRejectedInterval()) { - tabUI.invalidIntervalsModel.addElement(i); - } - } - tabUI.activitysModel.init(getData()); - if (tabUI.activitysModel.getRowCount() > 0) { - // on sélectionne la premier activity choisi - tabUI.activitysSelectionModel.setSelectionInterval(0, 0); - } - tabUI.split.resetToPreferredSizes(); - return; - } - if (newState == WizardState.RUNNING) { - - } - } - - public void updateDetail() { - ImportGPSUI tabUI = getUi(); - DefaultListSelectionModel selectionModel = tabUI.activitysSelectionModel; - int row = selectionModel.getAnchorSelectionIndex(); - if (log.isDebugEnabled()) { - log.debug("row : " + row); - } - GPSAbleTableModel tableModel = tabUI.activityDetailModel; - if (row == -1) { - tableModel.clear(); - } else { - GPSActivityTableModel activityTableModel = tabUI.activitysModel; - //FIXME -// tableModel.init(activityTableModel.getActivityAt(row), activityTableModel.getGPSPointAt(row)); - } - } - - public void doPrepareAction() { - - addAdminWorker( - getUi().getPrepareAction().getToolTipText(), - new Callable<WizardState>() { - @Override - public WizardState call() throws Exception { - return prepareAction(); - } - }); - } - - public void doStartAction() { - - ImportGPSUI tabUI = getUi(); - - - int[] rows = tabUI.getActivitysModel().getSelected(); - tabUI.getStepModel().setImportGPSSelectedIndex(rows); - - addAdminWorker( - tabUI.getStartAction().getToolTipText(), - new Callable<WizardState>() { - @Override - public WizardState call() throws Exception { - return doAction(); - } - }); - } - - public WizardState prepareAction() throws Exception { - if (log.isDebugEnabled()) { - log.debug(this); - } - - DecoratorService dService = getDecoratorService(); - - dActivity = dService.getDecoratorByType(ActivitySeineDto.class, "activity-gps"); - dGPSPoint = dService.getDecoratorByType(GPSPoint.class, "gpsPoint-gps"); - - source = model.getSafeLocalSource(false); - - // ouverture de la base locale - openSource(source); - - // récuperation de la marée ouverte - //FIXME -// TopiaContext srcCtxt = beginTransaction(source, "beforeAction"); -// try { -// openTripSeine = OpenableEntities.getOpenTrip(srcCtxt); -// } catch (TopiaException e) { -// closeTransaction(source, srcCtxt, "beforeAction"); -// } - - if (openTripSeine == null) { - // pas de route ouverte - sendMessage(t("observe.message.no.open.maree.detected")); - return WizardState.FAILED; - } - - //FIXME -// if (openTripSeine.isRouteEmpty()) { -// // pas de route sur la maree ouverte -// sendMessage(t("observe.message.no.route.detected")); -// return WizardState.FAILED; -// } - //FIXME -// for (RouteDto r : openTripSeine.getRoute()) { -// if (!r.isActivitySeineEmpty()) { -// // on enregistre les actitives -// for (ActivitySeine a : r.getActivitySeine()) { -// data.put(a, null); -// } -// } -// } - - if (data.isEmpty()) { - // pas d'activity a traiter - sendMessage(t("observe.message.no.activity.detected")); - return WizardState.FAILED; - } - - ImportGPSModel gpsModel = model.getImportGPSModel(); - // construction de la route gps - sendMessage(t("observe.message.importGPS.prepare.importFile", - gpsModel.getImportGPSFile(), - gpsModel.getImportGPSMaxDelay(), - gpsModel.getImportGPSMaxSpeed())); - - // FIXME -// route = getGpsService().buildRoute( -// gpsModel.getImportGPSFile(), -// gpsModel.getImportGPSMaxDelay(), -// gpsModel.getImportGPSMaxSpeed()); - - List<GPSPointInterval> acceptedInterval = route.getAcceptedInterval(); - - if (acceptedInterval == null || acceptedInterval.isEmpty()) { - // pas d'intervalle acceptable - sendMessage(t("observe.message.no.accepted.intervalle.detected")); - return WizardState.FAILED; - } - - for (GPSPointInterval i : acceptedInterval) { - sendMessage(t("observe.message.detected.accepted.interval", i)); - } - - for (GPSPointInterval i : route.getRejectedInterval()) { - sendMessage(t("observe.message.detected.rejected.interval", i)); - } - - - // il s'agit de la première passe : detection des point gps - //des activitys - sendMessage(t("observe.message.importGPS.detect.points")); - - detectPoints(); - - if (data.isEmpty()) { - // aucune activity modifiable - sendMessage(t("observe.message.importGPS.nothing.to.do")); - sendMessage(t("observe.message.synchro.operation.done", new Date())); - return WizardState.SUCCESSED; - } - - sendMessage(t("observe.message.importGPS.operation.needFix", new Date())); - - return WizardState.NEED_FIX; - } - - public WizardState doAction() throws Exception { - - // seconde passe - // on applique les modifications suivant le choix de l'utilisateur - - sendMessage(t("observe.message.importGPS.apply.points")); - - ImportGPSModel importModel = model.getImportGPSModel(); - - if (importModel.getImportGPSSelectedIndex() == null || - importModel.getImportGPSSelectedIndex().length == 0) { - // aucune activity selectionnee - // rien selectionner, rien a faire - sendMessage(t("observe.message.importGPS.nothing.to.do")); - sendMessage(t("observe.message.importGPS.no.activity.selected")); - - } else { - - applyPoints(); - } - - sendMessage(t("observe.message.synchro.operation.done", new Date())); - - return WizardState.SUCCESSED; - } - - - public Map<ActivitySeineDto, GPSPoint> getData() { - return data; - } - - public GPSRoute getRoute() { - return route; - } - - /** detection des points gps pour les activitys trouvees. */ - protected void detectPoints() { - - Set<ActivitySeineDto> rejected = new HashSet<>(); - for (ActivitySeineDto a : data.keySet()) { - - Date time = a.getTime(); - sendMessage(t("observe.message.importGPS.detect.point", dActivity.toString(a))); - GPSPoint point = route.getPoint(time); - if (point == null) { - sendMessage(t("observe.message.importGPS.no.detected.point")); - rejected.add(a); - } else { - sendMessage(t("observe.message.importGPS.detected.point", dGPSPoint.toString(point))); - data.put(a, point); - } - } - - // on supprime toutes les activités qui n'ont pas été acceptées - for (ActivitySeineDto a : rejected) { - data.remove(a); - } - } - - protected void applyPoints() throws Exception { - - int[] selectedIndex = model.getImportGPSModel().getImportGPSSelectedIndex(); - - IntList lIndex = new ArrayIntList(selectedIndex.length); - - String txName = "applyPoints"; - //FIXME -// TopiaContext ctxt = beginTransaction(source, txName); - - try { - - for (int i : selectedIndex) { - lIndex.add(i); - } - IntIterator indexItr = lIndex.iterator(); - - int currentActivityIndex = 0; - int nextActivityIndex = indexItr.next(); - - //FIXME -// TopiaDAO<ActivitySeine> activityDAO = source.getDAO(ctxt, ActivitySeine.class); - for (ActivitySeineDto a : data.keySet()) { - if (currentActivityIndex == nextActivityIndex) { - // l'activity courante a ete selectionne - GPSPoint p = data.get(a); - - sendMessage(t("observe.message.importGPS.apply.point", dGPSPoint.toString(p), dActivity.toString(a))); -// sendMessage(t("observe.message.importGPS.apply.point", p, a.getVesselActivity().getLabel2())); - float latitude = Math.abs(p.getLatitude()); - float longitude = Math.abs(p.getLongitude()); - int quadrant = p.getQuadrant(); - // application de la position - - //FIXME -// ActivitySeineDto aa = activityDAO.findByTopiaId(a.getTopiaId()); -// aa.setLatitude(latitude); -// aa.setLongitude(longitude); -// aa.setQuadrant(quadrant); - //TODO appliquer la vitesse ? - //a.setVesselSpeed(p.getVitesse()); - - // mise a jour de l'activity - - //FIXME -// activityDAO.update(aa); -// a.update(); - - if (indexItr.hasNext()) { - // il reste au moins une activity a traiter - // recuperation du prochain index d'activity a traiter - nextActivityIndex = indexItr.next(); - } else { - // plus d'activity a traiter - break; - } - } - currentActivityIndex++; - } - - //FIXME -// commitTransaction(source, ctxt, txName); - } catch (Exception e) { - //FIXME -// rollbackTransaction(source, ctxt, txName); - throw e; - } finally { - - //FIXME -// closeTransaction(source, ctxt, txName); - lIndex.clear(); - } - } - - public void chooseImportGPSFile() { - ImportGPSModel gpsModel = getModel().getImportGPSModel(); - File f = UIHelper.chooseFile( - ui, - t("observe.title.choose.importGPS"), - t("observe.action.choose.importGPS"), - gpsModel.getImportGPSFile(), - "^.+\\.gpx$", - t("observe.action.choose.importGPS.description")); - gpsModel.setImportGPSFile(f); - } - -} -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 07ed7a027918de18d6659522aaaa7c50ba6c178a Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:56:49 2016 +0200 optimize dependencies --- observe-application-swing/pom.xml | 8 -------- pom.xml | 10 ---------- 2 files changed, 18 deletions(-) diff --git a/observe-application-swing/pom.xml b/observe-application-swing/pom.xml index 6b3b1d8..a376685 100644 --- a/observe-application-swing/pom.xml +++ b/observe-application-swing/pom.xml @@ -173,14 +173,6 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 3ec5084..7426cee 100644 --- a/pom.xml +++ b/pom.xml @@ -200,11 +200,6 @@ <version>1.2</version> </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.1</version> @@ -224,11 +219,6 @@ <artifactId>commons-jxpath</artifactId> <version>1.3</version> </dependency> - <dependency> - <groupId>commons-primitives</groupId> - <artifactId>commons-primitives</artifactId> - <version>1.0</version> - </dependency> <dependency> <groupId>com.google.guava</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit 16be1d366dae01649c7623a21f6290c067a5a8e4 Author: Maven Release <maven-release@codelutin.com> Date: Tue Jul 19 17:57:27 2016 +0200 Optimize third-parites --- .../src/license/THIRD-PARTY.properties | 19 ------------------ .../src/license/THIRD-PARTY.properties | 23 ---------------------- .../src/license/THIRD-PARTY.properties | 20 ------------------- 3 files changed, 62 deletions(-) diff --git a/observe-services-configuration-api/src/license/THIRD-PARTY.properties b/observe-services-configuration-api/src/license/THIRD-PARTY.properties deleted file mode 100644 index bd2f85e..0000000 --- a/observe-services-configuration-api/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Eclipse Public License 1.0 -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Lesser General Public License (LGPL) v 3.0 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 -# - MIT License -# - New BSD License -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Mon Oct 19 02:22:38 CEST 2015 -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/observe-services-configuration-rest/src/license/THIRD-PARTY.properties b/observe-services-configuration-rest/src/license/THIRD-PARTY.properties deleted file mode 100644 index bdb5c50..0000000 --- a/observe-services-configuration-rest/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,23 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - Apache License 2.0 -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Eclipse Public License 1.0 -# - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Lesser General Public License (LGPL) -# - Lesser General Public License (LGPL) v 3.0 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 -# - MIT License -# - MPL 1.1 -# - New BSD License -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Mon Sep 07 10:23:01 CEST 2015 -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/observe-services-configuration-topia/src/license/THIRD-PARTY.properties b/observe-services-configuration-topia/src/license/THIRD-PARTY.properties deleted file mode 100644 index 577ab6d..0000000 --- a/observe-services-configuration-topia/src/license/THIRD-PARTY.properties +++ /dev/null @@ -1,20 +0,0 @@ -# Generated by org.codehaus.mojo.license.AddThirdPartyMojo -#------------------------------------------------------------------------------- -# Already used licenses in project : -# - BSD License -# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Eclipse Public License 1.0 -# - General Public License (GPL) -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 -# - Lesser General Public License (LGPL) v 3.0 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 -# - MIT License -# - New BSD License -# - The Apache Software License, Version 2.0 -#------------------------------------------------------------------------------- -# Please fill the missing licenses for dependencies : -# -# -#Mon Oct 19 02:24:39 CEST 2015 -commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See https://gitlab.nuiton.org/codelutin/tutti.git commit e0ab45ed89d9763f7bdffaf561993673639244de Merge: 2753759 16be1d3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jul 19 17:59:22 2016 +0200 On peut de nouveau faire des releases \oo/ Merge branch 'feature/fix_nightly_build' into develop observe-application-swing/pom.xml | 8 - .../src/main/assembly/bin.xml | 8 +- .../fr/ird/observe/ObserveOpenDataManager.java | 22 + .../java/fr/ird/observe/ObserveTextGenerator.java | 22 + .../ObserveSwingApplicationConfig.java | 4 +- .../ObserveSwingApplicationConfigProvider.java | 22 + .../fr/ird/observe/db/ObserveSwingDataSource.java | 22 + .../main/java/fr/ird/observe/ui/ObserveMainUI.jaxx | 1 - .../main/java/fr/ird/observe/ui/ObserveMainUI.jcss | 4 - .../observe/ui/actions/AbstractObserveAction.java | 22 + .../actions/shared/MoveTripLonglinesUIAction.java | 22 + .../ui/actions/shared/MoveTripSeinesUIAction.java | 22 + .../java/fr/ird/observe/ui/admin/AdminStep.java | 21 - .../java/fr/ird/observe/ui/admin/AdminUIModel.java | 41 -- .../fr/ird/observe/ui/admin/config/ConfigUI.jaxx | 6 - .../fr/ird/observe/ui/admin/config/ConfigUI.jcss | 6 - .../observe/ui/admin/gps/GPSAbleTableModel.java | 162 ------ .../ui/admin/gps/GPSActivityTableModel.java | 302 ---------- .../observe/ui/admin/gps/ImportGPSConfigUI.jaxx | 93 ---- .../observe/ui/admin/gps/ImportGPSConfigUI.jcss | 69 --- .../ird/observe/ui/admin/gps/ImportGPSModel.java | 105 ---- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jaxx | 145 ----- .../fr/ird/observe/ui/admin/gps/ImportGPSUI.jcss | 66 --- .../observe/ui/admin/gps/ImportGPSUIHandler.java | 607 --------------------- .../synchronize/ObsoleteReferentialReference.java | 22 + .../validate/ValidationMessageTableModel.java | 22 + .../ui/content/ref/ContentReferenceUIHandler.java | 2 +- .../ird/observe/ui/storage/StorageUILauncher.java | 2 +- .../fr/ird/observe/ui/tree/ObserveTreeBridge.java | 2 +- .../fr/ird/observe/ui/tree/ObserveTreeHelper.java | 2 +- .../loadors/AbstractDataReferenceChildLoador.java | 22 + .../MoveActivityLonglineNodeMenuPopulator.java | 22 + .../menu/MoveActivitySeineNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveRouteNodeMenuPopulator.java | 22 + .../ui/tree/menu/MoveTripNodeMenuPopulator.java | 22 + .../ird/observe/ui/util/DecoratedNodeEntity.java | 22 + .../ui/util/decorator/DataReferenceDecorator.java | 22 + .../decorator/ReferentialReferenceDecorator.java | 22 + ...nlineTableAutotSelectRowAndShowPopupAction.java | 22 + .../main/resources/ftl/connexionTestResult_fr.ftl | 21 + .../ftl/dataSourceConnectionReport_fr.ftl | 21 + .../resources/ftl/dataSourceInformation_fr.ftl | 21 + .../src/main/resources/ftl/dataSourcePolicy_fr.ftl | 21 + .../ftl/dataSourceSelectModeResume_fr.ftl | 21 + .../ftl/storageModelDataSourceConfiguration_fr.ftl | 21 + .../v1/SqlScriptProducerServiceController.java | 22 + .../v1/longline/BranchlineServiceController.java | 22 + .../application/web/injector/DateInjector.java | 22 + .../web/injector/ObserveClassInjector.java | 22 + .../ObserveReferenceSetRequestInjector.java | 22 + .../injector/SqlScriptProducerRequestInjector.java | 22 + .../java/fr/ird/observe/RunScriptTopiaSqlWork.java | 22 + .../observe/entities/LastUpdateDateTopiaDao.java | 22 + .../java/fr/ird/observe/entities/TripMapPoint.java | 22 + .../observe/entities/longline/BasketTopiaDao.java | 22 + .../entities/longline/BranchlineTopiaDao.java | 22 + .../observe/entities/longline/SectionTopiaDao.java | 22 + .../observe/entities/referentiel/ProgramImpl.java | 22 + .../observe/entities/seine/NonTargetCatchs.java | 22 + .../observe/entities/seine/NonTargetLenghts.java | 22 + .../ird/observe/entities/seine/TargetCatchs.java | 22 + .../ird/observe/entities/seine/TargetLenghts.java | 22 + .../V4_901_01_add_lastUpdateDate_field-H2.sql | 21 + .../V4_901_01_add_lastUpdateDate_field-PG.sql | 21 + .../V4_902_01_add_lastUpdateDate_table-H2.sql | 21 + .../V4_902_01_add_lastUpdateDate_table-PG.sql | 21 + .../migration/V4_903_01_remove_unit_field-H2.sql | 21 + .../migration/V4_903_01_remove_unit_field-PG.sql | 21 + .../migration/V4_903_02_remove_gender_field-H2.sql | 21 + .../migration/V4_903_02_remove_gender_field-PG.sql | 21 + .../V4_903_03_remove_duplicate_rows-H2.sql | 21 + .../V4_903_03_remove_duplicate_rows-PG.sql | 21 + observe-services-api/pom.xml | 8 + .../services/ObserveSpeciesListConfiguration.java | 22 + .../observe/services/http/ObserveHttpError.java | 22 + .../services/service/BabModelVersionException.java | 22 + .../service/ConcurrentModificationException.java | 22 + .../services/service/ObserveReferentialCache.java | 22 + .../services/service/ReferenceSetsRequest.java | 22 + .../services/service/SqlScriptProducerRequest.java | 22 + .../services/service/SqlScriptProducerService.java | 22 + .../actions/synchro/LocalReferentialStates.java | 22 + .../actions/synchro/RemoteReferentialDiff.java | 22 + ...ionalReferentialSynchronizeCallbackRequest.java | 22 + ...onalReferentialSynchronizeCallbackRequests.java | 22 + ...tionalReferentialSynchronizeCallbackResult.java | 22 + ...ionalReferentialSynchronizeCallbackResults.java | 22 + ...nidirectionalReferentialSynchronizeContext.java | 22 + ...UnidirectionalReferentialSynchronizeEngine.java | 24 +- ...ectionalReferentialSynchronizeLocalService.java | 22 + ...ctionalReferentialSynchronizeRemoteService.java | 22 + ...nidirectionalReferentialSynchronizeRequest.java | 22 + ...UnidirectionalReferentialSynchronizeResult.java | 22 + .../actions/validate/ValidateResultForDtos.java | 22 + .../actions/validate/ValidateServiceUtils.java | 22 + .../service/actions/validate/ValidatorDto.java | 22 + .../service/actions/validate/ValidatorDtos.java | 22 + .../service/longline/BranchlineService.java | 22 + .../fr/ird/observe/services/util/I18nEnumUtil.java | 22 + .../src/license/THIRD-PARTY.properties | 19 - ...bserveDataSourceConfigurationAndConnection.java | 22 + .../ObserveDataSourceInformation.java | 22 + .../configuration/ObserveDataSourceType.java | 22 + .../src/license/THIRD-PARTY.properties | 23 - .../src/license/THIRD-PARTY.properties | 20 - .../observe/services/dto/AbstractReference.java | 22 + .../fr/ird/observe/services/dto/DataReference.java | 22 + .../fr/ird/observe/services/dto/ImportDataDto.java | 22 + .../observe/services/dto/ObserveDbUserDtos.java | 22 + .../services/dto/UnauthorizedException.java | 22 + .../services/dto/constants/ObserveDbRole.java | 22 + .../ird/observe/services/dto/gson/BlobAdapter.java | 22 + .../ird/observe/services/dto/gson/FormAdapter.java | 22 + .../observe/services/dto/gson/VersionAdapter.java | 22 + .../gson/reference/DataReferenceSetAdapter.java | 22 + .../reference/ReferentialReferenceSetAdapter.java | 22 + .../services/dto/longline/ActivityLonglineDto.java | 22 + .../observe/services/dto/longline/BasketDto.java | 22 + .../services/dto/longline/BranchlineDto.java | 22 + .../GearUseFeaturesMeasurementLonglineDto.java | 22 + .../dto/longline/LonglinePositionSetDto.java | 22 + .../longline/SetLonglineGlobalCompositionDto.java | 22 + .../dto/reference/DataReferenceSetDefinitions.java | 22 + .../dto/reference/ReferenceBinderEngine.java | 22 + .../reference/ReferenceBinderEngineSupplier.java | 22 + .../dto/reference/ReferenceSetDefinition.java | 22 + .../ReferentialReferenceSetDefinitions.java | 22 + .../request/ReferenceSetRequestDefinition.java | 22 + .../request/ReferenceSetRequestDefinitions.java | 22 + .../request/ReferenceSetRequestKeyDefinition.java | 22 + .../dto/referential/GearCaracteristicTypeDtos.java | 22 + .../dto/referential/I18nReferentialDto.java | 22 + .../dto/referential/I18nReferentialDtos.java | 22 + .../services/dto/referential/PersonDtos.java | 22 + .../services/dto/referential/ProgramDto.java | 22 + .../services/dto/referential/ProgramDtos.java | 22 + .../services/dto/referential/ReferentialDto.java | 22 + .../services/dto/referential/ReferentialDtos.java | 22 + .../dto/referential/ReferentialReference.java | 22 + .../dto/referential/ReferentialReferences.java | 22 + .../services/dto/referential/SpeciesListDto.java | 22 + .../services/dto/referential/VesselDtos.java | 22 + .../longline/VesselActivityLonglineDtos.java | 22 + .../referential/seine/VesselActivitySeineDtos.java | 22 + .../dto/referential/seine/WeightCategoryDtos.java | 22 + .../observe/services/dto/result/SaveResultDto.java | 22 + .../services/dto/result/SaveResultDtos.java | 22 + .../dto/result/TripChildSaveResultDtos.java | 22 + .../services/dto/seine/ActivitySeineDto.java | 22 + .../services/dto/seine/ActivitySeineStubDto.java | 22 + .../seine/FloatingObjectTransmittingBuoyDto.java | 22 + .../seine/GearUseFeaturesMeasurementSeineDto.java | 22 + .../ird/observe/services/dto/seine/RouteDto.java | 22 + .../observe/services/dto/seine/SetSeineDto.java | 22 + .../services/dto/seine/TargetCatchDtos.java | 22 + .../services/dto/seine/TargetLengthDto.java | 22 + .../observe/services/dto/seine/TripSeineDto.java | 22 + .../observe/services/ObserveHttpErrorAdapter.java | 22 + .../services/ObserveServiceRestErrorException.java | 22 + .../service/ReferenceValuesSetServiceRestTest.java | 22 + .../service/ReferentialServiceRestTest.java | 22 + .../fr/ird/observe/services/ObserveJdbcHelper.java | 22 + .../observe/services/ObserveSecurityHelper.java | 22 + .../ird/observe/services/binder/BinderEngine.java | 22 + .../services/binder/BinderEngineInitializer.java | 22 + .../ird/observe/services/binder/BinderSupport.java | 22 + .../binder/ReferenceBinderEngineSupplierTopia.java | 22 + .../binder/data/ActivityLonglineBinder.java | 22 + .../data/ActivityLonglineEncouterDtoBinder.java | 22 + .../data/ActivityLonglineSensorUsedDtoBinder.java | 22 + .../binder/data/ActivityLonglineStubDtoBinder.java | 22 + .../services/binder/data/ActivitySeineBinder.java | 22 + .../data/ActivitySeineObservedSystemDtoBinder.java | 22 + .../binder/data/ActivitySeineStubDtoBinder.java | 22 + .../binder/data/BaitsCompositionBinder.java | 22 + .../observe/services/binder/data/BasketBinder.java | 22 + .../services/binder/data/BranchlineBinder.java | 22 + .../binder/data/BranchlinesCompositionBinder.java | 22 + .../services/binder/data/CatchLonglineBinder.java | 22 + .../services/binder/data/DataBinderSupport.java | 22 + .../services/binder/data/EncounterBinder.java | 22 + .../services/binder/data/FloatingObjectBinder.java | 22 + .../FloatingObjectObservedSpeciesDtoBinder.java | 22 + .../FloatingObjectSchoolEstimateDtoBinder.java | 22 + .../FloatingObjectTransmittingBuoyDtoBinder.java | 22 + .../binder/data/FloatlinesCompositionBinder.java | 22 + .../binder/data/GearUseFeaturesLonglineBinder.java | 22 + .../GearUseFeaturesMeasurementLonglineBinder.java | 22 + .../GearUseFeaturesMeasurementSeineBinder.java | 22 + .../binder/data/GearUseFeaturesSeineBinder.java | 22 + .../binder/data/HooksCompositionBinder.java | 22 + .../services/binder/data/NonTargetCatchBinder.java | 22 + .../binder/data/NonTargetLengthBinder.java | 22 + .../binder/data/NonTargetSampleBinder.java | 22 + .../binder/data/ObjectObservedSpeciesBinder.java | 22 + .../binder/data/ObjectSchoolEstimateBinder.java | 22 + .../observe/services/binder/data/RouteBinder.java | 22 + .../services/binder/data/RouteStubDtoBinder.java | 22 + .../services/binder/data/SchoolEstimateBinder.java | 22 + .../services/binder/data/SectionBinder.java | 22 + .../services/binder/data/SensorUsedBinder.java | 22 + .../services/binder/data/SetLonglineBinder.java | 22 + .../binder/data/SetLonglineCatchDtoBinder.java | 22 + .../SetLonglineDetailCompositionDtoBinder.java | 22 + .../SetLonglineGlobalCompositionDtoBinder.java | 22 + .../binder/data/SetLonglineStubDtoBinder.java | 22 + .../binder/data/SetLonglineTdrDtoBinder.java | 22 + .../services/binder/data/SetSeineBinder.java | 22 + .../data/SetSeineNonTargetCatchDtoBinder.java | 22 + .../data/SetSeineSchoolEstimateDtoBinder.java | 22 + .../binder/data/SetSeineTargetCatchDtoBinder.java | 22 + .../services/binder/data/SizeMeasureBinder.java | 22 + .../services/binder/data/TargetCatchBinder.java | 22 + .../services/binder/data/TargetLengthBinder.java | 22 + .../services/binder/data/TargetSampleBinder.java | 22 + .../observe/services/binder/data/TdrBinder.java | 22 + .../binder/data/TransmittingBuoyBinder.java | 22 + .../binder/data/TripLonglineActivityDtoBinder.java | 22 + .../services/binder/data/TripLonglineBinder.java | 22 + .../binder/data/TripLonglineGearUseDtoBinder.java | 22 + .../services/binder/data/TripSeineBinder.java | 22 + .../binder/data/TripSeineGearUseDtoBinder.java | 22 + .../services/binder/data/WeightMeasureBinder.java | 22 + .../referential/BaitHaulingStatusBinder.java | 22 + .../referential/BaitSettingStatusBinder.java | 22 + .../binder/referential/BaitTypeBinder.java | 22 + .../referential/CatchFateLonglineBinder.java | 22 + .../services/binder/referential/CountryBinder.java | 22 + .../binder/referential/DetectionModeBinder.java | 22 + .../binder/referential/EncounterTypeBinder.java | 22 + .../services/binder/referential/FpaZoneBinder.java | 22 + .../services/binder/referential/GearBinder.java | 22 + .../referential/GearCaracteristicBinder.java | 22 + .../referential/GearCaracteristicTypeBinder.java | 22 + .../services/binder/referential/HarbourBinder.java | 22 + .../binder/referential/HealthnessBinder.java | 22 + .../binder/referential/HookPositionBinder.java | 22 + .../binder/referential/HookSizeBinder.java | 22 + .../binder/referential/HookTypeBinder.java | 22 + .../referential/ItemHorizontalPositionBinder.java | 22 + .../referential/ItemVerticalPositionBinder.java | 22 + .../referential/LengthWeightParameterBinder.java | 22 + .../binder/referential/LightsticksColorBinder.java | 22 + .../binder/referential/LightsticksTypeBinder.java | 22 + .../binder/referential/LineTypeBinder.java | 22 + .../binder/referential/MaturityStatusBinder.java | 22 + .../binder/referential/MitigationTypeBinder.java | 22 + .../binder/referential/ObjectFateBinder.java | 22 + .../binder/referential/ObjectOperationBinder.java | 22 + .../binder/referential/ObjectTypeBinder.java | 22 + .../binder/referential/ObservedSystemBinder.java | 22 + .../services/binder/referential/OceanBinder.java | 22 + .../binder/referential/OrganismBinder.java | 22 + .../services/binder/referential/PersonBinder.java | 22 + .../services/binder/referential/ProgramBinder.java | 22 + .../binder/referential/ReasonForDiscardBinder.java | 22 + .../referential/ReasonForNoFishingBinder.java | 22 + .../binder/referential/ReasonForNullSetBinder.java | 22 + .../referential/ReferentialBinderSupport.java | 22 + .../binder/referential/SensorBrandBinder.java | 22 + .../binder/referential/SensorDataFormatBinder.java | 22 + .../binder/referential/SensorTypeBinder.java | 22 + .../binder/referential/SettingShapeBinder.java | 22 + .../services/binder/referential/SexBinder.java | 22 + .../binder/referential/SizeMeasureTypeBinder.java | 22 + .../services/binder/referential/SpeciesBinder.java | 22 + .../binder/referential/SpeciesFateBinder.java | 22 + .../binder/referential/SpeciesGroupBinder.java | 22 + .../binder/referential/SpeciesListBinder.java | 22 + .../binder/referential/SpeciesStatusBinder.java | 22 + .../binder/referential/StomacFullnessBinder.java | 22 + .../referential/SurroundingActivityBinder.java | 22 + .../TransmittingBuoyOperationBinder.java | 22 + .../referential/TransmittingBuoyTypeBinder.java | 22 + .../binder/referential/TripTypeBinder.java | 22 + .../referential/VesselActivityLonglineBinder.java | 22 + .../referential/VesselActivitySeineBinder.java | 22 + .../services/binder/referential/VesselBinder.java | 22 + .../referential/VesselSizeCategoryBinder.java | 22 + .../binder/referential/VesselTypeBinder.java | 22 + .../binder/referential/WeightCategoryBinder.java | 22 + .../referential/WeightMeasureTypeBinder.java | 22 + .../services/binder/referential/WindBinder.java | 22 + .../services/entity/BasketEntitiesExtractor.java | 22 + .../entity/BranchlineEntitiesExtractor.java | 22 + .../observe/services/entity/EntitiesExtractor.java | 22 + .../services/entity/EntitiesSetFactory.java | 22 + .../services/entity/SectionEntitiesExtractor.java | 22 + .../entity/SpeciesListEntitiesExtractor.java | 22 + .../entity/SpeciesListOceanEntitiesExtractor.java | 22 + .../observe/services/entity/TripMapDtoFactory.java | 22 + .../service/SqlScriptProducerServiceTopia.java | 22 + .../synchro/DeleteSqlStatementGenerator.java | 22 + .../synchro/InsertSqlStatementGenerator.java | 24 +- .../synchro/ReplaceSqlStatementGenerator.java | 22 + ...nalReferentialSynchronizeLocalServiceTopia.java | 22 + ...alReferentialSynchronizeRemoteServiceTopia.java | 22 + .../synchro/UpdateSqlStatementGenerator.java | 24 +- .../GenerateValidatorDescriptorsFileTool.java | 22 + .../service/longline/BranchlineServiceTopia.java | 22 + .../longline/LonglinePositionSetDtoHelper.java | 22 + .../service/seine/TargetCatchServiceTopia.java | 22 + .../service/actions/validate/validators.json | 21 + .../replication/ReplicateReferentialsTest.java | 22 + .../entities/replication/ReplicateTestSupport.java | 22 + .../replication/ReplicateTripLonglineTest.java | 22 + .../replication/ReplicateTripSeineTest.java | 22 + .../ObserveDataSourceConnectionTopiaTaiste.java | 22 + .../services/binder/BinderEngineMetadataTest.java | 22 + .../observe/services/binder/BinderEngineTest.java | 22 + .../services/binder/ReferenceBinderEngineTest.java | 22 + .../services/service/AbstractServiceTopiaTest.java | 22 + .../services/service/MigrateTestsDatabases.java | 22 + .../fr/ird/observe/services/service/RigthTest.java | 22 + .../service/SqlScriptProducerServiceTopiaTest.java | 22 + .../UnidirectionalSynchronizeReferentialTest.java | 22 + .../java/fr/ird/observe/test/DatabaseName.java | 22 + .../java/fr/ird/observe/test/ObserveFixtures.java | 22 + .../test/spi/CopyDatabaseConfiguration.java | 22 + .../test/spi/CopyDatabaseConfigurations.java | 22 + .../ird/observe/test/spi/DatabaseClassifier.java | 22 + .../test/spi/DatabaseNameConfiguration.java | 22 + .../test/spi/DatabaseNameConfigurations.java | 22 + .../test/spi/DatabaseVersionConfiguration.java | 22 + .../test/spi/DatabaseVersionConfigurations.java | 22 + .../src/main/resources/observetest.properties | 21 + .../support/TopiaMetadataModelSupportImpl.java | 8 +- .../persistence/metadata/TopiaMetadataEntity.java | 8 +- .../persistence/metadata/TopiaMetadataModel.java | 8 +- .../metadata/TopiaMetadataModelVisitor.java | 8 +- .../support/TopiaMetadataModelSupport.java | 8 +- .../topia/service/sql/batch/SqlRequests.java | 8 +- .../service/sql/batch/TopiaSqlBatchService.java | 8 +- .../batch/TopiaSqlBatchServiceConfiguration.java | 8 +- .../sql/batch/TopiaSqlBatchServiceImpl.java | 8 +- .../sql/batch/actions/AbstractSchemaAction.java | 8 +- .../sql/batch/actions/AbstractSchemaRequest.java | 8 +- .../sql/batch/actions/AbstractSqlAction.java | 8 +- .../sql/batch/actions/AbstractSqlRequest.java | 8 +- .../sql/batch/actions/AbstractTablesAction.java | 8 +- .../sql/batch/actions/AbstractTablesRequest.java | 8 +- .../sql/batch/actions/CreateSchemaAction.java | 8 +- .../sql/batch/actions/CreateSchemaRequest.java | 8 +- .../sql/batch/actions/DeleteTablesAction.java | 8 +- .../sql/batch/actions/DeleteTablesRequest.java | 8 +- .../sql/batch/actions/DropSchemaAction.java | 8 +- .../sql/batch/actions/DropSchemaRequest.java | 8 +- .../sql/batch/actions/ReplicateTablesAction.java | 8 +- .../sql/batch/actions/ReplicateTablesRequest.java | 8 +- .../batch/actions/TopiaSqlTableSelectArgument.java | 8 +- .../sql/batch/actions/UpdateTablesAction.java | 8 +- .../sql/batch/actions/UpdateTablesRequest.java | 8 +- .../service/sql/batch/tables/TopiaSqlTable.java | 8 +- .../service/sql/batch/tables/TopiaSqlTables.java | 10 +- .../sql/batch/tables/TopiaSqlTablesFactory.java | 8 +- .../templates/TopiaMetadataModelGenerator.java | 10 +- pom.xml | 10 - 358 files changed, 6769 insertions(+), 1843 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm