dolibarr  16.0.5
Public Member Functions | List of all members
mailing_thirdparties_services_expired Class Reference

Class to offer a selector of emailing targets with Rule 'services expired'. More...

Inheritance diagram for mailing_thirdparties_services_expired:
Inheritance graph
[legend]
Collaboration diagram for mailing_thirdparties_services_expired:
Collaboration graph
[legend]

Public Member Functions

 __construct ($db)
 Constructor. More...
 
 add_to_target ($mailing_id)
 This is the main function that returns the array of emails. More...
 
 getSqlArrayForStats ()
 On the main mailing area, there is a box with statistics. More...
 
 getNbOfRecipients ($sql='')
 Return here number of distinct emails returned by your selector. More...
 
 formFilter ()
 This is to add a form filter to provide variant of selector If used, the HTML select must be called "filter". More...
 
 url ($id)
 Can include an URL link on each record provided by selector shown on target page. More...
 
- Public Member Functions inherited from MailingTargets
 getDesc ()
 Return description of email selector. More...
 
 getNbOfRecords ()
 Return number of records for email selector. More...
 
 update_nb ($mailing_id)
 Met a jour nombre de destinataires. More...
 
 addTargetsToDatabase ($mailing_id, $cibles)
 Add a list of targets int the database. More...
 
 clear_target ($mailing_id)
 Supprime tous les destinataires de la table des cibles. More...
 

Detailed Description

Class to offer a selector of emailing targets with Rule 'services expired'.

Definition at line 23 of file thirdparties_services_expired.modules.php.

Constructor & Destructor Documentation

◆ __construct()

mailing_thirdparties_services_expired::__construct (   $db)

Constructor.

Parameters
DoliDB$dbDatabase handler

Reimplemented from MailingTargets.

Definition at line 52 of file thirdparties_services_expired.modules.php.

Member Function Documentation

◆ add_to_target()

mailing_thirdparties_services_expired::add_to_target (   $mailing_id)

This is the main function that returns the array of emails.

Parameters
int$mailing_idId of mailing. No need to use it.
Returns
int <0 if error, number of emails added if ok

Definition at line 91 of file thirdparties_services_expired.modules.php.

◆ formFilter()

mailing_thirdparties_services_expired::formFilter ( )

This is to add a form filter to provide variant of selector If used, the HTML select must be called "filter".

Returns
string A html select zone

Reimplemented from MailingTargets.

Definition at line 216 of file thirdparties_services_expired.modules.php.

◆ getNbOfRecipients()

mailing_thirdparties_services_expired::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$sqlSQL request to use to count
Returns
int|string Nb of recipient, or <0 if error, or '' if NA

Reimplemented from MailingTargets.

Definition at line 190 of file thirdparties_services_expired.modules.php.

◆ getSqlArrayForStats()

mailing_thirdparties_services_expired::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
array Array with SQL requests

Definition at line 172 of file thirdparties_services_expired.modules.php.

◆ url()

mailing_thirdparties_services_expired::url (   $id)

Can include an URL link on each record provided by selector shown on target page.

Parameters
int$idID
Returns
string Url link

Definition at line 242 of file thirdparties_services_expired.modules.php.


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