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

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

공개 메소드들

메소드 설명
AllocateProjectCode ( [ request, int regionId, int status ) : System.Web.Mvc.ActionResult
AllocationAdjustment ( int requisitionId ) : System.Web.Mvc.ActionResult
ApproveSiPcAllocation ( int id ) : System.Web.Mvc.ActionResult
AssignHubFromLogisticsDashboard ( int paramRegionId ) : System.Web.Mvc.ActionResult
BindAllocation ( List reliefRequisitions ) : List
DispatchAllocationController ( IReliefRequisitionService reliefRequisitionService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, INeedAssessmentService needAssessmentService, IHubAllocationService hubAllocationService, IUserAccountService userAccountService, IAllocationByRegionService allocationByRegionService, ITransactionService transactionService ) : System
GetRegions ( ) : System.Web.Mvc.ActionResult
Hub ( int regionId ) : System.Web.Mvc.ActionResult
HubAllocation ( [ request, int regionId ) : System.Web.Mvc.ActionResult
Index ( int regionId = -1 ) : System.Web.Mvc.ActionResult
IndexFromNotification ( int paramRegionId, int recordId ) : System.Web.Mvc.ActionResult
RegionId ( int id ) : System.Web.Mvc.ActionResult
RejectRequsition ( int id ) : System.Web.Mvc.ActionResult
UncommitRequsition ( int id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ReadRequisitions ( int regionId ) : System.Web.Mvc.JsonResult
Save ( List allocation ) : System.Web.Mvc.JsonResult

메소드 상세

AllocateProjectCode() 공개 메소드

public AllocateProjectCode ( [ request, int regionId, int status ) : System.Web.Mvc.ActionResult
request [
regionId int
status int
리턴 System.Web.Mvc.ActionResult

AllocationAdjustment() 공개 메소드

public AllocationAdjustment ( int requisitionId ) : System.Web.Mvc.ActionResult
requisitionId int
리턴 System.Web.Mvc.ActionResult

ApproveSiPcAllocation() 공개 메소드

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

AssignHubFromLogisticsDashboard() 공개 메소드

public AssignHubFromLogisticsDashboard ( int paramRegionId ) : System.Web.Mvc.ActionResult
paramRegionId int
리턴 System.Web.Mvc.ActionResult

BindAllocation() 공개 메소드

public BindAllocation ( List reliefRequisitions ) : List
reliefRequisitions List
리턴 List

DispatchAllocationController() 공개 메소드

public DispatchAllocationController ( IReliefRequisitionService reliefRequisitionService, Cats.Services.EarlyWarning.IHubService hubService, Cats.Services.EarlyWarning.IAdminUnitService adminUnitService, INeedAssessmentService needAssessmentService, IHubAllocationService hubAllocationService, IUserAccountService userAccountService, IAllocationByRegionService allocationByRegionService, ITransactionService transactionService ) : System
reliefRequisitionService IReliefRequisitionService
hubService Cats.Services.EarlyWarning.IHubService
adminUnitService Cats.Services.EarlyWarning.IAdminUnitService
needAssessmentService INeedAssessmentService
hubAllocationService IHubAllocationService
userAccountService IUserAccountService
allocationByRegionService IAllocationByRegionService
transactionService ITransactionService
리턴 System

GetRegions() 공개 메소드

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

Hub() 공개 메소드

public Hub ( int regionId ) : System.Web.Mvc.ActionResult
regionId int
리턴 System.Web.Mvc.ActionResult

HubAllocation() 공개 메소드

public HubAllocation ( [ request, int regionId ) : System.Web.Mvc.ActionResult
request [
regionId int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( int regionId = -1 ) : System.Web.Mvc.ActionResult
regionId int
리턴 System.Web.Mvc.ActionResult

IndexFromNotification() 공개 메소드

public IndexFromNotification ( int paramRegionId, int recordId ) : System.Web.Mvc.ActionResult
paramRegionId int
recordId int
리턴 System.Web.Mvc.ActionResult

RegionId() 공개 메소드

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

RejectRequsition() 공개 메소드

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

UncommitRequsition() 공개 메소드

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