C# Класс Cats.Web.Hub.Controllers.LossesAndAdjustmentsController

Наследование: BaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateAdjustment ( ) : System.Web.Mvc.ActionResult
CreateLoss ( ) : System.Web.Mvc.ActionResult
Filter ( ) : System.Web.Mvc.ActionResult
GetProjecCodetForCommodity ( int CommodityId ) : System.Web.Mvc.ActionResult
GetSINumberForProjectCode ( int ProjectCodeId ) : System.Web.Mvc.ActionResult
GetStacksForToStore ( int ToStoreId ) : System.Web.Mvc.ActionResult
GetStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
Log ( ) : System.Web.Mvc.ActionResult
LossesAndAdjustmentsController ( IUserProfileService userProfileService, ICommodityService commodityService, IStoreService storeService, IProgramService programService, IHubService hubService, IUnitService unitService, IAdjustmentReasonService adjustmentReasonService, IAdjustmentService adjustmentService, ITransactionService transactionService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System
SINumberBalance ( int parentCommodityId, int projectcode, int SINumber, int StoreId, int StackId ) : System.Web.Mvc.ActionResult
ViewDetial ( string TransactionId ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
ConvertStoreToStoreViewModel ( List Stores ) : List
CreateAdjustment ( LossesAndAdjustmentsViewModel viewModel ) : System.Web.Mvc.ActionResult
CreateLoss ( LossesAndAdjustmentsViewModel viewModel ) : System.Web.Mvc.ActionResult
FilteredGrid ( string filterId ) : System.Web.Mvc.ActionResult
GetFilters ( ) : System.Web.Mvc.ActionResult
GetStoreMan ( int storeId ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

Описание методов

CreateAdjustment() публичный Метод

public CreateAdjustment ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

CreateLoss() публичный Метод

public CreateLoss ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Filter() публичный Метод

public Filter ( ) : 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 ) : System.Web.Mvc.ActionResult
ProjectCodeId int
Результат System.Web.Mvc.ActionResult

GetStacksForToStore() публичный Метод

public GetStacksForToStore ( int ToStoreId ) : System.Web.Mvc.ActionResult
ToStoreId int
Результат System.Web.Mvc.ActionResult

GetStoreForParentCommodity() публичный Метод

public GetStoreForParentCommodity ( int commodityParentId, int SINumber ) : System.Web.Mvc.ActionResult
commodityParentId int
SINumber int
Результат System.Web.Mvc.ActionResult

Log() публичный Метод

public Log ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

LossesAndAdjustmentsController() публичный Метод

public LossesAndAdjustmentsController ( IUserProfileService userProfileService, ICommodityService commodityService, IStoreService storeService, IProgramService programService, IHubService hubService, IUnitService unitService, IAdjustmentReasonService adjustmentReasonService, IAdjustmentService adjustmentService, ITransactionService transactionService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System
userProfileService IUserProfileService
commodityService ICommodityService
storeService IStoreService
programService IProgramService
hubService IHubService
unitService IUnitService
adjustmentReasonService IAdjustmentReasonService
adjustmentService IAdjustmentService
transactionService ITransactionService
projectCodeService IProjectCodeService
shippingInstructionService IShippingInstructionService
Результат System

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