source: trunk/prototype/config/alarm.ini @ 5514

Revision 5514, 636 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_alarm
3
4[model.depends]
5participant = participant.alarm
6
7[before.find]
8dayAlarm = modules/calendar/interceptors/DBMapping.php
9
10[after.find]
11decodeSignatureAlarmType = modules/calendar/interceptors/DBMapping.php
12
13[before.create]
14encodeCreateAlarm = modules/calendar/interceptors/DBMapping.php
15
16[PostgreSQL.before.update]
17encodeUpdateAlarm = modules/calendar/interceptors/DBMapping.php
18
19[PostgreSQL.mapping]
20id = "id"
21type = "action_id"
22time = "time"
23sent = "sent"
24rangeStart = "range_start"
25rangeEnd = "range_end"
26unit = "unit"
27participant = "participant_id"
28schedulable = "object_id"   
Note: See TracBrowser for help on using the repository browser.