dolibarr 21.0.0-beta
|
Class DataPolicy. More...
Public Member Functions | |
__construct ($db) | |
Constructor. | |
getAllContactNotInformed () | |
getAllContactNotInformed | |
getAllCompaniesNotInformed () | |
getAllCompaniesNotInformed | |
getAllAdherentsNotInformed () | |
getAllAdherentsNotInformed | |
Static Public Member Functions | |
static | sendMailDataPolicyContact ($contact) |
sendMailDataPolicyContact | |
static | sendMailDataPolicyCompany ($societe) |
sendMailDataPolicyCompany | |
static | sendMailDataPolicyAdherent ($adherent) |
sendMailDataPolicyAdherent | |
Class DataPolicy.
Definition at line 35 of file datapolicy.class.php.
DataPolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 53 of file datapolicy.class.php.
DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 138 of file datapolicy.class.php.
References $conf, and sendMailDataPolicyAdherent().
DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 101 of file datapolicy.class.php.
References $conf, and sendMailDataPolicyCompany().
DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 63 of file datapolicy.class.php.
References $conf, and sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
Adherent | $adherent | Member |
Definition at line 329 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllAdherentsNotInformed().
|
static |
sendMailDataPolicyCompany
Societe | $societe | Object societe |
Definition at line 254 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllCompaniesNotInformed().
|
static |
sendMailDataPolicyContact
Definition at line 176 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllContactNotInformed().