C# 클래스 Cats.Areas.Hub.Controllers.ReceiveNewController

상속: Cats.Web.Hub.BaseController
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AllocationStatus ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
Create ( string receiptAllocationId ) : System.Web.Mvc.ActionResult
Create ( string receiptAllocationId, string grn ) : System.Web.Mvc.ActionResult
GetUnities ( ) : System.Web.Mvc.JsonResult
ModeltoNewView ( Receive receive ) : ReceiveNewViewModel
ReceiveNewController ( IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IReceiveService receiveService, ICommodityService commodityService, IUnitService unitService, IStoreService storeService, ITransactionService transactionService, IDonorService donorService, IHubService hub, ITransporterService transporterService ) : System

비공개 메소드들

메소드 설명
AutoCompleteCommodity ( string term ) : System.Web.Mvc.JsonResult
Create ( ReceiveNewViewModel viewModel ) : System.Web.Mvc.ActionResult
GetCommodities ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
GetGRNList ( string siNo ) : System.Web.Mvc.JsonResult
GetResponsibleDonor ( ) : System.Web.Mvc.JsonResult
GetSourceDonor ( ) : System.Web.Mvc.JsonResult
GetStacks ( int storeId ) : System.Web.Mvc.JsonResult
GetStroes ( int hubId ) : System.Web.Mvc.JsonResult
GetTransporter ( ) : System.Web.Mvc.JsonResult
PopulateCombox ( int parentCommodity ) : void

메소드 상세

AllocationStatus() 공개 메소드

public AllocationStatus ( string receiptAllocationId ) : System.Web.Mvc.JsonResult
receiptAllocationId string
리턴 System.Web.Mvc.JsonResult

Create() 공개 메소드

public Create ( string receiptAllocationId ) : System.Web.Mvc.ActionResult
receiptAllocationId string
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

public Create ( string receiptAllocationId, string grn ) : System.Web.Mvc.ActionResult
receiptAllocationId string
grn string
리턴 System.Web.Mvc.ActionResult

GetUnities() 공개 메소드

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

ModeltoNewView() 공개 메소드

public ModeltoNewView ( Receive receive ) : ReceiveNewViewModel
receive Cats.Models.Hubs.Receive
리턴 Cats.Models.Hubs.ViewModels.ReceiveNewViewModel

ReceiveNewController() 공개 메소드

public ReceiveNewController ( IUserProfileService userProfileService, IReceiptAllocationService receiptAllocationService, IReceiveService receiveService, ICommodityService commodityService, IUnitService unitService, IStoreService storeService, ITransactionService transactionService, IDonorService donorService, IHubService hub, ITransporterService transporterService ) : System
userProfileService IUserProfileService
receiptAllocationService IReceiptAllocationService
receiveService IReceiveService
commodityService ICommodityService
unitService IUnitService
storeService IStoreService
transactionService ITransactionService
donorService IDonorService
hub IHubService
transporterService ITransporterService
리턴 System