C# 클래스 Cats.Areas.Finance.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
HomeController ( ITransporterChequeService transporterChequeService, Cats.Services.Administration.IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService, IDispatchService dispatchService, ITransportOrderDetailService transportOrderDetailService, IBusinessProcessService businessProcessService ) : System
HomeController ( ITransporterChequeService transporterChequeService, IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService ) : System
Index ( ) : System.Web.Mvc.ActionResult
PaymentRequestBeingProcessed ( ) : System.Web.Mvc.JsonResult
PaymentRequestForDashboard ( ) : System.Web.Mvc.JsonResult
PaymentRequestForPrint ( int transporterId ) : System.Collections.IEnumerable
Print ( int id ) : System.Web.Mvc.ActionResult
ReadCheques ( ) : System.Web.Mvc.JsonResult
ReadPaymentRequest ( ) : System.Web.Mvc.JsonResult
TransporterPaymentRequestViewModelBinder ( List transporterPaymentRequests ) : List
UpdateChequeStatus ( int transporterChequeId, int status ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
_status ( int status ) : string
status ( int status ) : string

메소드 상세

HomeController() 공개 메소드

public HomeController ( ITransporterChequeService transporterChequeService, Cats.Services.Administration.IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService, IDispatchService dispatchService, ITransportOrderDetailService transportOrderDetailService, IBusinessProcessService businessProcessService ) : System
transporterChequeService ITransporterChequeService
userProfileService Cats.Services.Administration.IUserProfileService
transporterPaymentRequestService ITransporterPaymentRequestService
dispatchService IDispatchService
transportOrderDetailService ITransportOrderDetailService
businessProcessService IBusinessProcessService
리턴 System

HomeController() 공개 메소드

public HomeController ( ITransporterChequeService transporterChequeService, IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService ) : System
transporterChequeService ITransporterChequeService
userProfileService IUserProfileService
transporterPaymentRequestService ITransporterPaymentRequestService
리턴 System

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

PaymentRequestBeingProcessed() 공개 메소드

public PaymentRequestBeingProcessed ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

PaymentRequestForDashboard() 공개 메소드

public PaymentRequestForDashboard ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

PaymentRequestForPrint() 공개 메소드

public PaymentRequestForPrint ( int transporterId ) : System.Collections.IEnumerable
transporterId int
리턴 System.Collections.IEnumerable

Print() 공개 메소드

public Print ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

ReadCheques() 공개 메소드

public ReadCheques ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

ReadPaymentRequest() 공개 메소드

public ReadPaymentRequest ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

TransporterPaymentRequestViewModelBinder() 공개 메소드

public TransporterPaymentRequestViewModelBinder ( List transporterPaymentRequests ) : List
transporterPaymentRequests List
리턴 List

UpdateChequeStatus() 공개 메소드

public UpdateChequeStatus ( int transporterChequeId, int status ) : System.Web.Mvc.ActionResult
transporterChequeId int
status int
리턴 System.Web.Mvc.ActionResult