C# Class UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.T4MVC_PublicSearchController

Inheritance: UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.PublicSearchController
Exibir arquivo Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
DisplayFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
DownloadFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( System parentId ) : System.Web.Mvc.ActionResult
Index ( string establishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
Info ( System agreementId ) : System.Web.Mvc.ActionResult
T4MVC_PublicSearchController ( ) : System

Method Details

AutoCompleteKeyword() public method

public AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
establishmentUrl string
term string
return System.Web.Mvc.JsonResult

ChangeOwner() public method

public ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
newEstablishmentUrl string
keyword string
return System.Web.Mvc.ActionResult

DisplayFile() public method

public DisplayFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
return System.Web.Mvc.ActionResult

DownloadFile() public method

public DownloadFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
return System.Web.Mvc.ActionResult

GetChildEstablishmentsWithAgreements() public method

public GetChildEstablishmentsWithAgreements ( System parentId ) : System.Web.Mvc.ActionResult
parentId System
return System.Web.Mvc.ActionResult

Index() public method

public Index ( string establishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
establishmentUrl string
keyword string
return System.Web.Mvc.ActionResult

Info() public method

public Info ( System agreementId ) : System.Web.Mvc.ActionResult
agreementId System
return System.Web.Mvc.ActionResult

T4MVC_PublicSearchController() public method

public T4MVC_PublicSearchController ( ) : System
return System