C# 클래스 Commencement.Controllers.ReportController

상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Commencement

공개 메소드들

메소드 설명
DownloadHonors ( int id ) : System.Web.Mvc.FileResult
GenerateAveryLabels ( string termCode, bool printMailing, bool printAll ) : System.Web.Mvc.ActionResult
GetCutOffs ( int term, string college ) : JsonNetResult
GetReport ( Report report, string termCode, string majorCode, string ceremony ) : System.Web.Mvc.FileResult
Honors ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LoadCeremoniesForTerm ( string term ) : JsonNetResult
LoadMajorsForTerm ( string term ) : JsonNetResult
RegistrationData ( ) : System.Web.Mvc.ActionResult
ReportController ( string>.IRepositoryWithTypedId termRepository, IUserService userService, ICeremonyService ceremonyService, IMajorService majorService, IRepository registrationParticipationRepository ) : System

비공개 메소드들

메소드 설명
GenerateLabelDoc ( List registrations, bool printAll ) : string
GenerateRows ( List registrations, bool printAll ) : List
GetCeremoniesForTerm ( string term ) : List
GetLocalReport ( ReportDataSource rs, string reportName, string>.Dictionary parameters ) : byte[]
GetMajorsForTerm ( string term ) : List
GetReport ( string ReportName, string>.Dictionary parameters ) : byte[]
Honors ( HonorsPostModel honorsPostModel ) : System.Web.Mvc.ActionResult

메소드 상세

DownloadHonors() 공개 메소드

public DownloadHonors ( int id ) : System.Web.Mvc.FileResult
id int
리턴 System.Web.Mvc.FileResult

GenerateAveryLabels() 공개 메소드

public GenerateAveryLabels ( string termCode, bool printMailing, bool printAll ) : System.Web.Mvc.ActionResult
termCode string
printMailing bool
printAll bool
리턴 System.Web.Mvc.ActionResult

GetCutOffs() 공개 메소드

public GetCutOffs ( int term, string college ) : JsonNetResult
term int
college string
리턴 JsonNetResult

GetReport() 공개 메소드

public GetReport ( Report report, string termCode, string majorCode, string ceremony ) : System.Web.Mvc.FileResult
report Report
termCode string
majorCode string
ceremony string
리턴 System.Web.Mvc.FileResult

Honors() 공개 메소드

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

Index() 공개 메소드

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

LoadCeremoniesForTerm() 공개 메소드

public LoadCeremoniesForTerm ( string term ) : JsonNetResult
term string
리턴 JsonNetResult

LoadMajorsForTerm() 공개 메소드

public LoadMajorsForTerm ( string term ) : JsonNetResult
term string
리턴 JsonNetResult

RegistrationData() 공개 메소드

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

ReportController() 공개 메소드

public ReportController ( string>.IRepositoryWithTypedId termRepository, IUserService userService, ICeremonyService ceremonyService, IMajorService majorService, IRepository registrationParticipationRepository ) : System
termRepository string>.IRepositoryWithTypedId
userService IUserService
ceremonyService ICeremonyService
majorService IMajorService
registrationParticipationRepository IRepository
리턴 System