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

Inheritance: BaseController
Exibir arquivo Open project: ucosmic/UCosmicPreview

Private Properties

Property Type Description
AutoCompleteKeyword System.Web.Mvc.JsonResult
AutoCompleteKeyword System.Web.Mvc.JsonResult
ChangeOwner System.Web.Mvc.ActionResult
ConvertEstablishmentUrlFromMy string
DisplayFile System.Web.Mvc.ActionResult
DisplayFile System.Web.Mvc.ActionResult
DownloadFile System.Web.Mvc.ActionResult
DownloadFile System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements System.Web.Mvc.ActionResult
GetHierarchySelectList IEnumerable
HasDefaultAffiliate bool
Index System.Web.Mvc.ActionResult
Index ActionResult
Info ActionResult
Info System.Web.Mvc.ActionResult
PublicSearchController System
RedirectToAction RedirectToRouteResult
RedirectToActionPermanent RedirectToRouteResult

Public Methods

Method Description
ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
PublicSearchController ( IProcessQueries queryProcessor, IStoreBinaryData binaryData ) : System

Private Methods

Method Description
AutoCompleteKeyword ( ) : System.Web.Mvc.JsonResult
AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
ChangeOwner ( ) : System.Web.Mvc.ActionResult
ConvertEstablishmentUrlFromMy ( string establishmentUrl ) : string
DisplayFile ( System.Guid fileId, string fileName ) : System.Web.Mvc.ActionResult
DisplayFile ( ) : System.Web.Mvc.ActionResult
DownloadFile ( System.Guid fileId, string fileName ) : System.Web.Mvc.ActionResult
DownloadFile ( ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( System.Guid parentId ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( ) : System.Web.Mvc.ActionResult
GetHierarchySelectList ( Establishment establishment ) : IEnumerable
HasDefaultAffiliate ( Establishment establishment, IPrincipal principal ) : bool
Index ( ) : System.Web.Mvc.ActionResult
Index ( string establishmentUrl, string keyword = null ) : ActionResult
Info ( Guid agreementId ) : ActionResult
Info ( ) : System.Web.Mvc.ActionResult
PublicSearchController ( Dummy d ) : System
RedirectToAction ( ActionResult result ) : RedirectToRouteResult
RedirectToActionPermanent ( ActionResult result ) : RedirectToRouteResult

Method Details

ChangeOwner() public method

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

PublicSearchController() public method

public PublicSearchController ( IProcessQueries queryProcessor, IStoreBinaryData binaryData ) : System
queryProcessor IProcessQueries
binaryData IStoreBinaryData
return System