dolibarr 21.0.0-alpha
mailing_contacts1 Class Reference

Class to offer a selector of emailing targets from contacts. More...

Inheritance diagram for mailing_contacts1:
Collaboration diagram for mailing_contacts1:

Public Member Functions

 __construct ($db)
 Constructor.
 
 getSqlArrayForStats ()
 On the main mailing area, there is a box with statistics.
 
 getNbOfRecipients ($sql='')
 Return here number of distinct emails returned by your selector.
 
 formFilter ()
 Affiche formulaire de filtre qui apparait dans page de selection des destinataires de mailings.
 
 url ($id)
 Renvoie url lien vers fiche de la source du destinataire du mailing.
 
 add_to_target ($mailing_id)
 Add some recipients into target table.
 
- Public Member Functions inherited from MailingTargets
 getDesc ()
 Return description of email selector.
 
 getNbOfRecords ()
 Return number of records for email selector.
 
 update_nb ($mailing_id)
 Met a jour nombre de destinataires.
 
 addTargetsToDatabase ($mailing_id, $cibles)
 Add a list of targets into the database.
 
 clear_target ($mailing_id)
 Supprime tous les destinataires de la table des cibles.
 

Additional Inherited Members

- Static Public Member Functions inherited from MailingTargets
static getEmailingSelectorsList ($forcedir=null)
 Return list of widget.
 

Detailed Description

Class to offer a selector of emailing targets from contacts.

Definition at line 33 of file contacts1.modules.php.

Constructor & Destructor Documentation

◆ __construct()

mailing_contacts1::__construct ( $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Reimplemented from MailingTargets.

Definition at line 54 of file contacts1.modules.php.

Member Function Documentation

◆ add_to_target()

mailing_contacts1::add_to_target ( $mailing_id)

Add some recipients into target table.

Parameters
int$mailing_idId of emailing
Returns
int Return integer <0 si erreur, nb ajout si ok

Definition at line 338 of file contacts1.modules.php.

References dol_print_error(), dol_syslog(), GETPOST(), and url().

◆ formFilter()

mailing_contacts1::formFilter ( )

Affiche formulaire de filtre qui apparait dans page de selection des destinataires de mailings.

Returns
string Retourne zone select

Reimplemented from MailingTargets.

Definition at line 119 of file contacts1.modules.php.

References ajax_combobox(), dol_escape_htmltag(), dol_print_error(), getDolGlobalInt(), GETPOST(), and img_picto().

◆ getNbOfRecipients()

mailing_contacts1::getNbOfRecipients ( $sql = '')

Return here number of distinct emails returned by your selector.

For example if this selector is used to extract 500 different emails from a text file, this function must return 500.

Parameters
string$sqlRequete sql de comptage
Returns
int|string Nb of recipient, or <0 if error, or '' if NA

Reimplemented from MailingTargets.

Definition at line 94 of file contacts1.modules.php.

◆ getSqlArrayForStats()

mailing_contacts1::getSqlArrayForStats ( )

On the main mailing area, there is a box with statistics.

If you want to add a line in this report you must provide an array of SQL request that returns two field: One called "label", One called "nb".

Returns
string[] Array with SQL requests

Definition at line 68 of file contacts1.modules.php.

◆ url()

mailing_contacts1::url ( $id)

Renvoie url lien vers fiche de la source du destinataire du mailing.

Parameters
int$idID
Returns
string Url lien

Definition at line 325 of file contacts1.modules.php.

References img_object().

Referenced by add_to_target().


The documentation for this class was generated from the following file: