source: trunk/prototype/config/participant.ini @ 5399

Revision 5399, 1.3 KB checked in by cristiano, 12 years ago (diff)

Ticket #2434 - Alteração da estrutura de diretórios da nova API

Line 
1service = PostgreSQL
2
3[links]
4user = user
5schedulable = schedulable
6alarms = alarm
7
8[before.read]
9encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
10encodeReadConcept = modules/calendar/interceptors/DBMapping.php
11
12[after.read]
13decodeReadConcept = modules/calendar/interceptors/DBMapping.php
14deepnessReadParticipant = modules/calendar/interceptors/DBMapping.php
15
16[before.create]
17encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
18encodeCreateConcept = modules/calendar/interceptors/DBMapping.php
19
20[before.find]
21encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
22encodeFindParticipant = modules/calendar/interceptors/DBMapping.php
23
24[after.find]
25decodeFindConcept = modules/calendar/interceptors/DBMapping.php
26deepnessFindParticipant = modules/calendar/interceptors/DBMapping.php
27
28[before.update]
29encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
30encodeUpdateConcept = modules/calendar/interceptors/DBMapping.php
31
32[before.replace]
33encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
34encodeReplaceConcept = modules/calendar/interceptors/DBMapping.php
35
36[before.delete]
37encodeURIParticipant = modules/calendar/interceptors/DBMapping.php
38deleteParticipant = modules/calendar/interceptors/Notifications.php
39
40[after.commit]
41commitParticipant = modules/calendar/interceptors/Notifications.php
Note: See TracBrowser for help on using the repository browser.