[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Calendar/ -> Activity.php (sommaire)

(pas de description)

Poids: 740 lignes (33 kb)
Inclus ou requis: 39 fois
Référencé: 0 fois
Nécessite: 6 fichiers
 include/logging.php
 modules/Calendar/RenderRelatedListUI.php
 modules/Users/Users.php
 include/database/PearDatabase.php
 data/CRMEntity.php
 config.php

Définit 1 class

Activity:: (19 méthodes):
  Activity()
  save_module()
  insertIntoReminderTable()
  insertIntoRecurringTable()
  insertIntoInviteeTable()
  insertIntoSmActivityRel()
  getSortOrder()
  getOrderBy()
  get_contacts()
  get_users()
  get_full_list()
  getCount_Meeting()
  get_calendars()
  getCount()
  get_tasks()
  process_list_query1()
  activity_reminder()
  get_tasksforol()
  get_calendarsforol()


Classe: Activity  - X-Ref

Activity()   X-Ref
Pas de description

save_module($module)   X-Ref
Pas de description

insertIntoReminderTable($table_name,$module,$recurid)   X-Ref
Pas de description

insertIntoRecurringTable(& $recurObj)   X-Ref
Pas de description

insertIntoInviteeTable($table_name,$module,$invitees_array)   X-Ref
Pas de description

insertIntoSmActivityRel($module)   X-Ref
Pas de description

getSortOrder()   X-Ref
Function to get sort order
return string  $sorder    - sortorder string either 'ASC' or 'DESC'


getOrderBy()   X-Ref
Function to get order by
return string  $order_by    - fieldname(eg: 'subject')


get_contacts($id)   X-Ref
Function to get Activity related Contacts

param: integer   $id      - activityid

get_users($id)   X-Ref
Function to get Activity related Users

param: integer   $id      - activityid

get_full_list($criteria)   X-Ref
Function to get activities for given criteria

param: string   $criteria     - query string

getCount_Meeting($user_name)   X-Ref
Function to get meeting count

param: string   $user_name        - User Name

get_calendars($user_name,$from_index,$offset)   X-Ref
Pas de description

getCount($user_name)   X-Ref
Function to get task count

param: string   $user_name        - User Name

get_tasks($user_name,$from_index,$offset)   X-Ref
Function to get list of task for user with given limit

param: string   $user_name        - User Name
param: string   $from_index       - query string
param: string   $offset           - query string

process_list_query1($query)   X-Ref
Function to process the activity list query

param: string   $query     - query string

activity_reminder($activity_id,$reminder_time,$reminder_sent=0,$recurid,$remindermode='')   X-Ref
Function to get reminder for activity

param: integer   $activity_id     - activity id
param: string    $reminder_time   - reminder time
param: integer   $reminder_sent   - 0 or 1
param: integer   $recurid         - recuring eventid
param: string    $remindermode    - string like 'edit'    

get_tasksforol($username)   X-Ref
Function to get tasks to display in outlookplugin

param: string    $username     -  User name

get_calendarsforol($user_name)   X-Ref
Function to get calendar query for outlookplugin




Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7