|
dolibarr
13.0.2
|
Class DataPolicy. More...
Public Member Functions | |
| __construct ($db) | |
| Constructor. More... | |
| getAllContactNotInformed () | |
| getAllContactNotInformed More... | |
| getAllCompaniesNotInformed () | |
| getAllCompaniesNotInformed More... | |
| getAllAdherentsNotInformed () | |
| getAllAdherentsNotInformed More... | |
Static Public Member Functions | |
| static | sendMailDataPolicyContact ($contact) |
| sendMailDataPolicyContact More... | |
| static | sendMailDataPolicyCompany ($societe) |
| sendMailDataPolicyCompany More... | |
| static | sendMailDataPolicyAdherent ($adherent) |
| sendMailDataPolicyAdherent More... | |
Class DataPolicy.
Definition at line 31 of file datapolicy.class.php.
| DataPolicy::__construct | ( | $db | ) |
| DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 119 of file datapolicy.class.php.
References $resql, db, and sendMailDataPolicyAdherent().
| DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 84 of file datapolicy.class.php.
References $resql, db, and sendMailDataPolicyCompany().
| DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 48 of file datapolicy.class.php.
References $resql, db, and sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
| Adherent | $adherent | Member |
Definition at line 303 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllAdherentsNotInformed().
|
static |
sendMailDataPolicyCompany
| Societe | $societe | Object societe |
Definition at line 230 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllCompaniesNotInformed().
|
static |
sendMailDataPolicyContact
| mixed | $contact | Contact |
Definition at line 155 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllContactNotInformed().