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/participant.ini

    r5399 r5437  
    11service = PostgreSQL 
     2PostgreSQL.concept = calendar_participant 
    23 
    34[links] 
     
    67alarms = alarm 
    78 
    8 [before.read] 
    9 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    10 encodeReadConcept = modules/calendar/interceptors/DBMapping.php 
    11  
    12 [after.read] 
    13 decodeReadConcept = modules/calendar/interceptors/DBMapping.php 
    14 deepnessReadParticipant = modules/calendar/interceptors/DBMapping.php 
    15  
    16 [before.create] 
    17 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    18 encodeCreateConcept = modules/calendar/interceptors/DBMapping.php 
    19  
    20 [before.find] 
    21 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    22 encodeFindParticipant = modules/calendar/interceptors/DBMapping.php 
    23  
    24 [after.find] 
    25 decodeFindConcept = modules/calendar/interceptors/DBMapping.php 
    26 deepnessFindParticipant = modules/calendar/interceptors/DBMapping.php 
    27  
    28 [before.update] 
    29 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    30 encodeUpdateConcept = modules/calendar/interceptors/DBMapping.php 
    31  
    32 [before.replace] 
    33 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    34 encodeReplaceConcept = modules/calendar/interceptors/DBMapping.php 
    35  
    36 [before.delete] 
    37 encodeURIParticipant = modules/calendar/interceptors/DBMapping.php 
    38 deleteParticipant = modules/calendar/interceptors/Notifications.php 
    39  
    409[after.commit] 
    4110commitParticipant = modules/calendar/interceptors/Notifications.php 
     11 
     12[PostgreSQL.mapping] 
     13id = id 
     14delegatedTo = delegated_to 
     15isOrganizer = is_organizer 
     16isExternal = is_external 
     17status = participant_status_id 
     18schedulable = object_id 
     19user = user_info_id 
Note: See TracChangeset for help on using the changeset viewer.