Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GenerateLabelDoc ( List |
||
GenerateRows ( List |
||
GetCeremoniesForTerm ( string term ) : List |
||
GetLocalReport ( ReportDataSource rs, string reportName, string>.Dictionary |
||
GetMajorsForTerm ( string term ) : List |
||
GetReport ( string ReportName, string>.Dictionary |
||
Honors ( |
public DownloadHonors ( int id ) : System.Web.Mvc.FileResult | ||
id | int | |
return | System.Web.Mvc.FileResult |
public GenerateAveryLabels ( string termCode, bool printMailing, bool printAll ) : System.Web.Mvc.ActionResult | ||
termCode | string | |
printMailing | bool | |
printAll | bool | |
return | System.Web.Mvc.ActionResult |
public GetCutOffs ( int term, string college ) : JsonNetResult | ||
term | int | |
college | string | |
return | JsonNetResult |
public GetReport ( Report report, string termCode, string majorCode, string ceremony ) : System.Web.Mvc.FileResult | ||
report | Report | |
termCode | string | |
majorCode | string | |
ceremony | string | |
return | System.Web.Mvc.FileResult |
public Honors ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LoadCeremoniesForTerm ( string term ) : JsonNetResult | ||
term | string | |
return | JsonNetResult |
public LoadMajorsForTerm ( string term ) : JsonNetResult | ||
term | string | |
return | JsonNetResult |
public RegistrationData ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ReportController ( string>.IRepositoryWithTypedId |
||
termRepository | string>.IRepositoryWithTypedId | |
userService | IUserService | |
ceremonyService | ICeremonyService | |
majorService | IMajorService | |
registrationParticipationRepository | IRepository |
|
return | System |