[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

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

(pas de description)

Poids: 831 lignes (48 kb)
Inclus ou requis: 6 fois
Référencé: 0 fois
Nécessite: 19 fichiers
 modules/Potentials/Opportunity.php
 modules/Campaigns/Campaign.php
 modules/PurchaseOrder/PurchaseOrder.php
 user_privileges/default_module_view.php
 modules/Products/Product.php
 include/utils/ExportUtils.php
 modules/Emails/Email.php
 modules/Users/User.php
 config.php
 modules/Quotes/Quote.php
 include/utils/utils.php
 modules/Notes/Note.php
 include/logging.php
 modules/HelpDesk/HelpDesk.php
 modules/SalesOrder/SalesOrder.php
 data/SugarBean.php
 include/database/PearDatabase.php
 data/CRMEntity.php
 modules/Calendar/Activity.php

Définit 1 class

Contact:: (23 méthodes):
  Contact()
  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()


Classe: Contact  - X-Ref

Contact()   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



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