dolibarr 19.0.3
|
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 32 of file datapolicy.class.php.
DataPolicy::__construct | ( | $db | ) |
Constructor.
Definition at line 47 of file datapolicy.class.php.
DataPolicy::getAllAdherentsNotInformed | ( | ) |
getAllAdherentsNotInformed
Definition at line 132 of file datapolicy.class.php.
References sendMailDataPolicyAdherent().
DataPolicy::getAllCompaniesNotInformed | ( | ) |
getAllCompaniesNotInformed
Definition at line 95 of file datapolicy.class.php.
References sendMailDataPolicyCompany().
DataPolicy::getAllContactNotInformed | ( | ) |
getAllContactNotInformed
Definition at line 57 of file datapolicy.class.php.
References Contact(), and sendMailDataPolicyContact().
|
static |
sendMailDataPolicyAdherent
Adherent | $adherent | Member |
Definition at line 323 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllAdherentsNotInformed().
|
static |
sendMailDataPolicyCompany
Societe | $societe | Object societe |
Definition at line 248 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllCompaniesNotInformed().
|
static |
sendMailDataPolicyContact
mixed | $contact | Contact |
Definition at line 170 of file datapolicy.class.php.
References dol_buildpath(), dol_concatdesc(), dol_hash(), dol_print_error(), make_substitutions(), and setEventMessage().
Referenced by ActionsDatapolicy\doActions(), and getAllContactNotInformed().