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

Inheritance: BaseController
Afficher le fichier Open project: ucosmic/UCosmicPreview

Private Properties

Свойство 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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
newEstablishmentUrl string
keyword string
Résultat System.Web.Mvc.ActionResult

PublicSearchController() public méthode

public PublicSearchController ( IProcessQueries queryProcessor, IStoreBinaryData binaryData ) : System
queryProcessor IProcessQueries
binaryData IStoreBinaryData
Résultat System