C# Class Purchasing.Mvc.Controllers.AccountsController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Purchasing

Méthodes publiques

Méthode Description
AccountsController ( Guid>.IRepositoryWithTypedId subAccountRepository, ISearchService searchService ) : System
SearchKfsAccounts ( string searchTerm ) : JsonNetResult

Ajax call to search for any kfs account, match by id or name

SearchSubAccounts ( string accountNumber ) : JsonNetResult

Ajax call to search for a kfs sub account for a given account

Method Details

AccountsController() public méthode

public AccountsController ( Guid>.IRepositoryWithTypedId subAccountRepository, ISearchService searchService ) : System
subAccountRepository Guid>.IRepositoryWithTypedId
searchService ISearchService
Résultat System

SearchKfsAccounts() public méthode

Ajax call to search for any kfs account, match by id or name
public SearchKfsAccounts ( string searchTerm ) : JsonNetResult
searchTerm string
Résultat JsonNetResult

SearchSubAccounts() public méthode

Ajax call to search for a kfs sub account for a given account
public SearchSubAccounts ( string accountNumber ) : JsonNetResult
accountNumber string
Résultat JsonNetResult