source: trunk/prototype/config/schedulable.ini @ 7590

Revision 7590, 1.7 KB checked in by douglas, 12 years ago (diff)

Ticket #3209 - Integrar módulo de sincronização Z-push ao Expresso

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar_object
[5399]3
[5514]4[model.hasMany]
5participants = participant.schedulable
6attachments = schedulableToAttachment.schedulable
[6996]7taskToActivity = taskToActivity.activity
[5514]8       
9[model.hasOne]
10repeat = repeat.schedulable
[5399]11
12[before.create]
13encodeCreateSchedulable = modules/calendar/interceptors/DBMapping.php
14
15[after.create]
16createCalendarToSchedulable = modules/calendar/interceptors/DBMapping.php
17
18[before.find]
[5437]19findSchedulable = modules/calendar/interceptors/DBMapping.php
[6996]20findTask = modules/calendar/interceptors/DBMapping.php
[5399]21
22[after.find]
23deepnessFindEvent = modules/calendar/interceptors/DBMapping.php
24
25[before.update]
26updateCalendar = modules/calendar/interceptors/DBMapping.php
[7590]27setLastUpdateSchedulable = modules/calendar/interceptors/DBMapping.php
[6190]28encodeUpdateSchedulable = modules/calendar/interceptors/DBMapping.php
[5399]29updateEvent = modules/calendar/interceptors/Notifications.php
30
31[after.update]
32putEvent = modules/calendar/interceptors/DBMapping.php
[6996]33createHistoric = modules/calendar/interceptors/DBMapping.php
[5399]34
35[after.read]
36deepnessReadEvent = modules/calendar/interceptors/DBMapping.php
37
38[before.delete]
39deleteSchedulable = modules/calendar/interceptors/DBMapping.php
40deleteEvent = modules/calendar/interceptors/Notifications.php
41
[5437]42[PostgreSQL.mapping]
43id = id
44uid = cal_uid
45type = type_id
46startTime = dtstart
47summary = summary
48description = description
49endTime = dtend
50location = location
51allDay = allday
52transparent = transp
53class = class_id
[5715]54;repeat = repeat
[5437]55rangeStart = range_start
56rangeEnd = range_end
57lastUpdate = last_update
58dtstamp = dtstamp
59sequence = sequence
[6996]60timezone = tzid
61priority = priority
62percentage = percentage
63status = status
[7590]64due = due
Note: See TracBrowser for help on using the repository browser.