source: trunk/prototype/config/repeat.ini @ 5715

Revision 5715, 1.0 KB checked in by natan, 12 years ago (diff)

Ticket #2434 - Implementacao da repeticao de eventos na agenda e adicao de suporte a relacionamentos 1x1 na API

Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_repeat
3
4[model.depends]
5schedulable = schedulable.repeat
6
7; [model.hasMany]
8; occurrences = repeatOccurrence.repeat
9
10[before.create]
11prepareRepeat = modules/calendar/interceptors/DBMapping.php
12;
13[before.update]
14prepareRepeat = modules/calendar/interceptors/DBMapping.php
15
16[after.create]
17saveOccurrences = modules/calendar/interceptors/DBMapping.php
18
19[after.update]
20saveOccurrences = modules/calendar/interceptors/DBMapping.php
21
22[after.find]
23deepnessRepeat = modules/calendar/interceptors/DBMapping.php
24;reprepareRepeat = modules/calendar/interceptors/DBMapping.php
25
26[after.read]
27deepnessRepeat = modules/calendar/interceptors/DBMapping.php
28;reprepareRepeat = modules/calendar/interceptors/DBMapping.php
29
30[PostgreSQL.mapping]
31wkst = wkst
32byweekno = byweekno
33byminute = byminute
34bysecond = bysecond
35byyearday = byyearday
36bymonthday = bymonthday
37bysetpos = bysetpos
38byday = byday
39byhour = byhour
40interval = interval
41frequency = frequency
42endTime = until
43schedulable = object_id
44id = id
45count = count
46startTime = dtstart
Note: See TracBrowser for help on using the repository browser.