Revision 5437,
789 bytes
checked in by cristiano, 11 years ago
(diff) |
Ticket #2434 - Atualização modulo agenda e API
|
Line | |
---|
1 | service = PostgreSQL |
---|
2 | PostgreSQL.concept = calendar_signature |
---|
3 | |
---|
4 | [links] |
---|
5 | calendar = calendar |
---|
6 | calendarSignatureAlarms = calendarSignatureAlarm |
---|
7 | |
---|
8 | [before.delete] |
---|
9 | deleteCalendarSignatureDependences = modules/calendar/interceptors/DBMapping.php |
---|
10 | |
---|
11 | [after.find] |
---|
12 | createDefaultSignature = modules/calendar/interceptors/DBMapping.php |
---|
13 | deepnessFindCalendarSignature = modules/calendar/interceptors/DBMapping.php |
---|
14 | |
---|
15 | [after.read] |
---|
16 | deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php |
---|
17 | |
---|
18 | [PostgreSQL.mapping] |
---|
19 | id = id |
---|
20 | user = user_uidnumber |
---|
21 | calendar = calendar_id |
---|
22 | isOwner = is_owner |
---|
23 | msgAdd = msg_add |
---|
24 | msgCancel = msg_cancel |
---|
25 | msgUpdate = msg_update |
---|
26 | msgReply = msg_reply |
---|
27 | msgAlarm = msg_alarms |
---|
28 | dtstamp = dtstamp |
---|
29 | fontColor = font_color |
---|
30 | backgroundColor = background_color |
---|
31 | borderColor = border_color |
---|
Note: See
TracBrowser
for help on using the repository browser.