Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit c8749e2

Browse files
committed
Aggiornamento documentazione e caricamento file da importare durante la demo
1 parent 9a743b1 commit c8749e2

File tree

3 files changed

+68
-9
lines changed

3 files changed

+68
-9
lines changed

docs/Documentazione.pdf

100 KB
Binary file not shown.

sources/Rubrica/src/main/java/it/unisa/diem/swe/group07/rubrica/controllers/RubricaController.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ public class RubricaController extends GenericController implements Initializabl
173173
*/
174174
@Override
175175
public void initialize(URL url, ResourceBundle rb){
176-
this.getRubrica().aggiungiContatto(new ContattoEsteso("Emanuele", "Tocci", "+3933333333", "+3933333333", "+3933333333", "[email protected]", "[email protected]", "[email protected]", LocalDate.of(2003, 6, 9), "via Prova", "unisa.it", "note", false, true));
177-
this.getRubrica().aggiungiContatto(new ContattoEsteso("Claudia", "Montefusco","+3933333333","+3933333333", "+3933333333", "[email protected]", "[email protected]", "[email protected]", LocalDate.of(2003, 6, 16), "via Prova", "unisa.it", "informazioni aggiuntive", false, false));
178-
this.getRubrica().aggiungiContatto(new ContattoEsteso("Alessio", "Leo","+3933333333","+3933333333", "+3933333333", "[email protected]", "[email protected]", "[email protected]", LocalDate.of(2003, 12, 19), "via Prova", "unisa.it", "informazioni aggiuntive", false, false));
179-
this.getRubrica().aggiungiContatto(new ContattoEsteso("Rossella", "Pale","+3933333333","+3933333333", "+3933333333", "[email protected]", "[email protected]", "[email protected]", LocalDate.of(2003, 12, 12), "via Prova", "unisa.it", "informazioni aggiuntive", true, false));
180-
181-
// Inserire qui funzione Import/autoImport e rimuovere le aggiunte manuali dei contatti presenti sopra
182-
183-
// La lista osservabile é inizializzata a partire dagli elementi presenti nella rubrica
184-
this.getListaContatti().addAll(this.getRubrica().getContatti());
185176

186177
// TEST
187178
System.out.println("\n"+ getClass() + " - initialize ***\n");
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
BEGIN:VCARD
2+
VERSION:3.0
3+
FN:Emanuele Tocci
4+
TEL;TYPE=cell:+3933333333
5+
TEL;TYPE=home:+3933333333
6+
TEL;TYPE=work:+3933333333
7+
EMAIL;TYPE=work:[email protected]
8+
EMAIL;TYPE=home:[email protected]
9+
EMAIL;TYPE=other:[email protected]
10+
BDAY:2003-06-09
11+
ADR;TYPE=home:via Prova
12+
URL:unisa.it
13+
NOTE:note
14+
X-PREF:1
15+
X-EMERG:1
16+
UID:-1332681484
17+
END:VCARD
18+
BEGIN:VCARD
19+
VERSION:3.0
20+
FN:Claudia Montefusco
21+
TEL;TYPE=cell:+3933333333
22+
TEL;TYPE=home:+3933333333
23+
TEL;TYPE=work:+3933333333
24+
EMAIL;TYPE=work:[email protected]
25+
EMAIL;TYPE=home:[email protected]
26+
EMAIL;TYPE=other:[email protected]
27+
BDAY:2003-06-16
28+
ADR;TYPE=home:via Prova
29+
URL:unisa.it
30+
NOTE:informazioni aggiuntive
31+
X-PREF:1
32+
X-EMERG:1
33+
UID:1613182866
34+
END:VCARD
35+
BEGIN:VCARD
36+
VERSION:3.0
37+
FN:Rossella Pale
38+
TEL;TYPE=cell:+3933333333
39+
TEL;TYPE=home:+3933333333
40+
TEL;TYPE=work:+3933333333
41+
EMAIL;TYPE=work:[email protected]
42+
EMAIL;TYPE=home:[email protected]
43+
EMAIL;TYPE=other:[email protected]
44+
BDAY:2003-12-12
45+
ADR;TYPE=home:via Prova
46+
URL:unisa.it
47+
NOTE:informazioni aggiuntive
48+
X-PREF:1
49+
X-EMERG:1
50+
UID:-1841165404
51+
END:VCARD
52+
BEGIN:VCARD
53+
VERSION:3.0
54+
FN:Alessio Leo
55+
TEL;TYPE=cell:+3933333333
56+
TEL;TYPE=home:+3933333333
57+
TEL;TYPE=work:+3933333333
58+
EMAIL;TYPE=work:[email protected]
59+
EMAIL;TYPE=home:[email protected]
60+
EMAIL;TYPE=other:[email protected]
61+
BDAY:2003-12-19
62+
ADR;TYPE=home:via Prova
63+
URL:unisa.it
64+
NOTE:informazioni aggiuntive
65+
X-PREF:1
66+
X-EMERG:1
67+
UID:-1165880386
68+
END:VCARD

0 commit comments

Comments
 (0)