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

Mostra file Open project: OSEHRA/mdo

Public Methods

Method 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

Method Description
emailAll ( ) : void
setConnection ( AbstractConnection cxn ) : void
shouldSend ( domain user ) : bool

Method Details

ThreadedEmailer() public method

public ThreadedEmailer ( AbstractConnection cxn ) : System
cxn AbstractConnection
return System

ThreadedEmailer() public method

public ThreadedEmailer ( AbstractConnection cxn, IList addressees ) : System
cxn AbstractConnection
addressees IList
return System

ThreadedEmailer() public method

public ThreadedEmailer ( AbstractConnection cxn, IList users ) : System
cxn AbstractConnection
users IList
return System

emailAllAsync() public method

public emailAllAsync ( ) : void
return void

sendEmail() public method

public sendEmail ( string to ) : void
to string
return void