|
dolibarr 21.0.0-beta
|
Class to offer a selector of emailing targets with Rule 'services expired'. More...


Public Member Functions | |
| __construct ($db) | |
| Constructor. | |
| add_to_target ($mailing_id) | |
| This is the main function that returns the array of emails. | |
| 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 () | |
| This is to add a form filter to provide variant of selector If used, the HTML select must be called "filter". | |
| url ($id) | |
| Can include an URL link on each record provided by selector shown on target page. | |
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. | |
Class to offer a selector of emailing targets with Rule 'services expired'.
Definition at line 25 of file thirdparties_services_expired.modules.php.
| mailing_thirdparties_services_expired::__construct | ( | $db | ) |
Constructor.
Reimplemented from MailingTargets.
Definition at line 68 of file thirdparties_services_expired.modules.php.
References $conf, dol_print_error(), dol_syslog(), and getDolGlobalString().
| mailing_thirdparties_services_expired::add_to_target | ( | $mailing_id | ) |
This is the main function that returns the array of emails.
| int | $mailing_id | Id of mailing. No need to use it. |
Reimplemented from MailingTargets.
Definition at line 107 of file thirdparties_services_expired.modules.php.
References $conf, dol_now(), dol_syslog(), and GETPOSTINT().
| 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".
Reimplemented from MailingTargets.
Definition at line 242 of file thirdparties_services_expired.modules.php.
References ajax_combobox(), and img_picto().
| 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.
| string | $sql | SQL request to use to count |
Reimplemented from MailingTargets.
Definition at line 211 of file thirdparties_services_expired.modules.php.
| 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".
Reimplemented from MailingTargets.
Definition at line 193 of file thirdparties_services_expired.modules.php.
| mailing_thirdparties_services_expired::url | ( | $id | ) |
Can include an URL link on each record provided by selector shown on target page.
| int | $id | ID |
Definition at line 269 of file thirdparties_services_expired.modules.php.
References $id, and img_object().