Notifies the appropriate ML if an address was not geocoded.
[platal.git] / classes / address.php
CommitLineData
eb54852e
SJ
1<?php
2/***************************************************************************
5e1513f6 3 * Copyright (C) 2003-2011 Polytechnique.org *
eb54852e
SJ
4 * http://opensource.polytechnique.org/ *
5 * *
6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. *
10 * *
11 * This program is distributed in the hope that it will be useful, *
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14 * GNU General Public License for more details. *
15 * *
16 * You should have received a copy of the GNU General Public License *
17 * along with this program; if not, write to the Free Software *
18 * Foundation, Inc., *
19 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
20 ***************************************************************************/
21
22/** Class Address is meant to perform most of the access to the table profile_addresses.
23 *
24 * profile_addresses describes an Address, which can be related to either a
25 * Profile, a Job or a Company:
26 * - for a Profile:
27 * - `type` is set to 'home'
28 * - `pid` is set to the related profile pid (in profiles)
29 * - `id` is the id of the address in the list of those related to that profile
30 * - `jobid` is set to 0
31 *
32 * - for a Company:
33 * - `type` is set to 'hq'
34 * - `pid` is set to 0
35 * - `jobid` is set to the id of the company (in profile_job_enum)
36 * - `id` is set to 0 (only one address per Company)
37 *
38 * - for a Job:
39 * - `type` is set to 'job'
40 * - `pid` is set to the pid of the Profile of the related Job (in both profiles and profile_job)
41 * - `id` is the id of the job to which we refer (in profile_job)
42 * - `jobid` is set to 0
43 *
baab50c7
SJ
44 * - for a Group:
45 * - `type` is set to 'group'
46 * - `pid` is set to 0
47 * - `jobid` is set to 0
48 * - `groupid` is set to the group id
49 *
eb54852e
SJ
50 * Thus an Address can be linked to a Company, a Profile, or a Job.
51 */
52class Address
53{
54 const LINK_JOB = 'job';
55 const LINK_COMPANY = 'hq';
56 const LINK_PROFILE = 'home';
baab50c7 57 const LINK_GROUP = 'group';
eb54852e 58
f5f68e07
SJ
59 // List of all available postal formattings.
60 private static $formattings = array('FRANCE' => 'FR');
61
62 // Abbreviations to be used to format French postal addresses.
63 private static $streetAbbreviations = array(
64 'ALLEE' => 'ALL',
65 'AVENUE' => 'AV',
66 'BOULEVARD' => 'BD',
67 'CENTRE' => 'CTRE',
68 'CENTRE COMMERCIAL' => 'CCAL',
69 'IMMEUBLE' => 'IMM',
70 'IMMEUBLES' => 'IMM',
71 'IMPASSE' => 'IMP',
72 'LIEU-DIT' => 'LD',
73 'LOTISSEMENT' => 'LOT',
74 'PASSAGE' => 'PAS',
75 'PLACE' => 'PL',
76 'RESIDENCE' => 'RES',
77 'ROND-POINT' => 'RPT',
78 'ROUTE' => 'RTE',
79 'SQUARE' => 'SQ',
80 'VILLAGE' => 'VLGE',
81 'ZONE D\'ACTIVITE' => 'ZA',
82 'ZONE D\'AMENAGEMENT CONCERTE' => 'ZAC',
83 'ZONE D\'AMENAGEMENT DIFFERE' => 'ZAD',
84 'ZONE INDUSTRIELLE' => 'ZI'
85 );
86 private static $otherAbbreviations = array(
87 'ADJUDANT' => 'ADJ',
88 'AERODROME' => 'AERD',
89 'AEROGARE' => 'AERG',
90 'AERONAUTIQUE' => 'AERN',
91 'AEROPORT' => 'AERP',
92 'AGENCE' => 'AGCE',
93 'AGRICOLE' => 'AGRIC',
94 'ANCIEN' => 'ANC',
95 'ANCIENNEMENT' => 'ANC',
96 'APPARTEMENT' => 'APP',
97 'APPARTEMENTS' => 'APP',
98 'ARMEMENT' => 'ARMT',
99 'ARRONDISSEMENT' => 'ARR',
100 'ASPIRANT' => 'ASP',
101 'ASSOCIATION' => 'ASSOC',
102 'ASSURANCE' => 'ASSUR',
103 'ATELIER' => 'AT',
104 'BARAQUEMENT' => 'BRQ',
105 'BAS' => 'BAS',
106 'BASSE' => 'BAS',
107 'BASSES' => 'BAS',
108 'BATAILLON' => 'BTN',
109 'BATAILLONS' => 'BTN',
110 'BATIMENT' => 'BAT',
111 'BATIMENTS' => 'BAT',
112 'BIS' => 'B',
113 'BOITE POSTALE' => 'BP',
114 'CABINET' => 'CAB',
115 'CANTON' => 'CANT',
116 'CARDINAL' => 'CDL',
117 'CASE POSTALE' => 'CP',
118 'CHAMBRE' => 'CHBR',
119 'CITADELLE' => 'CTD',
120 'COLLEGE' => 'COLL',
121 'COLONEL' => 'CNL',
122 'COLONIE' => 'COLO',
123 'COMITE' => 'CTE',
124 'COMMANDANT' => 'CDT',
125 'COMMERCIAL' => 'CIAL',
126 'COMMUNE' => 'COM',
127 'COMMUNAL' => 'COM',
128 'COMMUNAUX' => 'COM',
129 'COMPAGNIE' => 'CIE',
130 'COMPAGNON' => 'COMP',
131 'COMPAGNONS' => 'COMP',
132 'COOPERATIVE' => 'COOP',
133 'COURSE SPECIALE' => 'CS',
134 'CROIX' => 'CRX',
135 'DELEGATION' => 'DELEG',
136 'DEPARTEMENTAL' => 'DEP',
137 'DEPARTEMENTAUX' => 'DEP',
138 'DIRECTEUR' => 'DIR',
139 'DIRECTECTION' => 'DIR',
140 'DIVISION' => 'DIV',
141 'DOCTEUR' => 'DR',
142 'ECONOMIE' => 'ECO',
143 'ECONOMIQUE' => 'ECO',
144 'ECRIVAIN' => 'ECRIV',
145 'ECRIVAINS' => 'ECRIV',
146 'ENSEIGNEMENT' => 'ENST',
147 'ENSEMBLE' => 'ENS',
148 'ENTREE' => 'ENT',
149 'ENTREES' => 'ENT',
150 'ENTREPRISE' => 'ENTR',
151 'EPOUX' => 'EP',
152 'EPOUSE' => 'EP',
153 'ETABLISSEMENT' => 'ETS',
154 'ETAGE' => 'ETG',
155 'ETAT MAJOR' => 'EM',
156 'EVEQUE' => 'EVQ',
157 'FACULTE' => 'FAC',
158 'FORET' => 'FOR',
159 'FORESTIER' => 'FOR',
160 'FRANCAIS' => 'FR',
161 'FRANCAISE' => 'FR',
162 'FUSILIER' => 'FUS',
163 'GENDARMERIE' => 'GEND',
164 'GENERAL' => 'GAL',
165 'GOUVERNEMENTAL' => 'GOUV',
166 'GOUVERNEUR' => 'GOU',
167 'GRAND' => 'GD',
168 'GRANDE' => 'GDE',
169 'GRANDES' => 'GDES',
170 'GRANDS' => 'GDS',
171 'HAUT' => 'HT',
172 'HAUTE' => 'HTE',
173 'HAUTES' => 'HTES',
174 'HAUTS' => 'HTS',
175 'HOPITAL' => 'HOP',
176 'HOPITAUX' => 'HOP',
177 'HOSPICE' => 'HOSP',
178 'HOSPITALIER' => 'HOSP',
179 'HOTEL' => 'HOT',
180 'INFANTERIE' => 'INFANT',
181 'INFERIEUR' => 'INF',
182 'INFERIEUR' => 'INF',
183 'INGENIEUR' => 'ING',
184 'INSPECTEUR' => 'INSP',
185 'INSTITUT' => 'INST',
186 'INTERNATIONAL' => 'INTERN',
187 'INTERNATIONALE' => 'INTERN',
188 'LABORATOIRE' => 'LABO',
189 'LIEUTENANT' => 'LT',
190 'LIEUTENANT DE VAISSEAU' => 'LTDV',
191 'MADAME' => 'MME',
192 'MADEMOISELLE' => 'MLLE',
193 'MAGASIN' => 'MAG',
194 'MAISON' => 'MAIS',
195 'MAITRE' => 'ME',
196 'MARECHAL' => 'MAL',
197 'MARITIME' => 'MAR',
198 'MEDECIN' => 'MED',
199 'MEDICAL' => 'MED',
200 'MESDAMES' => 'MMES',
201 'MESDEMOISELLES' => 'MLLES',
202 'MESSIEURS' => 'MM',
203 'MILITAIRE' => 'MIL',
204 'MINISTERE' => 'MIN',
205 'MONSEIGNEUR' => 'MGR',
206 'MONSIEUR' => 'M',
207 'MUNICIPAL' => 'MUN',
208 'MUTUEL' => 'MUT',
209 'NATIONAL' => 'NAL',
210 'NOTRE DAME' => 'ND',
211 'NOUVEAU' => 'NOUV',
212 'NOUVEL' => 'NOUV',
213 'NOUVELLE' => 'NOUV',
214 'OBSERVATOIRE' => 'OBS',
215 'PASTEUR' => 'PAST',
216 'PETIT' => 'PT',
217 'PETITE' => 'PTE',
218 'PETITES' => 'PTES',
219 'PETITS' => 'PTS',
220 'POLICE' => 'POL',
221 'PREFET' => 'PREF',
222 'PREFECTURE' => 'PREF',
223 'PRESIDENT' => 'PDT',
224 'PROFESSEUR' => 'PR',
225 'PROFESSIONNEL' => 'PROF',
226 'PROFESSIONNELE' => 'PROF',
227 'PROLONGE' => 'PROL',
228 'PROLONGEE' => 'PROL',
229 'PROPRIETE' => 'PROP',
230 'QUATER' => 'Q',
231 'QUINQUIES' => 'C',
232 'RECTEUR' => 'RECT',
233 'REGIMENT' => 'RGT',
234 'REGION' => 'REG',
235 'REGIONAL' => 'REG',
236 'REGIONALE' => 'REG',
237 'REPUBLIQUE' => 'REP',
238 'RESTAURANT' => 'REST',
239 'SAINT' => 'ST',
240 'SAINTE' => 'STE',
241 'SAINTES' => 'STES',
242 'SAINTS' => 'STS',
243 'SANATORIUM' => 'SANA',
244 'SERGENT' => 'SGT',
245 'SERVICE' => 'SCE',
246 'SOCIETE' => 'SOC',
247 'SOUS COUVERT' => 'SC',
248 'SOUS-PREFET' => 'SPREF',
249 'SUPERIEUR' => 'SUP',
250 'SUPERIEURE' => 'SUP',
251 'SYNDICAT' => 'SYND',
252 'TECHNICIEN' => 'TECH',
253 'TECHNICIENNE' => 'TECH',
254 'TECHNICIQUE' => 'TECH',
255 'TER' => 'T',
256 'TRI SERVICE ARRIVEE' => 'TSA',
257 'TUNNEL' => 'TUN',
258 'UNIVERSITAIRE' => 'UNVT',
259 'UNIVERSITE' => 'UNIV',
260 'VELODROME' => 'VELOD',
261 'VEUVE' => 'VVE',
262 'VIEILLE' => 'VIEL',
263 'VIEILLES' => 'VIEL',
264 'VIEUX' => 'VX'
265 );
266 private static $entrepriseAbbreviations = array(
267 'COOPERATIVE D\'UTILISATION DE MATERIEL AGRICOLE EN COMMUN' => 'CUMA',
268 'ETABLISSEMENT PUBLIC A CARACTERE INDUSTRIEL ET COMMERCIAL' => 'EPIC',
269 'ETABLISSEMENT PUBLIC ADMINISTRATIF' => 'EPA',
270 'GROUPEMENT AGRICOLE D\'EXPLOITATION EN COMMUN' => 'GAEC',
271 'GROUPEMENT D\'INTERET ECONOMIQUE' => 'GIE',
272 'GROUPEMENT D\'INTERET PUBLIC' => 'GIP',
273 'GROUPEMENT EUROPEEN D\'INTERET ECONOMIQUE' => 'GEIE',
274 'OFFICE PUBLIC D\'HABITATION A LOYER MODERE' => 'OPHLM',
275 'SOCIETE A RESPONSABILITE LIMITEE' => 'SARL',
276 'SOCIETE ANONYME' => 'SA',
277 'SOCIETE CIVILE DE PLACEMENT COLLECTIF IMMOBILIER' => 'SCPI',
278 'SOCIETE CIVILE PROFESSIONNELLE' => 'SCP',
279 'SOCIETE COOPERATIVE OUVRIERE DE PRODUCTION ET DE CREDIT' => 'SCOP',
280 'SOCIETE D\'AMENAGEMENT FONCIER ET D\'EQUIPEMENT RURAL' => 'SAFER',
281 'SOCIETE D\'ECONOMIE MIXTE' => 'SEM',
282 'SOCIETE D\'INTERET COLLECTIF AGRICOLE' => 'SICA',
283 'SOCIETE D\'INVESTISSEMENT A CAPITAL VARIABLE' => 'SICAV',
284 'SOCIETE EN NOM COLLECTIF' => 'SNC',
285 'SOCIETE IMMOBILIERE POUR LE COMMERCE ET L\'INDUSTRIE' => 'SICOMI',
286 'SOCIETE MIXTE D\'INTERET AGRICOLE' => 'SMIA',
287 'SYNDICAT INTERCOMMUNAL A VOCATION MULTIPLE' => 'SIVOM',
288 'SYNDICAT INTERCOMMUNAL A VOCATION UNIQUE' => 'SIVU'
289 );
290
eb54852e
SJ
291 // Primary key fields: the quadruplet ($pid, $jobid, $type, $id) defines a unique address.
292 public $pid = 0;
293 public $jobid = 0;
baab50c7 294 public $groupid = 0;
eb54852e
SJ
295 public $type = Address::LINK_PROFILE;
296 public $id = 0;
297
298 // Geocoding fields.
eb54852e
SJ
299 public $text = '';
300 public $postalText = '';
0f5f1b70
SJ
301 public $types = '';
302 public $formatted_address = '';
303 public $components = array();
eb54852e
SJ
304 public $latitude = null;
305 public $longitude = null;
0f5f1b70
SJ
306 public $southwest_latitude = null;
307 public $southwest_longitude = null;
308 public $northeast_latitude = null;
309 public $northeast_longitude = null;
310 public $location_type = '';
311 public $partial_match = false;
312 public $componentsIds = '';
57fa97b3 313 public $request = false;
72a4c6a8
SJ
314 public $geocoding_date = null;
315 public $geocoding_calls = 0;
eb54852e
SJ
316
317 // Database's field required for both 'home' and 'job' addresses.
5f096c57 318 public $pub = 'ax';
eb54852e
SJ
319
320 // Database's fields required for 'home' addresses.
baee0f5a 321 public $flags = null; // 'current', 'temporary', 'secondary', 'mail', 'cedex', 'deliveryIssue'
eb54852e
SJ
322 public $comment = null;
323 public $current = null;
324 public $temporary = null;
325 public $secondary = null;
326 public $mail = null;
baee0f5a 327 public $deliveryIssue = null;
eb54852e
SJ
328
329 // Remaining fields that do not belong to profile_addresses.
330 public $phones = array();
331 public $error = false;
332 public $changed = 0;
333 public $removed = 0;
334
335 public function __construct(array $data = array())
336 {
337 if (count($data) > 0) {
338 foreach ($data as $key => $val) {
339 $this->$key = $val;
340 }
341 }
342
545bc699
FB
343 if (!is_null($this->flags)) {
344 $this->flags = new PlFlagSet($this->flags);
345 } else {
baee0f5a 346 static $flags = array('current', 'temporary', 'secondary', 'mail', 'deliveryIssue');
eb54852e 347
545bc699
FB
348 $this->flags = new PlFlagSet();
349 foreach ($flags as $flag) {
350 if (!is_null($this->$flag) && ($this->$flag == 1 || $this->$flag == 'on')) {
351 $this->flags->addFlag($flag, 1);
352 $this->$flag = null;
eb54852e 353 }
545bc699
FB
354 $this->flags->addFlag('cedex', (strpos(strtoupper(preg_replace(array("/[0-9,\"'#~:;_\- ]/", "/\r\n/"),
355 array('', "\n"), $this->text)), 'CEDEX')) !== false);
eb54852e
SJ
356 }
357 }
a3328b1e 358 $this->request = ($this->request || !is_null(AddressReq::get_request($this->pid, $this->jobid, $this->groupid, $this->type, $this->id)));
eb54852e
SJ
359 }
360
323ac187
SJ
361 public function setId($id)
362 {
363 $this->id = $id;
364 }
365
eb54852e
SJ
366 public function phones()
367 {
368 return $this->phones;
369 }
370
26ba053e 371 public function addPhone(Phone $phone)
eb54852e 372 {
0b53817f 373 if ($phone->link_type == Phone::LINK_ADDRESS && $phone->pid == $this->pid) {
eb54852e
SJ
374 $this->phones[$phone->uniqueId()] = $phone;
375 }
376 }
377
378 public function hasFlag($flag)
379 {
622e7063 380 return ($this->flags != null && $this->flags->hasFlag($flag));
eb54852e
SJ
381 }
382
24ede2d2
SJ
383 public function addFlag($flag)
384 {
385 $this->flags->addFlag($flag);
386 }
387
f5f68e07
SJ
388 /** Auxilary function for formatting postal addresses.
389 * If the needle is found in the haystack, it notifies the substitution's
390 * success, modifies the length accordingly and returns either the matching
391 * substitution or the needle.
392 */
9070ff05 393 private function substitute($needle, $haystack, &$length, &$success, $trim = false)
f5f68e07
SJ
394 {
395 if (array_key_exists($needle, $haystack)) {
396 $success = true;
397 $length -= (strlen($needle) - strlen($haystack[$needle]));
398 return $haystack[$needle];
9070ff05
SJ
399 } elseif ($trim) {
400 $success = true;
401 if (strlen($needle) > 4) {
402 $length -= (strlen($needle) - 4);
403 $needle = $needle{4};
404 }
f5f68e07
SJ
405 }
406 return $needle;
407 }
408
409 /** Checks if the line corresponds to a French street line.
410 * A line is considered a French street line if it starts by between 1 and 4 numbers.
411 */
412 private function isStreetFR($line)
413 {
414 return preg_match('/^\d{1,4}\D/', $line);
415 }
416
417 /** Retrieves a French street number and slit the rest of the line into an array.
418 * @param $words: array containing the rest of the line (a word per cell).
419 * @param $line: line to consider.
420 * Returns the street number.
421 */
422 private function getStreetNumberFR(&$line)
423 {
424 // First we define numbers and separators.
425 $numberReq = '(\d{1,4})\s*(BIS|TER|QUATER|[A-Z])?';
cce807c5
SJ
426 $separatorReq = '\s*(?:\\|-|&|A|ET)?\s*';
427
428 // Then we retrieve the number(s) and the rest of the line.
429 // $matches contains:
430 // -0: the full patern, here the given line,
431 // -1: the number,
432 // -2: its optionnal quantifier,
433 // -3: an optionnal second number,
434 // -4: the second number's optionnal quantifier,
435 // -5: the rest of the line.
436 preg_match('/^' . $numberReq . '(?:' . $separatorReq . $numberReq . ')?\s+(.*)/', $line, $matches);
f5f68e07
SJ
437 $number = $matches[1];
438 $line = $matches[5];
439
440 // If there is a precision on the address, we concatenate it to the number.
441 if ($matches[2] != '') {
cce807c5 442 $number .= $matches[2]{0};
f5f68e07 443 } elseif ($matches[4] != '') {
cce807c5 444 $number .= $matches[4]{0};
f5f68e07
SJ
445 }
446
447 return $number;
448 }
449
450 /** Checks if the line corresponds to a French locality line.
451 * A line is considered a French locality line if it starts by exactly a
452 * postal code of exactly 5 numbers.
453 */
454 private function isLocalityFR($line)
455 {
456 return preg_match('/^\d{5}\D/', $line);
457 }
458
459 /** Retrieves a French postal code and slit the rest of the line into an array.
460 * @param $words: array containing the rest of the line (a word per cell).
461 * @param $line: line to consider.
462 * Returns the postal code, and cuts it out from the line.
463 */
464 private function getPostalCodeFR(&$line)
465 {
466 $number = substr($line, 0, 5);
467 $line = trim(substr($line, 5));
468 return $number;
469 }
470
471 /** Returns the address formated for French postal use (cf AFNOR XPZ 10-011).
472 * A postal addresse containts at most 6 lines of at most 38 characters each:
473 * - addressee's identification ("MONSIEUR JEAN DURAND", "DURAND SA"…),
474 * - delivery point identification ("CHEZ TOTO APPARTEMENT 2", "SERVICE ACHAT"…),
475 * - building localisation complement ("ENTREE A BATIMENT DES JONQUILLES", "ZONE INDUSTRIELLE OUEST"…),
476 * - N° and street name ("25 RUE DES FLEURS", "LES VIGNES"…),
477 * - delivery service, street localisation complement ("BP 40122", "BP 40112 AREYRES"…),
478 * - postal code and locality or cedex code and cedex ("33500 LIBOURNE", "33506 LIBOURNE CEDEX"…).
479 * Punctuation must be removed, all leters must be uppercased.
480 * Both locality and street name must not take more than 32 characters.
481 *
482 * @param $arrayText: array containing the address to be formated, one
483 * address line per array line.
484 * @param $count: array size.
485 */
cce807c5 486 private function formatPostalAddressFR($arrayText)
f5f68e07
SJ
487 {
488 // First removes country if any.
cce807c5 489 $count = count($arrayText);
f5f68e07
SJ
490 if ($arrayText[$count - 1] == 'FRANCE') {
491 unset($arrayText[$count - 1]);
492 --$count;
493 }
494
495 // All the lines must have less than 38 characters but street and
496 // locality lines whose limit is 32 characters.
497 foreach ($arrayText as $lineNumber => $line) {
498 if ($isStreetLine = $this->isStreetFR($line)) {
499 $formattedLine = $this->getStreetNumberFR($line) . ' ';
500 $limit = 32;
501 } elseif ($this->isLocalityFR($line)) {
502 $formattedLine = $this->getPostalCodeFR($line) . ' ';
503 $limit = 32;
59e8fb00 504 } else {
f5f68e07
SJ
505 $formattedLine = '';
506 $limit = 38;
507 }
508
509 $words = explode(' ', $line);
510 $count = count($words);
511 $length = $count - 1;
512 foreach ($words as $word) {
513 $length += strlen($word);
59e8fb00 514 }
f5f68e07
SJ
515
516 // Checks is length is ok. Otherwise, we try to shorten words and
517 // update the length of the current line accordingly.
518 for ($i = 0; $i < $count && $length > $limit; ++$i) {
519 $success = false;
520 if ($isStreetLine) {
9070ff05 521 $sub = $this->substitute($words[$i], Address::$streetAbbreviations, $length, $success, ($i == 0));
f5f68e07
SJ
522 }
523 // Entreprises' substitution are only suitable for the first two lines.
524 if ($lineNumber <= 2 && !$success) {
525 $sub = $this->substitute($words[$i], Address::$entrepriseAbbreviations, $length, $success);
526 }
527 if (!$success) {
528 $sub = $this->substitute($words[$i], Address::$otherAbbreviations, $length, $success);
529 }
530
531 $formattedLine .= $sub . ' ';
532 }
533 for (; $i < $count; ++$i) {
534 $formattedLine .= $words[$i] . ' ';
535 }
536 $arrayText[$lineNumber] = trim($formattedLine);
59e8fb00 537 }
f5f68e07
SJ
538
539 return implode("\n", $arrayText);
540 }
541
542 // Formats postal addresses.
543 // First erases punctuation, accents… Then uppercase the address and finally
544 // calls the country's dedicated formatting function.
545 public function formatPostalAddress()
546 {
547 // Performs rough formatting.
548 $text = mb_strtoupper(replace_accent($this->text));
549 $text = str_replace(array(',', ';', '.', ':', '!', '?', '"', '«', '»'), '', $text);
550 $text = preg_replace('/( |\t)+/', ' ', $text);
551 $arrayText = explode("\n", $text);
552 $arrayText = array_map('trim', $arrayText);
553
928c303e
SJ
554 // Formats according to country rules. Thus we first identify the
555 // country, then apply corresponding formatting or translate country
556 // into default language.
f5f68e07 557 $count = count($arrayText);
0f5f1b70
SJ
558 list($countryId, $country) = XDB::fetchOneRow('SELECT gc.iso_3166_1_a2, gc.country
559 FROM geoloc_countries AS gc
560 INNER JOIN geoloc_languages AS gl ON (gc.iso_3166_1_a2 = gl.iso_3166_1_a2)
561 WHERE gl.countryPlain = {?} OR gc.countryPlain = {?}',
562 $arrayText[$count - 1], $arrayText[$count - 1]);
563 if (is_null($countryId)) {
564 $text = $this->formatPostalAddressFR($arrayText);
565 } elseif (in_array(strtoupper($countryId), Address::$formattings)) {
566 $text = call_user_func(array($this, 'formatPostalAddress' . strtoupper($countryId)), $arrayText);
f5f68e07 567 } else {
0f5f1b70
SJ
568 $arrayText[$count - 1] = mb_strtoupper(replace_accent($country));
569 $text = implode("\n", $arrayText);
f5f68e07
SJ
570 }
571
572 $this->postalText = $text;
59e8fb00
SJ
573 }
574
00b2bc89 575 public function format()
eb54852e 576 {
eb54852e 577 $this->text = trim($this->text);
0c1a29ba 578 $this->phones = Phone::formatFormArray($this->phones, $this->error, new ProfileVisibility($this->pub));
eb54852e 579 if ($this->removed == 1) {
0409b3c2 580 if (!S::user()->checkPerms('directory_private') && Phone::hasPrivate($this->phones)) {
0c1a29ba
SJ
581 Platal::page()->trigWarning("L'adresse ne peut être supprimée car elle contient des informations pour lesquelles vous n'avez le droit d'édition.");
582 } else {
583 $this->text = '';
584 return true;
585 }
eb54852e
SJ
586 }
587
00b2bc89
SJ
588 $this->formatPostalAddress();
589 if ($this->changed == 1) {
eb54852e
SJ
590 $gmapsGeocoder = new GMapsGeocoder();
591 $gmapsGeocoder->getGeocodedAddress($this);
0f5f1b70 592
a3328b1e
SJ
593 $componants = array();
594 foreach ($this->components as $component) {
595 $componants[] = Geocoder::getComponentId($component);
596 }
597 $this->componentsIds = implode(',', $componants);
f2ac8f49 598 }
00b2bc89
SJ
599
600 return true;
eb54852e
SJ
601 }
602
603 public function toFormArray()
604 {
605 $address = array(
0f5f1b70
SJ
606 'text' => $this->text,
607 'postalText' => $this->postalText,
608 'types' => $this->types,
609 'formatted_address' => $this->formatted_address,
610 'latitude' => $this->latitude,
611 'longitude' => $this->longitude,
612 'southwest_latitude' => $this->southwest_latitude,
613 'southwest_longitude' => $this->southwest_longitude,
614 'northeast_latitude' => $this->northeast_latitude,
615 'northeast_longitude' => $this->northeast_longitude,
616 'location_type' => $this->location_type,
617 'partial_match' => $this->partial_match,
57fa97b3 618 'componentsIds' => $this->componentsIds,
72a4c6a8
SJ
619 'geocoding_date' => $this->geocoding_date,
620 'geocoding_calls' => $this->geocoding_calls,
57fa97b3 621 'request' => $this->request
eb54852e 622 );
eb54852e
SJ
623
624 if ($this->type == self::LINK_PROFILE || $this->type == self::LINK_JOB) {
625 $address['pub'] = $this->pub;
626 }
627 if ($this->type == self::LINK_PROFILE) {
baee0f5a 628 static $flags = array('current', 'temporary', 'secondary', 'mail', 'cedex', 'deliveryIssue');
eb54852e
SJ
629 foreach ($flags as $flag) {
630 $address[$flag] = $this->flags->hasFlag($flag);
631 }
632 $address['comment'] = $this->comment;
633 $address['phones'] = Phone::formatFormArray($this->phones);
634 }
635
636 return $address;
637 }
638
639 private function toString()
640 {
14aba233 641 $address = $this->text;
eb54852e 642 if ($this->type == self::LINK_PROFILE || $this->type == self::LINK_JOB) {
14aba233
SJ
643 static $pubs = array('public' => 'publique', 'ax' => 'annuaire AX', 'private' => 'privé');
644 $address .= ' (affichage ' . $pubs[$this->pub];
eb54852e
SJ
645 }
646 if ($this->type == self::LINK_PROFILE) {
647 static $flags = array(
baee0f5a
SJ
648 'current' => 'actuelle',
649 'temporary' => 'temporaire',
650 'secondary' => 'secondaire',
651 'mail' => 'conctactable par courier',
652 'deliveryIssue' => 'n\'habite pas à l\'adresse indiquée',
653 'cedex' => 'type cédex',
eb54852e
SJ
654 );
655
14aba233
SJ
656 if (!$this->flags->hasFlag('temporary')) {
657 $address .= ', permanente';
658 }
659 if (!$this->flags->hasFlag('secondary')) {
660 $address .= ', principale';
661 }
eb54852e
SJ
662 foreach ($flags as $flag => $flagName) {
663 if ($this->flags->hasFlag($flag)) {
664 $address .= ', ' . $flagName;
665 }
666 }
14aba233
SJ
667 if ($this->comment) {
668 $address .= ', commentaire : ' . $this->comment;
669 }
eb54852e
SJ
670 if ($phones = Phone::formArrayToString($this->phones)) {
671 $address .= ', ' . $phones;
672 }
14aba233
SJ
673 } elseif ($this->type == self::LINK_JOB) {
674 $address .= ')';
eb54852e
SJ
675 }
676 return $address;
677 }
678
679 private function isEmpty()
680 {
681 return (!$this->text || $this->text == '');
682 }
683
684 public function save()
685 {
eb54852e 686 if (!$this->isEmpty()) {
0f5f1b70
SJ
687 XDB::execute('INSERT IGNORE INTO profile_addresses (pid, jobid, groupid, type, id, flags, text, postalText, pub, comment,
688 types, formatted_address, location_type, partial_match, latitude, longitude,
72a4c6a8
SJ
689 southwest_latitude, southwest_longitude, northeast_latitude, northeast_longitude,
690 geocoding_date, geocoding_calls)
0f5f1b70 691 VALUES ({?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?},
72a4c6a8 692 {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, {?}, NOW(), {?})',
0f5f1b70
SJ
693 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id, $this->flags, $this->text, $this->postalText, $this->pub, $this->comment,
694 $this->types, $this->formatted_address, $this->location_type, $this->partial_match, $this->latitude, $this->longitude,
72a4c6a8 695 $this->southwest_latitude, $this->southwest_longitude, $this->northeast_latitude, $this->northeast_longitude, $this->geocoding_calls);
0f5f1b70
SJ
696
697 if ($this->componentsIds) {
698 foreach (explode(',', $this->componentsIds) as $component_id) {
699 XDB::execute('INSERT IGNORE INTO profile_addresses_components (pid, jobid, groupid, type, id, component_id)
700 VALUES ({?}, {?}, {?}, {?}, {?}, {?})',
701 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id, $component_id);
702 }
41f4556b
SJ
703 } else {
704 // If the address was not geocoded, notifies it to the appropriate ML.
705 $mailer = new PlMailer('profile/no_geocoding.mail.tpl');
706 $mailer->assign('text', $this->text);
707 $mailer->assign('primary_key', $this->pid . '-' . $this->jobid . '-' . $this->groupid . '-' . $this->type . '-' . $this->id);
708 $mailer->send();
0f5f1b70 709 }
eb54852e
SJ
710
711 if ($this->type == self::LINK_PROFILE) {
712 Phone::savePhones($this->phones, $this->pid, Phone::LINK_ADDRESS, $this->id);
713 }
a3328b1e
SJ
714
715 if ($this->request) {
716 $req = new AddressReq(S::user(), $this->toFormArray(), $this->pid, $this->jobid, $this->groupid, $this->type, $this->id);
717 $req->submit();
718 }
eb54852e
SJ
719 }
720 }
721
57fa97b3
SJ
722 public function updateGeocoding($text)
723 {
a3328b1e
SJ
724 XDB::execute('UPDATE profile_addresses
725 SET text = {?}, postalText = {?}, types = {?}, formatted_address = {?},
726 location_type = {?}, partial_match = {?}, latitude = {?}, longitude = {?},
727 southwest_latitude = {?}, southwest_longitude = {?}, northeast_latitude = {?}, northeast_longitude = {?},
728 geocoding_date = NOW(), geocoding_calls = {?}
729 WHERE pid = {?} AND jobid = {?} AND groupid = {?} AND type = {?} AND id = {?}',
730 $this->text, $this->postalText, $this->types, $this->formatted_address,
731 $this->location_type, $this->partial_match, $this->latitude, $this->longitude,
732 $this->southwest_latitude, $this->southwest_longitude, $this->northeast_latitude, $this->northeast_longitude, $this->geocoding_calls,
733 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id);
734
735 XDB::execute('DELETE FROM profile_addresses_components
736 WHERE pid = {?} AND jobid = {?} AND groupid = {?} AND type = {?} AND id = {?}',
737 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id);
738 if ($this->componentsIds) {
739 foreach (explode(',', $this->componentsIds) as $component_id) {
740 XDB::execute('INSERT IGNORE INTO profile_addresses_components (pid, jobid, groupid, type, id, component_id)
741 VALUES ({?}, {?}, {?}, {?}, {?}, {?})',
742 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id, $component_id);
57fa97b3
SJ
743 }
744 }
745 }
746
781a24bc
SJ
747 public function delete()
748 {
02228cb2
SJ
749 XDB::execute('DELETE FROM profile_addresses_components
750 WHERE pid = {?} AND jobid = {?} AND groupid = {?} AND type = {?} AND id = {?}',
751 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id);
781a24bc 752 XDB::execute('DELETE FROM profile_addresses
baab50c7
SJ
753 WHERE pid = {?} AND jobid = {?} AND groupid = {?} AND type = {?} AND id = {?}',
754 $this->pid, $this->jobid, $this->groupid, $this->type, $this->id);
02228cb2
SJ
755
756 return XDB::affectedRows();
781a24bc
SJ
757 }
758
baab50c7 759 static public function deleteAddresses($pid, $type, $jobid = null, $groupid = null, $deletePrivate = true)
eb54852e
SJ
760 {
761 $where = '';
762 if (!is_null($pid)) {
763 $where = XDB::format(' AND pid = {?}', $pid);
764 }
765 if (!is_null($jobid)) {
766 $where = XDB::format(' AND jobid = {?}', $jobid);
767 }
baab50c7
SJ
768 if (!is_null($groupid)) {
769 $where = XDB::format(' AND groupid = {?}', $groupid);
770 }
eb54852e 771 XDB::execute('DELETE FROM profile_addresses
6592a264 772 WHERE type = {?}' . $where . (($deletePrivate) ? '' : ' AND pub IN (\'public\', \'ax\')'),
eb54852e
SJ
773 $type);
774 if ($type == self::LINK_PROFILE) {
6592a264 775 Phone::deletePhones($pid, Phone::LINK_ADDRESS, null, $deletePrivate);
eb54852e
SJ
776 }
777 }
778
779 /** Saves addresses into the database.
780 * @param $data: an array of form formatted addresses.
781 * @param $pid, $type, $linkid: pid, type and id concerned by the update.
782 */
d3ce1117 783 static public function saveFromArray(array $data, $pid, $type = self::LINK_PROFILE, $linkid = null, $savePrivate = true)
eb54852e
SJ
784 {
785 foreach ($data as $id => $value) {
d3ce1117
SJ
786 if ($value['pub'] != 'private' || $savePrivate) {
787 if (!is_null($linkid)) {
788 $value['id'] = $linkid;
789 } else {
790 $value['id'] = $id;
791 }
792 if (!is_null($pid)) {
793 $value['pid'] = $pid;
794 }
795 if (!is_null($type)) {
796 $value['type'] = $type;
797 }
798 $address = new Address($value);
799 $address->save();
eb54852e 800 }
eb54852e
SJ
801 }
802 }
803
804 static private function formArrayWalk(array $data, $function, &$success = true, $requiresEmptyAddress = false)
805 {
806 $addresses = array();
807 foreach ($data as $item) {
808 $address = new Address($item);
809 $success = ($address->format() && $success);
810 if (!$address->isEmpty()) {
811 $addresses[] = call_user_func(array($address, $function));
812 }
813 }
814 if (count($address) == 0 && $requiresEmptyAddress) {
815 $address = new Address();
816 $addresses[] = call_user_func(array($address, $function));
817 }
818 return $addresses;
819 }
820
1f61d10d
SJ
821 // Compares two addresses. First sort by publicity, then place primary
822 // addresses before secondary addresses.
823 static private function compare(array $a, array $b)
824 {
825 $value = ProfileVisibility::comparePublicity($a, $b);
826 if ($value == 0) {
827 if ($a['secondary'] != $b['secondary']) {
828 $value = $a['secondary'] ? 1 : -1;
829 }
830 }
831 return $value;
832 }
833
eb54852e
SJ
834 // Formats an array of form addresses into an array of form formatted addresses.
835 static public function formatFormArray(array $data, &$success = true)
836 {
1f61d10d
SJ
837 $addresses = self::formArrayWalk($data, 'toFormArray', $success, true);
838
eb54852e
SJ
839 // Only a single address can be the profile's current address and she must have one.
840 $hasCurrent = false;
1f61d10d 841 foreach ($addresses as $key => &$address) {
eb54852e
SJ
842 if (isset($address['current']) && $address['current']) {
843 if ($hasCurrent) {
844 $address['current'] = false;
845 } else {
846 $hasCurrent = true;
847 }
848 }
849 }
850 if (!$hasCurrent && count($value) > 0) {
851 foreach ($value as &$address) {
852 $address['current'] = true;
853 break;
854 }
855 }
856
1f61d10d 857 usort($addresses, 'Address::compare');
b3d5464e 858 return $addresses;
eb54852e
SJ
859 }
860
861 static public function formArrayToString(array $data)
862 {
14aba233 863 return implode(', ', self::formArrayWalk($data, 'toString'));
eb54852e
SJ
864 }
865
0c1a29ba
SJ
866 static public function hasPrivate(array $addresses)
867 {
868 foreach ($addresses as $address) {
869 if ($address['pub'] == 'private') {
870 return true;
871 }
872 }
873 return false;
874 }
875
eb54852e
SJ
876 static public function iterate(array $pids = array(), array $types = array(),
877 array $jobids = array(), array $pubs = array())
878 {
879 return new AddressIterator($pids, $types, $jobids, $pubs);
880 }
881}
882
883/** Iterator over a set of Phones
884 *
885 * @param $pid, $type, $jobid, $pub
886 *
887 * The iterator contains the phones that correspond to the value stored in the
888 * parameters' arrays.
889 */
890class AddressIterator implements PlIterator
891{
892 private $dbiter;
893
894 public function __construct(array $pids, array $types, array $jobids, array $pubs)
895 {
896 $where = array();
897 if (count($pids) != 0) {
898 $where[] = XDB::format('(pa.pid IN {?})', $pids);
899 }
900 if (count($types) != 0) {
901 $where[] = XDB::format('(pa.type IN {?})', $types);
902 }
903 if (count($jobids) != 0) {
904 $where[] = XDB::format('(pa.jobid IN {?})', $jobids);
905 }
906 if (count($pubs) != 0) {
907 $where[] = XDB::format('(pa.pub IN {?})', $pubs);
908 }
0f5f1b70
SJ
909 $sql = 'SELECT pa.pid, pa.jobid, pa.groupid, pa.type, pa.id, pa.flags, pa.text, pa.postalText, pa.pub, pa.comment,
910 pa.types, pa.formatted_address, pa.location_type, pa.partial_match, pa.latitude, pa.longitude,
911 pa.southwest_latitude, pa.southwest_longitude, pa.northeast_latitude, pa.northeast_longitude,
72a4c6a8 912 pa.geocoding_date, pa.geocoding_calls,
d9892b2a 913 GROUP_CONCAT(DISTINCT pc.component_id SEPARATOR \',\') AS componentsIds,
07b0a566
SJ
914 GROUP_CONCAT(pace1.long_name) AS postalCode, GROUP_CONCAT(pace2.long_name) AS locality,
915 GROUP_CONCAT(pace3.long_name) AS administrativeArea, GROUP_CONCAT(pace4.long_name) AS country
d9892b2a
SJ
916 FROM profile_addresses AS pa
917 LEFT JOIN profile_addresses_components AS pc ON (pa.pid = pc.pid AND pa.jobid = pc.jobid AND pa.groupid = pc.groupid
918 AND pa.type = pc.type AND pa.id = pc.id)
07b0a566
SJ
919 LEFT JOIN profile_addresses_components_enum AS pace1 ON (FIND_IN_SET(\'postal_code\', pace1.types) AND pace1.id = pc.component_id)
920 LEFT JOIN profile_addresses_components_enum AS pace2 ON (FIND_IN_SET(\'locality\', pace2.types) AND pace2.id = pc.component_id)
921 LEFT JOIN profile_addresses_components_enum AS pace3 ON (FIND_IN_SET(\'administrative_area_level_1\', pace3.types) AND pace3.id = pc.component_id)
922 LEFT JOIN profile_addresses_components_enum AS pace4 ON (FIND_IN_SET(\'country\', pace4.types) AND pace4.id = pc.component_id)
323ac187 923 ' . ((count($where) > 0) ? 'WHERE ' . implode(' AND ', $where) : '') . '
0f5f1b70 924 GROUP BY pa.pid, pa.jobid, pa.groupid, pa.type, pa.id
eb54852e
SJ
925 ORDER BY pa.pid, pa.jobid, pa.id';
926 $this->dbiter = XDB::iterator($sql);
927 }
928
929 public function next()
930 {
931 if (is_null($this->dbiter)) {
932 return null;
933 }
934 $data = $this->dbiter->next();
935 if (is_null($data)) {
936 return null;
937 }
938 // Adds phones to addresses.
939 $it = Phone::iterate(array($data['pid']), array(Phone::LINK_ADDRESS), array($data['id']));
940 while ($phone = $it->next()) {
0b53817f 941 $data['phones'][$phone->id] = $phone->toFormArray();
eb54852e
SJ
942 }
943 return new Address($data);
944 }
945
946 public function total()
947 {
948 return $this->dbiter->total();
949 }
950
951 public function first()
952 {
953 return $this->dbiter->first();
954 }
955
956 public function last()
957 {
958 return $this->dbiter->last();
959 }
960
961 public function value()
962 {
963 return $this->dbiter;
964 }
965}
966
967// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
968?>