C# Class Cats.Areas.Procurement.Controllers.ContractAdministrationController

Inheritance: Controller
显示文件 Open project: edgecomputing/cats

Public Methods

Method Description
ActiveTO_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult
BusinessProcessHistory ( int id ) : System.Web.Mvc.ActionResult
ContractAdministrationController ( IPaymentRequestService paymentRequestService, Cats.Services.Procurement.ITransporterService transporterService, ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, IWorkflowStatusService workflowStatusService, IDeliveryService distributionService, IBidWinnerService bidWinnerService, Cats adminUnitService ) : System
Index ( int transporterID ) : System.Web.Mvc.ActionResult
OutstandingDeliveryNotes_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult
WoredasInCurrentContract_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetActiveTOsListViewModel ( IEnumerable transportOrders ) : IEnumerable
GetWoredasInCurrentContract ( IEnumerable bidWinnerDestinations ) : IEnumerable
SetDatePreference ( List dispatches ) : List

Method Details

ActiveTO_Read() public method

public ActiveTO_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult
request [
transporterID int
return System.Web.Mvc.ActionResult

BusinessProcessHistory() public method

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

ContractAdministrationController() public method

public ContractAdministrationController ( IPaymentRequestService paymentRequestService, Cats.Services.Procurement.ITransporterService transporterService, ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, IWorkflowStatusService workflowStatusService, IDeliveryService distributionService, IBidWinnerService bidWinnerService, Cats adminUnitService ) : System
paymentRequestService IPaymentRequestService
transporterService Cats.Services.Procurement.ITransporterService
transportOrderService ITransportOrderService
userAccountService IUserAccountService
dispatchAllocationService IDispatchAllocationService
workflowStatusService IWorkflowStatusService
distributionService IDeliveryService
bidWinnerService IBidWinnerService
adminUnitService Cats
return System

Index() public method

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

OutstandingDeliveryNotes_Read() public method

public OutstandingDeliveryNotes_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult
request [
transporterID int
return System.Web.Mvc.ActionResult

WoredasInCurrentContract_Read() public method

public WoredasInCurrentContract_Read ( [ request, int transporterID ) : System.Web.Mvc.ActionResult
request [
transporterID int
return System.Web.Mvc.ActionResult