C# Class Cats.Areas.Finance.Controllers.ChequeController

Inheritance: Controller
Show file Open project: edgecomputing/cats

Public Methods

Method Description
BidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
ChequeController ( IBusinessProcessService paramBusinessProcessService, IBusinessProcessStateService paramBusinessProcessStateService, IApplicationSettingService paramApplicationSettingService, ITransportOrderService paramTransportOrderService, ITransporterAgreementVersionService transporterAgreementVersionService, IWorkflowStatusService workflowStatusService, Cats.Services.Procurement.ITransporterService transporterService, ITransporterChequeService transporterChequeService, Cats.Services.Administration.IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService, IBidWinnerService bidWinnerService, IUserAccountService userAccountService, IDispatchService dispatchService, ITransporterChequeDetailService transporterChequeDetailService ) : System
Cheques ( int transporterID ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LoadChequeOne ( int id ) : System.Web.Mvc.ActionResult
PrintCheckPayment ( int transporterID, string checkno, string pvn ) : System.Web.Mvc.ActionResult
Promote ( BusinessProcessState st, int transporterID ) : System.Web.Mvc.ActionResult
TransporterListViewModelBinder ( List transporters ) : List

Private Methods

Method Description
BindTransporterChequeViewModel ( TransporterCheque transporterCheque ) : TransporterChequeViewModel

Method Details

BidWinningTransporters_read() public method

public BidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
request [
return System.Web.Mvc.ActionResult

ChequeController() public method

public ChequeController ( IBusinessProcessService paramBusinessProcessService, IBusinessProcessStateService paramBusinessProcessStateService, IApplicationSettingService paramApplicationSettingService, ITransportOrderService paramTransportOrderService, ITransporterAgreementVersionService transporterAgreementVersionService, IWorkflowStatusService workflowStatusService, Cats.Services.Procurement.ITransporterService transporterService, ITransporterChequeService transporterChequeService, Cats.Services.Administration.IUserProfileService userProfileService, ITransporterPaymentRequestService transporterPaymentRequestService, IBidWinnerService bidWinnerService, IUserAccountService userAccountService, IDispatchService dispatchService, ITransporterChequeDetailService transporterChequeDetailService ) : System
paramBusinessProcessService IBusinessProcessService
paramBusinessProcessStateService IBusinessProcessStateService
paramApplicationSettingService IApplicationSettingService
paramTransportOrderService ITransportOrderService
transporterAgreementVersionService ITransporterAgreementVersionService
workflowStatusService IWorkflowStatusService
transporterService Cats.Services.Procurement.ITransporterService
transporterChequeService ITransporterChequeService
userProfileService Cats.Services.Administration.IUserProfileService
transporterPaymentRequestService ITransporterPaymentRequestService
bidWinnerService IBidWinnerService
userAccountService IUserAccountService
dispatchService IDispatchService
transporterChequeDetailService ITransporterChequeDetailService
return System

Cheques() public method

public Cheques ( int transporterID ) : System.Web.Mvc.ActionResult
transporterID int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

LoadChequeOne() public method

public LoadChequeOne ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

PrintCheckPayment() public method

public PrintCheckPayment ( int transporterID, string checkno, string pvn ) : System.Web.Mvc.ActionResult
transporterID int
checkno string
pvn string
return System.Web.Mvc.ActionResult

Promote() public method

public Promote ( BusinessProcessState st, int transporterID ) : System.Web.Mvc.ActionResult
st Cats.Models.BusinessProcessState
transporterID int
return System.Web.Mvc.ActionResult

TransporterListViewModelBinder() public method

public TransporterListViewModelBinder ( List transporters ) : List
transporters List
return List