dolibarr 21.0.0-alpha
|
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 34 of file datapolicy.class.php.
DataPolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 52 of file datapolicy.class.php.
DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 137 of file datapolicy.class.php.
References sendMailDataPolicyAdherent().
DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 100 of file datapolicy.class.php.
References sendMailDataPolicyCompany().
DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 62 of file datapolicy.class.php.
References sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
Adherent | $adherent | Member |
Definition at line 328 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 253 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 175 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), getDolGlobalString(), make_substitutions(), and setEventMessage().
Referenced by getAllContactNotInformed().