C# 클래스 Commencement.Controllers.EmailQueueController

상속: UCDArch.Web.Controller.SuperController
파일 보기 프로젝트 열기: ucdavis/Commencement

공개 메소드들

메소드 설명
AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
EmailQueueController ( IRepository emailQueueRepository, Guid>.IRepositoryWithTypedId studentRepository, ICeremonyService ceremonyService, ILetterGenerator letterGenerator ) : System
EmailStudents ( ) : System.Web.Mvc.ActionResult
Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult
ReSendEmail ( int id ) : JsonNetResult

비공개 메소드들

메소드 설명
Cancel ( int id ) : System.Web.Mvc.JsonResult
EmailStudents ( EmailStudentsViewModel emailStudents, System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult

메소드 상세

AttachmentDetails() 공개 메소드

public AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

EmailQueueController() 공개 메소드

public EmailQueueController ( IRepository emailQueueRepository, Guid>.IRepositoryWithTypedId studentRepository, ICeremonyService ceremonyService, ILetterGenerator letterGenerator ) : System
emailQueueRepository IRepository
studentRepository Guid>.IRepositoryWithTypedId
ceremonyService ICeremonyService
letterGenerator ILetterGenerator
리턴 System

EmailStudents() 공개 메소드

public EmailStudents ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult
showAll bool
showAllCurrentTerm bool
showAllWithoutRegistration bool
리턴 System.Web.Mvc.ActionResult

ReSendEmail() 공개 메소드

public ReSendEmail ( int id ) : JsonNetResult
id int
리턴 JsonNetResult