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

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
ApproveChequeInfo ( int transporterChequeID ) : System.Web.Mvc.ActionResult
BidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
EditChequeInfo ( Models transporterChequeViewModel, int transporterID ) : System.Web.Mvc.ActionResult
EditCollectiveChequeInfo ( Models transporterChequeViewModel, int transporterID ) : System.Web.Mvc.ActionResult
EditLabourCostInfo ( Models paymentRequestViewModel ) : System.Web.Mvc.ActionResult
GetActiveTosForTransporter ( int transporterId ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
LoadCheque ( ) : System.Web.Mvc.ActionResult
LoadCheque ( int transporterId, string refNo ) : System.Web.Mvc.ActionResult
LoadLabourCost ( int transporterPaymentRequestID ) : System.Web.Mvc.ActionResult
LoadPaymentRequest ( ) : System.Web.Mvc.ActionResult
OLDBidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
PaymentDeductionsPartialView ( int paymentRequestID ) : System.Web.Mvc.ActionResult
PaymentRequests ( int transporterID ) : System.Web.Mvc.ActionResult
PrintPaymentRequest ( [ request, int transporterId, string refno = "", string programname = "All" ) : System.Web.Mvc.ActionResult
Promote ( BusinessProcessState st, int transporterID ) : System.Web.Mvc.ActionResult
ToPaymentRequests ( int transporterID, string refNo ) : System.Web.Mvc.ActionResult
TransportOrderDetail ( int transportOrderID ) : System.Web.Mvc.ActionResult
TransporterDetail ( int transporterID ) : System.Web.Mvc.ActionResult
TransporterListViewModelBinder ( List transporters ) : List
TransporterPaymentRequestViewModelBinder ( List transporterPaymentRequests ) : List
ValidatedPaymentRequestController ( 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
ValidatedPaymentRequestController ( 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, ITransportOrderDetailService transportOrderDetailService ) : System
ViewContractAgreement ( int transporterID ) : void

Private Methods

Méthode Description
BindTransportOrderDetailViewModel ( TransportOrderDetail transportOrderDetail ) : TransportOrderDetailViewModel
BindTransporterChequeViewModel ( IEnumerable transporterCheques ) : IEnumerable
BindTransporterChequeViewModel ( TransporterCheque transporterCheque ) : TransporterChequeViewModel
GetDetail ( IEnumerable transportOrderDetails ) : IEnumerable

Method Details

ApproveChequeInfo() public méthode

public ApproveChequeInfo ( int transporterChequeID ) : System.Web.Mvc.ActionResult
transporterChequeID int
Résultat System.Web.Mvc.ActionResult

BidWinningTransporters_read() public méthode

public BidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
request [
Résultat System.Web.Mvc.ActionResult

EditChequeInfo() public méthode

public EditChequeInfo ( Models transporterChequeViewModel, int transporterID ) : System.Web.Mvc.ActionResult
transporterChequeViewModel Models
transporterID int
Résultat System.Web.Mvc.ActionResult

EditCollectiveChequeInfo() public méthode

public EditCollectiveChequeInfo ( Models transporterChequeViewModel, int transporterID ) : System.Web.Mvc.ActionResult
transporterChequeViewModel Models
transporterID int
Résultat System.Web.Mvc.ActionResult

EditLabourCostInfo() public méthode

public EditLabourCostInfo ( Models paymentRequestViewModel ) : System.Web.Mvc.ActionResult
paymentRequestViewModel Models
Résultat System.Web.Mvc.ActionResult

GetActiveTosForTransporter() public méthode

public GetActiveTosForTransporter ( int transporterId ) : System.Web.Mvc.JsonResult
transporterId int
Résultat System.Web.Mvc.JsonResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LoadCheque() public méthode

public LoadCheque ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

LoadCheque() public méthode

public LoadCheque ( int transporterId, string refNo ) : System.Web.Mvc.ActionResult
transporterId int
refNo string
Résultat System.Web.Mvc.ActionResult

LoadLabourCost() public méthode

public LoadLabourCost ( int transporterPaymentRequestID ) : System.Web.Mvc.ActionResult
transporterPaymentRequestID int
Résultat System.Web.Mvc.ActionResult

LoadPaymentRequest() public méthode

public LoadPaymentRequest ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

OLDBidWinningTransporters_read() public méthode

public OLDBidWinningTransporters_read ( [ request ) : System.Web.Mvc.ActionResult
request [
Résultat System.Web.Mvc.ActionResult

PaymentDeductionsPartialView() public méthode

public PaymentDeductionsPartialView ( int paymentRequestID ) : System.Web.Mvc.ActionResult
paymentRequestID int
Résultat System.Web.Mvc.ActionResult

PaymentRequests() public méthode

public PaymentRequests ( int transporterID ) : System.Web.Mvc.ActionResult
transporterID int
Résultat System.Web.Mvc.ActionResult

PrintPaymentRequest() public méthode

public PrintPaymentRequest ( [ request, int transporterId, string refno = "", string programname = "All" ) : System.Web.Mvc.ActionResult
request [
transporterId int
refno string
programname string
Résultat System.Web.Mvc.ActionResult

Promote() public méthode

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

ToPaymentRequests() public méthode

public ToPaymentRequests ( int transporterID, string refNo ) : System.Web.Mvc.ActionResult
transporterID int
refNo string
Résultat System.Web.Mvc.ActionResult

TransportOrderDetail() public méthode

public TransportOrderDetail ( int transportOrderID ) : System.Web.Mvc.ActionResult
transportOrderID int
Résultat System.Web.Mvc.ActionResult

TransporterDetail() public méthode

public TransporterDetail ( int transporterID ) : System.Web.Mvc.ActionResult
transporterID int
Résultat System.Web.Mvc.ActionResult

TransporterListViewModelBinder() public méthode

public TransporterListViewModelBinder ( List transporters ) : List
transporters List
Résultat List

TransporterPaymentRequestViewModelBinder() public méthode

public TransporterPaymentRequestViewModelBinder ( List transporterPaymentRequests ) : List
transporterPaymentRequests List
Résultat List

ValidatedPaymentRequestController() public méthode

public ValidatedPaymentRequestController ( 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
Résultat System

ValidatedPaymentRequestController() public méthode

public ValidatedPaymentRequestController ( 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, ITransportOrderDetailService transportOrderDetailService ) : 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
transportOrderDetailService ITransportOrderDetailService
Résultat System

ViewContractAgreement() public méthode

public ViewContractAgreement ( int transporterID ) : void
transporterID int
Résultat void