source: trunk/prototype/config/calendarSignature.ini @ 7795

Revision 7795, 1.1 KB checked in by cristiano, 11 years ago (diff)

Ticket #3325 - Melhoria de funcionalidade na API (serviço Postgres)

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_signature
3
4[model.hasMany]
5calendarSignatureAlarms = calendarSignatureAlarm.calendarSignature
6[model.depends]
7calendar = calendar.signatures
8
9[before.delete]
10deleteCalendarSignatureDependences = modules/calendar/interceptors/DBMapping.php
11
12[after.find]
13createDefaultSignature = modules/calendar/interceptors/DBMapping.php
14deepnessFindCalendarSignature = modules/calendar/interceptors/DBMapping.php
15createDefaultGroup = modules/calendar/interceptors/DBMapping.php
16
17[before.read]
18calendarSignatureSecurity = modules/calendar/interceptors/DBMapping.php
19
20[before.find]
21calendarSignatureSecurity = modules/calendar/interceptors/DBMapping.php
22
23[after.read]
24deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php
25
26[PostgreSQL.mapping]
27id  = id
28user = user_uidnumber
29calendar = calendar_id
30isOwner = is_owner
31type = type
32msgAdd = msg_add
33msgCancel = msg_cancel
34msgUpdate = msg_update
35msgReply = msg_reply
36msgAlarm = msg_alarms
37dtstamp = dtstamp
38fontColor = font_color
39backgroundColor = background_color
40borderColor = border_color
Note: See TracBrowser for help on using the repository browser.