source: branches/2.5/prototype/config/participant.ini @ 7982

Revision 7982, 1.2 KB checked in by douglas, 11 years ago (diff)

Ticket #3378 - Importação automatica de eventos nos participantes

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_participant
3
4[model.hasOne]
5delegatedFrom = participant.delegateTo
6delegateTo = participant.delegatedFrom
7
8[model.hasMany]
9alarms = alarm.participant
10
11[model.depends]
12user = user.participants
13schedulable = schedulable.participants
14
15[after.find]
16deepnessFindParticipant = modules/calendar/interceptors/DBMapping.php
17
18[after.read]
19deepnessReadParticipant = modules/calendar/interceptors/DBMapping.php
20
21[after.create]
22createParticipantHistoric = modules/calendar/interceptors/DBMapping.php
23autoImportCalendar = modules/calendar/interceptors/DBMapping.php
24
25[before.create]
26encodeCreateParticipant = modules/calendar/interceptors/DBMapping.php
27
28[before.delete]
29prepareParticipantHistoric = modules/calendar/interceptors/DBMapping.php
30
31[after.delete]
32removeParticipantHistoric = modules/calendar/interceptors/DBMapping.php
33
34[after.commit]
35commitParticipant = modules/calendar/interceptors/Notifications.php
36
37
38[PostgreSQL.mapping]
39id = id
40delegatedFrom = delegated_from
41isOrganizer = is_organizer
42isExternal = is_external
43status = participant_status_id
44schedulable = object_id
45user = user_info_id
46acl = acl
47receiveNotification = receive_notification
Note: See TracBrowser for help on using the repository browser.