Subversion Repositories eFlore/Applications.cel

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2470 3565 d 8 h mathias /branches/v2.8-houe/ Création branche v2.8-houe  
/branches/v2.8-houe
2461 3569 d 0 h jpm /trunk/jrest/ Mise en forme, ajout d'entête.
Correction gestion de la répercution de la transmission sur la table cel_images.
 
/trunk/jrest/bibliotheque/Bdd.php
/trunk/jrest/bibliotheque/Bdd2.php
/trunk/jrest/bibliotheque/Cel.php
/trunk/jrest/bibliotheque/FormateurGroupeColonne.php
/trunk/jrest/bibliotheque/GestionImage.php
/trunk/jrest/services/CatalogueChampsEtendus.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/CelImageFormat.php
/trunk/jrest/services/CelMessage.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelRadiusPoints.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/ImportXLS.php
/trunk/jrest/services/InventoryImage.php
/trunk/jrest/services/InventoryImageCount.php
/trunk/jrest/services/InventoryImageLink.php
/trunk/jrest/services/InventoryImport.php
/trunk/jrest/services/InventoryTransmit.php
2394 3589 d 3 h aurelien /trunk/jrest/ Suppression du concept de label dans les champs étendus et ajout d'un catalogue décrivant les champs ayant un role précis  
/trunk/jrest/services/CatalogueChampsEtendus.php
/trunk/jrest/services/GroupesChampsEtendus.php
/trunk/jrest/lib/ChampEtendu.php
/trunk/jrest/lib/GestionChampsEtendus.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelSyndicationObservation.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/ImportXLS.php
/trunk/jrest/services/Inventory.php
/trunk/jrest/services/NomsChampsEtendus.php
2205 3737 d 4 h aurelien /trunk/jrest/services/ Dans la validation obs id_utilisateur (auteur de l'obs) n'est plus obligatoire car il est inutile et interfère avec la validation des obs anonymes  
/trunk/jrest/services/CelObs.php
2156 3768 d 0 h jpm /trunk/jrest/services/ Correction de la dépublication des observations.
Suppression de web services inutiles car refactorisés dans CelObs et CelImage.
 
/trunk/jrest/services/CelSuppressionImage.php
/trunk/jrest/services/CelSuppressionObservation.php
/trunk/jrest/services/CelValidationObservation.php
/trunk/jrest/services/CelObs.php
2155 3768 d 2 h mathias /trunk/ Renommage "bdtao" => "apd  
/trunk/TODO
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelValidationObservation.php
/trunk/jrest/services/ImportXLS.php
/trunk/war/config.defaut.js
/trunk/widget/modules/saisie/configurations/defaut.ini
/trunk/widget/modules/saisie/squelettes/defaut/defaut.tpl.html
/trunk/widget/modules/saisie/squelettes/defaut/js/defaut.js
2152 3771 d 0 h jpm /trunk/jrest/ Mise à jour du web service CelObs et CelImage.  
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelObs.php
2143 3773 d 1 h jpm /trunk/jrest/ Simplification des méthodes de requétage de la classe BDD.
Mise à jour de l'ensemble des services et bibliothèques
 
/trunk/jrest
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Bdd2.php
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/FormateurGroupeColonne.php
/trunk/jrest/lib/GestionChampsEtendus.php
/trunk/jrest/lib/GestionImage.php
/trunk/jrest/lib/GestionMotsClesChemin.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/RechercheImage.php
/trunk/jrest/lib/RechercheInfosTaxon.php
/trunk/jrest/lib/RechercheObservation.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelStatistique.php
/trunk/jrest/services/CelStatistiqueTxt.php
/trunk/jrest/services/CelSuppressionObservation.php
/trunk/jrest/services/CelSyndicationImage.php
/trunk/jrest/services/CelSyndicationObservation.php
/trunk/jrest/services/CelWidgetMap.php
/trunk/jrest/services/CelWidgetMapPoint.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/CoordSearch.php
/trunk/jrest/services/ImageDateList.php
/trunk/jrest/services/InventoryByDept.php
/trunk/jrest/services/InventoryDateList.php
/trunk/jrest/services/InventoryUserList.php
/trunk/jrest/services/NomsChampsEtendus.php
/trunk/jrest/services/SelfRefList.php
1631 4025 d 7 h raphael /trunk/jrest/ Cel/API: RechercheObservation->rechercherObservations() ne n'exécute plus d'emblée
la requête générée et par conséquent ne retourne pas ses résultats,
à l'exception de l'objet ($this) dont l'attribut public $requete_selection_observations
est initialisé.

La méthode get(), elle, exécute la requête et retourne les données résultantes.
Et puisque rechercherObservations() retourne l'objet, il est donc possible d'enchaîner les deux
appels en utilisant désormais la syntaxe RechercheObservation->rechercherObservations()->get().

Cela permet de découpler la génération de la requête de son exécution et donc possiblement
de manipuler la requête en plusieurs temps.
Cela pourrait s'avérer utile dans les cas où le script traitant les données souhaiterait s'architecturer
sous la forme d'un flux au fil de la récupération des enregistrements en BDD plutôt que de
compter sur l'exécution intégrale de la requête et d'attendre le retour exhaustif des données.
 
/trunk/jrest/lib/RechercheObservation.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelWidgetExport.php
/trunk/jrest/services/Inventory.php
/trunk/jrest/services/InventoryExport.php
/trunk/jrest/services/InventoryObservationList.php
1582 4052 d 0 h jpm /trunk/jrest/services/ Ajout d'un service renvoyant les infos d'une obs publique.  
/trunk/jrest/services/CelObs.php