C# 클래스 gov.va.medora.mdo.dao.oracle.mhv.sm.ThreadedEmailer

파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
ThreadedEmailer ( AbstractConnection cxn ) : System
ThreadedEmailer ( AbstractConnection cxn, IList addressees ) : System
ThreadedEmailer ( AbstractConnection cxn, IList users ) : System
emailAllAsync ( ) : void
sendEmail ( string to ) : void

비공개 메소드들

메소드 설명
emailAll ( ) : void
setConnection ( AbstractConnection cxn ) : void
shouldSend ( domain user ) : bool

메소드 상세

ThreadedEmailer() 공개 메소드

public ThreadedEmailer ( AbstractConnection cxn ) : System
cxn AbstractConnection
리턴 System

ThreadedEmailer() 공개 메소드

public ThreadedEmailer ( AbstractConnection cxn, IList addressees ) : System
cxn AbstractConnection
addressees IList
리턴 System

ThreadedEmailer() 공개 메소드

public ThreadedEmailer ( AbstractConnection cxn, IList users ) : System
cxn AbstractConnection
users IList
리턴 System

emailAllAsync() 공개 메소드

public emailAllAsync ( ) : void
리턴 void

sendEmail() 공개 메소드

public sendEmail ( string to ) : void
to string
리턴 void