C# Class gov.va.medora.mdo.dao.oracle.mhv.sm.ThreadedEmailer

Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode Description
ThreadedEmailer ( AbstractConnection cxn ) : System
ThreadedEmailer ( AbstractConnection cxn, IList addressees ) : System
ThreadedEmailer ( AbstractConnection cxn, IList users ) : System
emailAllAsync ( ) : void
sendEmail ( string to ) : void

Private Methods

Méthode Description
emailAll ( ) : void
setConnection ( AbstractConnection cxn ) : void
shouldSend ( domain user ) : bool

Method Details

ThreadedEmailer() public méthode

public ThreadedEmailer ( AbstractConnection cxn ) : System
cxn AbstractConnection
Résultat System

ThreadedEmailer() public méthode

public ThreadedEmailer ( AbstractConnection cxn, IList addressees ) : System
cxn AbstractConnection
addressees IList
Résultat System

ThreadedEmailer() public méthode

public ThreadedEmailer ( AbstractConnection cxn, IList users ) : System
cxn AbstractConnection
users IList
Résultat System

emailAllAsync() public méthode

public emailAllAsync ( ) : void
Résultat void

sendEmail() public méthode

public sendEmail ( string to ) : void
to string
Résultat void