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

Revision 6996, 1.0 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

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