Ignore:
Timestamp:
01/27/12 15:37:21 (12 years ago)
Author:
cristiano
Message:

Ticket #2434 - Atualização modulo agenda e API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/config/schedulable.ini

    r5399 r5437  
    11service = PostgreSQL 
     2PostgreSQL.concept = calendar_object 
    23 
    34[links] 
     
    67 
    78[before.create] 
    8 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    99encodeCreateSchedulable = modules/calendar/interceptors/DBMapping.php 
    1010 
     
    1313 
    1414[before.find] 
    15 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    16 encodeFindSchedulable = modules/calendar/interceptors/DBMapping.php 
     15findSchedulable = modules/calendar/interceptors/DBMapping.php 
    1716 
    1817[after.find] 
    19 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    20 decodeFindSchedulable = modules/calendar/interceptors/DBMapping.php 
    2118deepnessFindEvent = modules/calendar/interceptors/DBMapping.php 
    2219 
    2320[before.update] 
    24 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    2521updateCalendar = modules/calendar/interceptors/DBMapping.php 
    2622updateEvent = modules/calendar/interceptors/Notifications.php 
     
    3026putEvent = modules/calendar/interceptors/DBMapping.php 
    3127 
    32 [before.read] 
    33 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    34 encodeReadConcept = modules/calendar/interceptors/DBMapping.php 
    35  
    36  
    3728[after.read] 
    38 decodeReadConcept = modules/calendar/interceptors/DBMapping.php 
    3929deepnessReadEvent = modules/calendar/interceptors/DBMapping.php 
    4030 
    4131[before.delete] 
    42 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    4332deleteSchedulable = modules/calendar/interceptors/DBMapping.php 
    4433deleteEvent = modules/calendar/interceptors/Notifications.php 
    4534 
    46 [before.deleteAll] 
    47 encodeURISchedulable = modules/calendar/interceptors/DBMapping.php 
    48 encodeDeleteAllConcept = modules/calendar/interceptors/DBMapping.php 
     35[PostgreSQL.mapping] 
     36id = id 
     37uid = cal_uid 
     38type = type_id 
     39startTime = dtstart 
     40summary = summary 
     41description = description 
     42endTime = dtend 
     43location = location 
     44allDay = allday 
     45transparent = transp 
     46class = class_id 
     47repeat = repeat 
     48rangeStart = range_start 
     49rangeEnd = range_end 
     50lastUpdate = last_update 
     51dtstamp = dtstamp 
     52sequence = sequence 
     53timezone = tzid 
Note: See TracChangeset for help on using the changeset viewer.