/[openfoncier]/trunk/obj/demande.class.php
ViewVC logotype

Annotation of /trunk/obj/demande.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1005 - (hide annotations)
Thu Dec 6 15:48:07 2012 UTC (12 years, 1 month ago) by fmichon
File size: 31796 byte(s)
Merge de la branche 3.2.x pour la reprise du développement dans le trunk

1 vpihour 632 <?php
2     //$Id$
3     //gen openMairie le 08/11/2012 14:00
4    
5     require_once ("../gen/obj/demande.class.php");
6    
7     class demande extends demande_gen {
8    
9 nhaye 838 var $valIdDemandeur = array("petitionnaire_principal" => "",
10     "delegataire" => "",
11     "petitionnaire" => array());
12     var $postedIdDemandeur = array("petitionnaire_principal" => "",
13     "delegataire" => "",
14     "petitionnaire" => array());
15 nhaye 807
16 vpihour 632 function demande($id,&$db,$debug) {
17     $this->constructeur($id,$db,$debug);
18     }// fin constructeur
19 fmichon 1005
20     function setValF($val) {
21     parent::setValF($val);
22    
23     // Récupération des id demandeurs postés
24     $this->getPostedValues();
25     $this->valIdDemandeur=$this->postedIdDemandeur;
26     }
27    
28     /**
29     * Méthode permettant de récupérer les valeurs du dossier d'autorisation
30     * correspondant àla nouvelle demande
31     */
32     function getValFromDossierAutorisation($dossier_autorisation) {
33     include "../sql/pgsql/demande.form.inc.php";
34     $sql=str_replace("<idx>",$this->getParameter("idx_dossier"),
35     $sql_infos_dossier_autorisation);
36     $res = $this->db->query($sql);
37     $this->addToLog("demande -> getValFromDossierAutorisation() : ".$sql);
38     $this->f->isDatabaseError();
39     $row = & $res->fetchRow(DB_FETCHMODE_ASSOC);
40     return $row;
41     }
42 vpihour 651
43 vpihour 799 /*
44     * La date du jour par défaut dans le champs date_demande
45     * Put the date of the day by default into the field date_demande
46     */
47 vpihour 635 function setVal(&$form, $maj, $validation, &$db) {
48     if($maj == 0) {
49 fmichon 1005 $form->setVal("date_demande",date('d/m/Y'));
50    
51     // Récupération des valeurs du dossier d'autorisation correspondant
52     if($this->getParameter("idx_dossier") != "") {
53     $val_autorisation = $this->getValFromDossierAutorisation(
54     $this->getParameter("idx_dossier"));
55     foreach($val_autorisation as $champ => $value) {
56     $form->setVal($champ,$value);
57     }
58     }
59 vpihour 635 }
60     }
61    
62 nhaye 838 /**
63     * Méthode de verification du contenu
64     */
65     function verifier($val, &$db, $DEBUG) {
66     parent::verifier($val, $db, $DEBUG);
67     if(!isset($this->postedIdDemandeur["petitionnaire_principal"]) OR
68     empty($this->postedIdDemandeur["petitionnaire_principal"])) {
69     $this->correct = false;
70     $this->addToMessage("La saisie d'un petitionnaire principal est obligatoire.");
71     }
72     }
73 vpihour 799 /*
74     * Ajout du fielset
75     * Add fieldset
76     */
77 vpihour 635 function setLayout(&$form, $maj){
78     if ( $maj < 2 OR $maj == 3 ) {
79    
80     //Champs sur lequel s'ouvre le fieldset
81 nhaye 807 $form->setBloc('dossier_autorisation_type_detaille','D',"","dossier_type col_8");
82    
83     $form->setFieldset('dossier_autorisation_type_detaille','D'
84     ,_('Type de dossier/demande'));
85     $form->setFieldset('demande_type','F','');
86    
87     $form->setBloc('demande_type','F');
88    
89     $form->setBloc('date_demande','D',"","col_4 demande_hidden_bloc");
90     $form->setFieldset('date_demande','D',_('Date de la demande'));
91     $form->setFieldset('date_demande','F','');
92 vpihour 635 $form->setBloc('date_demande','F');
93    
94 nhaye 807 $form->setBloc('terrain_references_cadastrales','D',"",
95     "localisation col_12 demande_hidden_bloc");
96 vpihour 693 $form->setFieldset('terrain_references_cadastrales','D',_('Localisation du terrain'));
97     $form->setFieldset('terrain_superficie','F','');
98 vpihour 635 $form->setBloc('terrain_superficie','F');
99 vpihour 676
100 nhaye 807 $form->setBloc('nombre_lots','D',"","lots col_12 demande_hidden_bloc");
101 vpihour 693 $form->setFieldset('nombre_lots','D',_('Nombre de lots'));
102     $form->setFieldset('nombre_lots','F','');
103 vpihour 676 $form->setBloc('nombre_lots','F');
104 vpihour 635 }
105     }
106 vpihour 641
107 vpihour 799 /*
108     * Ajoute des actions sur les deux premiers select
109     * Add actions on the two first select
110     */
111 vpihour 641 function setOnchange(&$form,$maj){
112     parent::setOnchange($form,$maj);
113     $form->setOnchange("dossier_autorisation_type_detaille","changeDemandeType();");
114     $form->setOnchange("demande_type","showFormsDemande();");
115     }
116 vpihour 635
117 vpihour 799 /*
118     * Cache le champ terrain_references_cadastrales
119     * Hide the fiels terrain_references_cadastrales
120     */
121 vpihour 651 function setType(&$form,$maj) {
122     parent::setType($form,$maj);
123    
124 vpihour 689 $form->setType('dossier_instruction', 'hidden');
125     $form->setType('dossier_autorisation', 'hidden');
126 fmichon 1005
127     $form->setType('instruction_recepisse', 'hidden');
128     $form->setType('arrondissement', 'hidden');
129    
130     // Si il s'agit d'une demande sur dossier existant on desactive tous les champs
131     // sauf demande_type
132     if($maj == 0 AND $this-> getParameter("idx_dossier")) {
133     $form->setType('dossier_autorisation_type_detaille', 'selectdisabled');
134     $form->setType('terrain_references_cadastrales', 'textdisabled');
135     $form->setType('terrain_adresse_voie_numero', 'textdisabled');
136     $form->setType('complement', 'textdisabled');
137     $form->setType('terrain_adresse_lieu_dit', 'textdisabled');
138     $form->setType('terrain_adresse_localite', 'textdisabled');
139     $form->setType('terrain_adresse_code_postal', 'textdisabled');
140     $form->setType('terrain_adresse_bp', 'textdisabled');
141     $form->setType('terrain_adresse_cedex', 'textdisabled');
142     $form->setType('terrain_superficie', 'textdisabled');
143     $form->setType('nombre_lots', 'textdisabled');
144     }
145 vpihour 651 }
146 vpihour 676
147 nhaye 807 /**
148 nhaye 920 * Méthode permettant d'ajouter un dossier d'autorisation
149     */
150     function ajoutDossierAutorisation($id, &$db, $val, $DEBUG){
151     require_once '../obj/dossier_autorisation.class.php';
152     $dossier_autorisation = new dossier_autorisation("]",$db,$DEBUG);
153     // Création du dossier
154     foreach($dossier_autorisation->champs as $value) {
155     $valAuto[$value] = NULL;
156     }
157     $valAuto['dossier_autorisation']=NULL;
158     $valAuto['nature']=NULL;
159     $valAuto['exercice']=NULL;
160     $valAuto['insee']=NULL;
161     $valAuto['arrondissement']=NULL;
162     $valAuto['etat']=NULL;
163     $valAuto['erp_numero_batiment']=NULL;
164     $valAuto['erp_ouvert']=NULL;
165     $valAuto['erp_arrete_decision']=NULL;
166     $valAuto['dossier_autorisation_type_detaille']=$this->valF['dossier_autorisation_type_detaille'];
167     $valAuto['depot_initial']=$this->valF['date_demande'];
168     $valAuto['terrain_references_cadastrales']=$this->valF['terrain_references_cadastrales'];
169     $valAuto['terrain_adresse_voie_numero']=$this->valF['terrain_adresse_voie_numero'];
170     $valAuto['complement']=$this->valF['complement'];
171     $valAuto['terrain_adresse_lieu_dit']=$this->valF['terrain_adresse_lieu_dit'];
172     $valAuto['terrain_adresse_localite']=$this->valF['terrain_adresse_localite'];
173     $valAuto['terrain_adresse_code_postal']=$this->valF['terrain_adresse_code_postal'];
174     $valAuto['terrain_adresse_bp']=$this->valF['terrain_adresse_bp'];
175     $valAuto['terrain_adresse_cedex']=$this->valF['terrain_adresse_cedex'];
176     $valAuto['terrain_superficie']=$this->valF['terrain_superficie'];
177 fmichon 1005 $valAuto['numero_version']=-1;
178 nhaye 920 // Ajout du dossier dans la base
179     $dossier_autorisation->ajouter($valAuto, $db, $DEBUG);
180     // Liaison du dossier ajouter à la demande
181     $this->valF['dossier_autorisation'] = $dossier_autorisation->valF['dossier_autorisation'];
182     }
183    
184     /**
185     * Méthode permettant d'ajouter un dossier d'instruction
186     */
187 fmichon 1005 function ajoutDossierInstruction($id, &$db, $val, $DEBUG, $dossier_instruction_type){
188 nhaye 920 require_once '../obj/dossier.class.php';
189     $dossier = new dossier("]",$db,$DEBUG);
190     foreach($dossier->champs as $value) {
191     $valInstr[$value] = NULL;
192     }
193     require_once '../obj/dossier_autorisation_type_detaille.class.php';
194     $datd = new dossier_autorisation_type_detaille(
195     $this->valF['dossier_autorisation_type_detaille'],$db,$DEBUG);
196 fmichon 1005
197     /*Ajout de la variable dossier_instruction_type à l'objet dossier pour le
198     * versionning
199     */
200     $dossier->setDossierInstructionType($dossier_instruction_type);
201    
202 nhaye 920 // Définition des valeurs à entrée dans la table
203     $valInstr['nature']=$datd->val[array_search("code", $datd->champs)];
204     $valInstr['dossier_autorisation_type_detaille']=$this->valF['dossier_autorisation_type_detaille'];
205     $valInstr['date_depot']=$this->dateDBToForm($this->valF['date_demande']);
206     $valInstr['depot_initial']=$this->dateDBToForm($this->valF['date_demande']);
207     $valInstr['terrain_references_cadastrales']=$this->valF['terrain_references_cadastrales'];
208     $valInstr['terrain_adresse_voie_numero']=$this->valF['terrain_adresse_voie_numero'];
209     $valInstr['complement']=$this->valF['complement'];
210     $valInstr['terrain_adresse_lieu_dit']=$this->valF['terrain_adresse_lieu_dit'];
211     $valInstr['terrain_adresse_localite']=$this->valF['terrain_adresse_localite'];
212     $valInstr['terrain_adresse_code_postal']=$this->valF['terrain_adresse_code_postal'];
213     $valInstr['terrain_adresse_bp']=$this->valF['terrain_adresse_bp'];
214     $valInstr['terrain_adresse_cedex']=$this->valF['terrain_adresse_cedex'];
215     $valInstr['terrain_superficie']=$this->valF['terrain_superficie'];
216     $valInstr['description']="";
217 fmichon 927 $valInstr['dossier_autorisation']=$this->valF['dossier_autorisation'];
218 nhaye 920 $dossier->ajouter($valInstr, $db, $DEBUG);
219     $this->f->isDatabaseError();
220     // Liaison du dossier ajouter à la demande
221     $this->valF['dossier_instruction'] = $dossier->valF['dossier'];
222     }
223    
224     /**
225     * Ajout des liens demandeurs / dossier d'autorisation
226 nhaye 907 **/
227 nhaye 920 function ajoutLiensDossierAutorisation($id, &$db, $val, $DEBUG) {
228     // Création des liens entre le dossier autorisation et les demandeurs
229 nhaye 907 include '../sql/pgsql/demande.form.inc.php';
230 nhaye 920 require_once '../obj/lien_dossier_autorisation_demandeur.class.php';
231     $ldad = new lien_dossier_autorisation_demandeur("]",$db,$DEBUG);
232     // Recupération des demandeurs liés à la demande
233     $sql = str_replace("<demande>",$this->valF['demande'],$sql_lien_demande_demandeur);
234     $res = $db->query($sql);
235     $this->f->addToLog("demande.class.php: db->query(\"".$sql."\");", VERBOSE_MODE);
236     $this->f->isDatabaseError();
237     while($row = &$res->fetchRow(DB_FETCHMODE_ASSOC)) {
238     $row['lien_dossier_autorisation_demandeur'] = NULL;
239     $row['dossier_autorisation'] = $this->valF['dossier_autorisation'];
240     $ldad->ajouter($row, $db, $DEBUG);
241     }
242     }
243    
244     /**
245     * Ajout des liens demandeurs / dossier d'autorisation
246     **/
247     function ajoutLiensDossierInstruction($id, &$db, $val, $DEBUG) {
248     // Création des liens entre le dossier instruction et les demandeurs
249     include '../sql/pgsql/demande.form.inc.php';
250     require_once '../obj/lien_dossier_demandeur.class.php';
251     $ldd = new lien_dossier_demandeur("]",$db,$DEBUG);
252     // Recupération des demandeurs liés à la demande
253     $sql = str_replace("<demande>",$this->valF['demande'],$sql_lien_demande_demandeur);
254     $res = $db->query($sql);
255     $this->f->addToLog("demande.class.php: db->query(\"".$sql."\");", VERBOSE_MODE);
256     $this->f->isDatabaseError();
257     while($row = &$res->fetchRow(DB_FETCHMODE_ASSOC)) {
258     $row['lien_dossier_demandeur'] = NULL;
259     $row['dossier'] = $this->valF['dossier_instruction'];
260     $ldd->ajouter($row, $db, $DEBUG);
261     }
262     }
263    
264 fmichon 1005 /*
265     * Récupère l'identifiant d'un arrondissement à partir d'un code postal
266     */
267     function getArrondissement($terrain_adresse_code_postal){
268    
269     $arrondissement = NULL;
270    
271     $sql = "SELECT
272     arrondissement
273     FROM
274     ".DB_PREFIXE."arrondissement
275     WHERE
276     code_postal = '$terrain_adresse_code_postal' ";
277     $this->addToLog("demande.class.php : ".$sql." execute <br>", EXTRA_VERBOSE_MODE);
278    
279     $res = $this->db->query($sql);
280     $this->f->isDatabaseError($res);
281    
282     if( $res->numrows() > 0 ) {
283    
284     $row=& $res->fetchRow(DB_FETCHMODE_ASSOC);
285     $arrondissement = $row['arrondissement'];
286     }
287    
288     return $arrondissement;
289     }
290    
291     /*
292     * Récupère l'évènement lié à un type de demande
293     */
294     function getEvenement($demande_type){
295    
296     $evenement = NULL;
297    
298     $sql =
299     "SELECT
300     evenement
301     FROM
302     ".DB_PREFIXE."demande_type
303     WHERE
304     demande_type = $demande_type";
305    
306     $res = $this->db->query($sql);
307     $this->f->isDatabaseError($res);
308    
309     if ( $res->numrows() > 0 ){
310    
311     $row=& $res->fetchRow(DB_FETCHMODE_ASSOC);
312     $evenement = $row['evenement'];
313     }
314    
315     return $evenement;
316     }
317    
318     /*
319     * Récupère la lettre type lié à un événement
320     */
321     function getLettreType($evenement){
322    
323     $lettretype = NULL;
324    
325     $sql =
326     "SELECT
327     lettretype
328     FROM
329     ".DB_PREFIXE."evenement
330     WHERE
331     evenement = $evenement";
332    
333     $res = $this->db->query($sql);
334     $this->f->isDatabaseError($res);
335    
336     if ( $res->numrows() > 0 ){
337    
338     $row=& $res->fetchRow(DB_FETCHMODE_ASSOC);
339     $lettretype = $row['lettretype'];
340     }
341    
342     return $lettretype;
343     }
344    
345 nhaye 920 /**
346     * Ajout des dossiers
347     **/
348     function triggerAjouter($id, &$db, $val, $DEBUG){
349     include '../sql/pgsql/demande.form.inc.php';
350 nhaye 907 if($this->valF["demande_type"] != NULL) {
351     $res = $db->query(str_replace('<idx>', $this->valF['demande_type'], $sql_demande_type_details_by_id));
352     $this->f->isDatabaseError();
353 nhaye 920 $dossier_type = $res->fetchRow(DB_FETCHMODE_ASSOC);
354 nhaye 907 // Création du dossier_autorisation
355 nhaye 920 if($dossier_type['dossier_autorisation_type_detaille'] != NULL) {
356     $this->ajoutDossierAutorisation($id, $db, $val, $DEBUG);
357 nhaye 907 $this -> addToMessage(_("Creation du dossier d'autorisation no").$this->valF['dossier_autorisation']);
358     }
359 nhaye 920 // Création du dossier d'instruction
360     if($dossier_type['dossier_instruction_type'] != NULL) {
361 fmichon 1005 $this->ajoutDossierInstruction($id, $db, $val, $DEBUG, $dossier_type['dossier_instruction_type']);
362 nhaye 945 $this -> addToMessage(_("Creation du dossier d'instruction no").$this->valF['dossier_instruction']);
363 nhaye 907 }
364 vpihour 930
365     /*Création du lien de téléchargement de récépissé de demande*/
366     if ( $this->valF['demande_type'] != "" && is_numeric($this->valF['demande_type'])
367     && isset($this->valF['dossier_instruction']) && $this->valF['dossier_instruction'] !== "" ){
368    
369     /*Récupérer l'événement lié à ce type de demande*/
370 fmichon 1005 $evenement = $this->getEvenement($this->valF['demande_type']);
371    
372 vpihour 930 /*Récupération de la lettre type de l'événement*/
373 fmichon 1005 $lettretype = $this->getLettreType($evenement);
374 vpihour 930
375     /*Création d'une nouvelle instruction avec cet événement*/
376     /*Données*/
377     $valInstr['instruction']=NULL;
378    
379     $valInstr['destinataire']=$this->valF['dossier_instruction'];
380     $valInstr['dossier']=$this->valF['dossier_instruction'];
381    
382     $valInstr['datecourrier']=date("d/m/Y");
383 fmichon 1005 $valInstr['evenement']=$evenement;
384     $valInstr['lettretype']=$lettretype;
385 vpihour 930 $valInstr['complement']="";
386     $valInstr['complement2']="";
387    
388     $valInstr['action']="initialisation";
389     $valInstr['delai']="2";
390     $valInstr['etat']="notifier";
391     $valInstr['accord_tacite']="Oui";
392     $valInstr['delai_notification']="1";
393     $valInstr['archive_delai']="0";
394     $valInstr['archive_date_complet']=NULL;
395     $valInstr['archive_date_rejet']=NULL;
396     $valInstr['archive_date_limite']=NULL;
397     $valInstr['archive_date_notification_delai']=NULL;
398     $valInstr['archive_accord_tacite']="Non";
399     $valInstr['archive_etat']="initialiser";
400     $valInstr['archive_date_decision']=NULL;
401     $valInstr['archive_avis']="";
402     $valInstr['archive_date_validite']=NULL;
403     $valInstr['archive_date_achevement']=NULL;
404     $valInstr['archive_date_chantier']=NULL;
405     $valInstr['archive_date_conformite']=NULL;
406     $valInstr['complement3']="";
407     $valInstr['complement4']="";
408     $valInstr['complement5']="";
409     $valInstr['complement6']="";
410     $valInstr['complement7']="";
411     $valInstr['complement8']="";
412     $valInstr['complement9']="";
413     $valInstr['complement10']="";
414     $valInstr['complement11']="";
415     $valInstr['complement12']="";
416     $valInstr['complement13']="";
417     $valInstr['complement14']="";
418     $valInstr['complement15']="";
419     $valInstr['avis_decision']=NULL;
420    
421     /*Fichier requis*/
422     require_once '../obj/instruction.class.php';
423    
424     /*Création d'un nouveau dossier*/
425     $instruction = new instruction("]",$db,$DEBUG);
426     $instruction->valF = "";
427     $instruction->ajouter($valInstr, $db, $DEBUG);
428     if ( $instruction->valF['instruction'] != "" ){
429    
430 fmichon 1005 $this->valF['instruction_recepisse'] = $instruction->valF['instruction'];
431 vpihour 930 $this -> addToMessage("<br/><a
432     class='lien'
433 fmichon 1005 href='../pdf/pdflettretype.php?obj=".$lettretype."&amp;idx=".$this->valF['dossier_instruction']."'>
434 vpihour 930 <span
435     class=\"om-icon om-icon-16 om-icon-fix pdf-16\"
436     title=\""._("Telecharger le recepisse de la demande")."\">".
437     _("Telecharger le recepisse de la demande").
438     "</span>
439     &nbsp;&nbsp;&nbsp;&nbsp;".
440     _("Telecharger le recepisse de la demande")."
441     </a></br>");
442     }
443     else {
444    
445     $this -> addToMessage(_("Une erreur s'est produite lors de la création du recepisse"));
446     }
447     }
448 fmichon 1005
449     /*Ajout de l'arrondissement à partir du code postal*/
450     if ( !is_null($this->valF["terrain_adresse_code_postal"]) && is_numeric($this->valF["terrain_adresse_code_postal"]) ){
451    
452     $this->valF["arrondissement"] = $this->getArrondissement($this->valF["terrain_adresse_code_postal"]);
453     }
454 nhaye 907 }
455     }
456    
457     /**
458 nhaye 828 * Ajout des délégataires et pétitionnaires
459 nhaye 807 **/
460 nhaye 828 function triggerAjouterApres($id, &$db, $val, $DEBUG){
461     $this->insertLinkDemandeDemandeur($db, $DEBUG);
462 fmichon 1005
463 nhaye 920 // Ajout des lliens entre dossier_autorisation et demandeur
464     if(!empty($this->valF['dossier_autorisation'])) {
465     $this->ajoutLiensDossierAutorisation($id, $db, $val, $DEBUG);
466     }
467     // Ajout des lliens entre dossier et demandeur
468     if(!empty($this->valF['dossier_instruction'])) {
469     $this->ajoutLiensDossierInstruction($id, $db, $val, $DEBUG);
470     }
471 nhaye 828 }
472     function triggerModifierApres($id, &$db, $val, $DEBUG){
473 nhaye 838 $this->listeDemandeur();
474 nhaye 828 $this->insertLinkDemandeDemandeur($db, $DEBUG);
475 nhaye 838 $this->valIdDemandeur=$this->postedIdDemandeur;
476 nhaye 828
477     }
478    
479     /**
480 nhaye 838 * Gestion des liens entre la demande et les demendeurs recement ajoutés
481 nhaye 828 **/
482     function insertLinkDemandeDemandeur($db, $DEBUG) {
483     //
484     require_once "../obj/lien_demande_demandeur.class.php";
485    
486 nhaye 838 // Comparaison de l'id petitionnaire principal
487     if(isset($this->postedIdDemandeur['petitionnaire_principal']) AND
488     !empty($this->postedIdDemandeur['petitionnaire_principal']) AND
489     $this->valIdDemandeur['petitionnaire_principal'] !=
490     $this->postedIdDemandeur['petitionnaire_principal']) {
491     // Ajout du nouveau lien
492     $this->addLinkDemandeDemandeur($this->postedIdDemandeur['petitionnaire_principal'], true, $db, $DEBUG);
493     if(!empty($this->valIdDemandeur['petitionnaire_principal'])) {
494     $this->deleteLinkDemandeDemandeur($this->valIdDemandeur['petitionnaire_principal'], $db, $DEBUG);
495 nhaye 807 }
496 nhaye 828 }
497 nhaye 838
498     // Comparaison du delegataire
499     if(isset($this->postedIdDemandeur['delegataire']) AND
500     !empty($this->postedIdDemandeur['delegataire']) AND
501     $this->valIdDemandeur['delegataire'] !=
502     $this->postedIdDemandeur['delegataire']) {
503     // Ajout du nouveau lien
504     $this->addLinkDemandeDemandeur($this->postedIdDemandeur['delegataire'], false, $db, $DEBUG);
505     if(!empty($this->valIdDemandeur['delegataire'])) {
506     $this->deleteLinkDemandeDemandeur($this->valIdDemandeur['delegataire'], $db, $DEBUG);
507     }
508     }
509    
510     // Comparaison des different petitionnaires
511     if(isset($this->postedIdDemandeur['petitionnaire'])) {
512     // Suppression des liens non valides
513     foreach ($this->valIdDemandeur['petitionnaire'] as $petitionnaire) {
514     if(!in_array($petitionnaire, $this->postedIdDemandeur['petitionnaire'])) {
515     $this->deleteLinkDemandeDemandeur($petitionnaire, $db, $DEBUG);
516     }
517     }
518     // Ajout des nouveaux liens
519     foreach ($this->postedIdDemandeur['petitionnaire'] as $petitionnaire) {
520     if(!in_array($petitionnaire, $this->valIdDemandeur['petitionnaire'])) {
521     $this->addLinkDemandeDemandeur($petitionnaire, false, $db, $DEBUG);
522     }
523     }
524     }
525     }
526    
527    
528     /**
529     * Fonction permettant d'ajouter un lien
530     * entre la table demande et demandeur
531     **/
532     function addLinkDemandeDemandeur($id, $principal, $db, $DEBUG) {
533     $lienAjout = new lien_demande_demandeur(
534     "]",
535     $db,
536     $DEBUG);
537     $lien = array('lien_demande_demandeur' => "",
538     'petitionnaire_principal' => (($principal)?"t":"f"),
539     'demande' => $this->valF['demande'],
540     'demandeur' => $id);
541     $lienAjout->ajouter($lien, $db, $DEBUG);
542     $lienAjout->__destruct();
543     }
544    
545     /**
546     * Fonction permettant de supprimer un lien
547     * entre la table demande et demandeur
548     **/
549     function deleteLinkDemandeDemandeur($id, $db, $DEBUG) {
550     // Suppression
551     $sql = "DELETE FROM ".DB_PREFIXE."lien_demande_demandeur ".
552     "WHERE demande=".$this->valF['demande'].
553     " AND demandeur=".$id;
554     // Execution de la requete de suppression de l'objet
555     $res = $db->query($sql);
556     // Logger
557     $this->f->addToLog("supprimer(): db->query(\"".$sql."\");", VERBOSE_MODE);
558     $this->f->isDatabaseError();
559    
560     }
561    
562     function isLinkDemandeDemandeurExist($idDemandeur) {
563     $sql = "SELECT count(*)
564     FROM ".DB_PREFIXE."lien_demande_demandeur
565     WHERE demande = ".$this->valF['demande'].
566     "AND demandeur = ".$idDemandeur;
567     $count = $this->f->db->getOne($sql);
568     $this->f->addToLog("db->getone(\"".$sql."\");", VERBOSE_MODE);
569     $this->f->isDatabaseError($count);
570     if ($count === 0) {
571     return false;
572 nhaye 828 } else {
573 nhaye 838 return true;
574 nhaye 828 }
575 nhaye 838
576 nhaye 828 }
577    
578     /**
579     * Methode de recupération des valeurs postées
580     **/
581     function getPostedValues() {
582     // Récupération des demandeurs dans POST
583     if (isset($_POST['petitionnaire_principal']) OR
584     isset($_POST['delegataire']) OR
585     isset($_POST['petitionnaire'])) {
586     if( isset($_POST['petitionnaire_principal']) AND
587     !empty($_POST['petitionnaire_principal'])) {
588 nhaye 838 $this->postedIdDemandeur['petitionnaire_principal'] = $_POST['petitionnaire_principal'];
589 nhaye 807 }
590 nhaye 828 if( isset($_POST['delegataire']) AND
591     !empty($_POST['delegataire'])) {
592 nhaye 838 $this->postedIdDemandeur['delegataire'] = $_POST['delegataire'];
593 nhaye 828 }
594     if( isset($_POST['petitionnaire']) AND
595     !empty($_POST['petitionnaire'])) {
596 nhaye 838 $this->postedIdDemandeur['petitionnaire'] = $_POST['petitionnaire'];
597 nhaye 828 }
598 nhaye 807 }
599 vpihour 676 }
600 nhaye 828 /**
601     * Méthode permettant de récupérer les id des demandeur lié à la demande
602     **/
603 nhaye 838 function listeDemandeur() {
604 nhaye 828 // Récupération des demandeurs de la base
605     $sql = "SELECT demandeur.demandeur,
606     demandeur.type_demandeur,
607     lien_demande_demandeur.petitionnaire_principal
608     FROM ".DB_PREFIXE."lien_demande_demandeur
609     INNER JOIN ".DB_PREFIXE."demandeur
610     ON demandeur.demandeur=lien_demande_demandeur.demandeur
611     WHERE demande = ".$this->val[array_search('demande', $this->champs)];
612     $res = $this->f->db->query($sql);
613 nhaye 838 $this->f->addToLog("listeDemandeur() : ".$sql);
614 nhaye 828 $this->f->isDatabaseError($res);
615     // Stoquage du résultat dans un tableau
616     while ($row=& $res->fetchRow(DB_FETCHMODE_ASSOC)){
617     if ($row['petitionnaire_principal'] == 't' AND
618     $row['type_demandeur']=="petitionnaire") {
619     $this->valIdDemandeur['petitionnaire_principal']=$row['demandeur'];
620     } elseif ($row['petitionnaire_principal'] == 'f' AND
621     $row['type_demandeur']=="petitionnaire"){
622     $this->valIdDemandeur['petitionnaire'][]=$row['demandeur'];
623     } elseif ($row['type_demandeur']=="delegataire"){
624     $this->valIdDemandeur['delegataire']=$row['demandeur'];
625     }
626     }
627     }
628 nhaye 807
629     /**
630     * Ajout de la liste des demandeurs
631     */
632     function formSpecificContent($maj) {
633 nhaye 842 if(!$this->correct AND $maj != 0) {
634 nhaye 838 $this->listeDemandeur();
635     }
636     if($maj < 2 AND !$this->correct) {
637     $linkable = true;
638     } else {
639     $linkable = false;
640     }
641 nhaye 807 // Conteneur de la listes des demandeurs
642 nhaye 808 echo "<div class=\"demande_hidden_bloc col_12\">";
643 nhaye 807 echo "<fieldset class=\"cadre ui-corner-all ui-widget-content\">";
644     echo " <legend class=\"ui-corner-all ui-widget-content ui-state-active\">"
645     ._("Petitionnaire")."</legend>";
646     // Si des demandeurs sont liés à la demande
647 nhaye 828 require_once "../obj/petitionnaire.class.php";
648     require_once "../obj/delegataire.class.php";
649 nhaye 807
650 nhaye 842 // Affichage du bloc pétitionnaire principal / délégataire
651     // L'ID DU DIV SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
652     echo "<div id=\"petitionnaire_principal_delegataire\">";
653     // Affichage de la synthèse
654     if (isset ($this->valIdDemandeur["petitionnaire_principal"]) AND
655     !empty($this->valIdDemandeur["petitionnaire_principal"])) {
656     $demandeur = new petitionnaire(
657     $this->valIdDemandeur["petitionnaire_principal"],
658     $this->f->db,false);
659     $demandeur -> afficherSynthese("petitionnaire_principal", $linkable);
660     $demandeur -> __destruct();
661     }
662     // Si en édition de formulaire
663     if($maj < 2 AND $this->correct != true) {
664     // Bouton d'ajout du pétitionnaire principal
665     // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
666     echo "<input id=\"add_petitionnaire_principal\"
667     class=\"ui-button ui-widget ui-state-default ui-corner-all\"
668     type=\"button\" value=\""._("Saisir le petitionnaire principal")."\"/>";
669 fmichon 1005 // Bouton d'ajout du delegataire
670     // L'ID DU DIV ET DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
671     echo "<div id=\"delegataire\">";
672 nhaye 842 echo " <span class=\"om-icon om-icon-16 om-icon-fix arrow-right-16\">></span> ";
673 fmichon 1005
674     // Affichage de la synthèse
675     if (isset ($this->valIdDemandeur["delegataire"]) AND
676     !empty($this->valIdDemandeur["delegataire"])) {
677     $demandeur = new delegataire($this->valIdDemandeur["delegataire"],
678     $this->f->db,false);
679     $demandeur -> afficherSynthese("delegataire", $linkable);
680     $demandeur -> __destruct();
681     }
682 nhaye 842 echo "<input id=\"add_delegataire\"
683     class=\"ui-button ui-widget ui-state-default ui-corner-all\"
684     type=\"button\" value=\""._("Saisir le delegataire")."\"/>";
685 fmichon 1005 echo "</div>";
686 nhaye 842 }
687     echo "</div>";
688     // Bloc des pétitionnaires secondaires
689     // L'ID DU DIV SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
690     echo "<div id=\"listePetitionnaires\">";
691 nhaye 828
692 nhaye 842 // Affichage de la synthèse
693     if (isset ($this->valIdDemandeur["petitionnaire"]) AND
694     !empty($this->valIdDemandeur["petitionnaire"])) {
695    
696     foreach ($this->valIdDemandeur["petitionnaire"] as $petitionnaire) {
697     $demandeur = new petitionnaire($petitionnaire,
698     $this->f->db,false);
699     $demandeur -> afficherSynthese("petitionnaire", $linkable);
700     $demandeur -> __destruct();
701     }
702    
703 nhaye 828 }
704 nhaye 842 if ($maj < 2 AND !$this->correct) {
705     // L'ID DE L'INPUT SUIVANT EST NECESSAIRE AU BON FONCTIONNEMENT DU JS
706     echo "<input id=\"add_petitionnaire\"
707     class=\"ui-button ui-widget ui-state-default ui-corner-all\"
708     type=\"button\" value=\""._("Ajouter un petitionnaire")."\"/>";
709     }
710     echo "</div>";
711 nhaye 807 echo "</fieldset>";
712     echo "</div>";
713     }
714    
715 vpihour 632 }// fin classe
716 fmichon 1005 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26