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

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

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
EditPartial ( ) : System.Web.Mvc.ActionResult
GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
GetFromStoreForSiNumber ( ) : System.Web.Mvc.ActionResult
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
GetSINumberForProjectCode ( int ProjectCodeId, int parentCommodityId ) : System.Web.Mvc.ActionResult
GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult
GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System
IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult
SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult
ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ConvertStoreToStoreViewModel ( IEnumerable Stores ) : IEnumerable
Create ( InternalMovementViewModel viewModel ) : System.Web.Mvc.ActionResult
EditPartial ( InternalMovementViewModel viewModel ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

EditPartial() 공개 메소드

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

GetFromStoreForParentCommodity() 공개 메소드

public GetFromStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
commodityParentId int
SINumber int
리턴 System.Web.Mvc.ActionResult

GetFromStoreForSiNumber() 공개 메소드

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

GetProjecCodetForCommodity() 공개 메소드

public GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
CommodityId int
리턴 System.Web.Mvc.ActionResult

GetSINumberForProjectCode() 공개 메소드

public GetSINumberForProjectCode ( int ProjectCodeId, int parentCommodityId ) : System.Web.Mvc.ActionResult
ProjectCodeId int
parentCommodityId int
리턴 System.Web.Mvc.ActionResult

GetStacksForFromStore() 공개 메소드

public GetStacksForFromStore ( int FromStoreId, int SINumber ) : System.Web.Mvc.ActionResult
FromStoreId int
SINumber int
리턴 System.Web.Mvc.ActionResult

GetStacksForToStore() 공개 메소드

public GetStacksForToStore ( int ToStoreId, int FromStoreId, int FromStackId ) : System.Web.Mvc.ActionResult
ToStoreId int
FromStoreId int
FromStackId int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

InternalMovementController() 공개 메소드

public InternalMovementController ( IUserProfileService userProfileService, IInternalMovementService internalMovementService, ITransactionService transactionService, IStoreService storeService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService, ICommodityService commodityService, IHubService hubService, IProgramService programService, IUnitService unitService, IDetailService detailService ) : System
userProfileService IUserProfileService
internalMovementService IInternalMovementService
transactionService ITransactionService
storeService IStoreService
projectCodeService IProjectCodeService
shippingInstructionService IShippingInstructionService
commodityService ICommodityService
hubService IHubService
programService IProgramService
unitService IUnitService
detailService IDetailService
리턴 System

IsQuantityValid() 공개 메소드

public IsQuantityValid ( decimal QuantityInMt, int FromStoreId, int FromStackId, int CommodityId, int ShippingInstructionId, int ProjectCodeId ) : System.Web.Mvc.ActionResult
QuantityInMt decimal
FromStoreId int
FromStackId int
CommodityId int
ShippingInstructionId int
ProjectCodeId int
리턴 System.Web.Mvc.ActionResult

SINumberBalance() 공개 메소드

public SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult
parentCommodityId int
projectcode int
SINumber int
StoreId int
StackId int
리턴 System.Web.Mvc.ActionResult

ViewDetial() 공개 메소드

public ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult
TransactionId string
리턴 System.Web.Mvc.ActionResult