C# 클래스 Cats.Areas.Logistics.Controllers.TransporterPerformanceController

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

공개 메소드들

메소드 설명
GetContractNumbers ( ) : System.Web.Mvc.JsonResult
GetDispatches ( int transportOrderId ) : System.Web.Mvc.JsonResult
GetFilteredTransportOrderDetail ( int regionId, int hubId, int transportOrderId, System.DateTime startDate, System.DateTime EndDate ) : System.Web.Mvc.JsonResult
GetHubs ( ) : System.Web.Mvc.JsonResult
GetRegions ( ) : System.Web.Mvc.JsonResult
GetTransporter ( int transportOrderId ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
TransportOrderPerformanceDetail ( int id = -1 ) : System.Web.Mvc.ActionResult
TransporterPerformanceController ( ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, IDispatchService dispatchService, IDeliveryService deliveryService ) : System
TransporterPerformance_Read ( [ request, string searchIndex ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
GetDelivered ( int transportOrderID ) : decimal
GetDispatchAllocation ( int transportOrderID ) : Decimal
GetTransportOrder ( IEnumerable transportOrders ) : IEnumerable

메소드 상세

GetContractNumbers() 공개 메소드

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

GetDispatches() 공개 메소드

public GetDispatches ( int transportOrderId ) : System.Web.Mvc.JsonResult
transportOrderId int
리턴 System.Web.Mvc.JsonResult

GetFilteredTransportOrderDetail() 공개 메소드

public GetFilteredTransportOrderDetail ( int regionId, int hubId, int transportOrderId, System.DateTime startDate, System.DateTime EndDate ) : System.Web.Mvc.JsonResult
regionId int
hubId int
transportOrderId int
startDate System.DateTime
EndDate System.DateTime
리턴 System.Web.Mvc.JsonResult

GetHubs() 공개 메소드

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

GetRegions() 공개 메소드

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

GetTransporter() 공개 메소드

public GetTransporter ( int transportOrderId ) : System.Web.Mvc.JsonResult
transportOrderId int
리턴 System.Web.Mvc.JsonResult

Index() 공개 메소드

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

TransportOrderPerformanceDetail() 공개 메소드

public TransportOrderPerformanceDetail ( int id = -1 ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

TransporterPerformanceController() 공개 메소드

public TransporterPerformanceController ( ITransportOrderService transportOrderService, IUserAccountService userAccountService, IDispatchAllocationService dispatchAllocationService, ITransportOrderDetailService transportOrderDetailService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, IDispatchService dispatchService, IDeliveryService deliveryService ) : System
transportOrderService ITransportOrderService
userAccountService IUserAccountService
dispatchAllocationService IDispatchAllocationService
transportOrderDetailService ITransportOrderDetailService
hubService Cats.Services.EarlyWarning.IHubService
adminUnitService Cats.Services.EarlyWarning.IAdminUnitService
dispatchService IDispatchService
deliveryService IDeliveryService
리턴 System

TransporterPerformance_Read() 공개 메소드

public TransporterPerformance_Read ( [ request, string searchIndex ) : System.Web.Mvc.ActionResult
request [
searchIndex string
리턴 System.Web.Mvc.ActionResult