[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Contacts/ -> Contacts.php (sommaire)

(pas de description)

Poids: 869 lignes (49 kb)
Inclus ou requis: 41 fois
Référencé: 0 fois
Nécessite: 19 fichiers
 modules/Potentials/Potentials.php
 modules/Products/Products.php
 modules/Users/Users.php
 modules/PurchaseOrder/PurchaseOrder.php
 user_privileges/default_module_view.php
 modules/Quotes/Quotes.php
 include/utils/ExportUtils.php
 config.php
 modules/Campaigns/Campaigns.php
 include/utils/utils.php
 include/logging.php
 modules/HelpDesk/HelpDesk.php
 modules/SalesOrder/SalesOrder.php
 data/SugarBean.php
 include/database/PearDatabase.php
 data/CRMEntity.php
 modules/Emails/Emails.php
 modules/Notes/Notes.php
 modules/Calendar/Activity.php

Définit 1 class

Contacts:: (25 méthodes):
  Contacts()
  getSortOrder()
  getOrderBy()
  getCount()
  get_contacts1()
  get_contacts()
  process_list_query1()
  plugin_process_list_query()
  get_opportunities()
  get_activities()
  get_history()
  get_tickets()
  get_attachments()
  get_quotes()
  get_salesorder()
  get_products()
  get_purchase_orders()
  get_emails()
  get_campaigns()
  create_export_query()
  getColumnNames()
  get_searchbyemailid()
  get_contactsforol()
  save_module()
  insertIntoAttachment()


Classe: Contacts  - X-Ref

Contacts()   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: 'Contactname')


getCount($user_name)   X-Ref
Pas de description

get_contacts1($user_name,$email_address)   X-Ref
Pas de description

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

process_list_query1($query)   X-Ref
Pas de description

plugin_process_list_query($query)   X-Ref
Pas de description

get_opportunities($id)   X-Ref
Pas de description

get_activities($id)   X-Ref
Pas de description

get_history($id)   X-Ref
Function to get Contact related Task & Event which have activity type Held, Completed or Deferred.

param: integer   $id      - contactid

get_tickets($id)   X-Ref
Function to get Contact related Tickets.

param: integer   $id      - contactid

get_attachments($id)   X-Ref
Function to get Contact related Attachments

param: integer   $id - contactid

get_quotes($id)   X-Ref
Function to get Contact related Quotes

param: integer   $id  - contactid

get_salesorder($id)   X-Ref
Function to get Contact related SalesOrder

param: integer   $id  - contactid

get_products($id)   X-Ref
Function to get Contact related Products

param: integer   $id  - contactid

get_purchase_orders($id)   X-Ref
Function to get Contact related PurchaseOrder

param: integer   $id  - contactid

get_emails($id)   X-Ref
Pas de description

get_campaigns($id)   X-Ref
Pas de description

create_export_query(&$order_by, &$where)   X-Ref
Pas de description

getColumnNames()   X-Ref
Pas de description

get_searchbyemailid($username,$emailaddress)   X-Ref
Pas de description

get_contactsforol($user_name)   X-Ref
Pas de description

save_module($module)   X-Ref
Pas de description

insertIntoAttachment($id,$module)   X-Ref
This function is used to add the vtiger_attachments. This will call the function uploadAndSaveFile which will upload the attachment into the server and save that attachment information in the database.

param: int $id  - entity id to which the vtiger_files to be uploaded
param: string $module  - the current module name



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