C# 클래스 Cats.Web.Hub.Controllers.DispatchController

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

공개 메소드들

메소드 설명
AvailbaleCommodities ( string siNumber ) : System.Web.Mvc.ActionResult
Create ( string ginNo, int type ) : System.Web.Mvc.ActionResult
DispatchController ( IDispatchAllocationService dispatchAllocationService, IDispatchService dispatchService, IUserProfileService userProfileService, IOtherDispatchAllocationService otherDispatchAllocationService, IDispatchDetailService dispatchDetailService, IUnitService unitService, ICommodityTypeService commodityTypeService, IProgramService programService, ITransporterService transporterService, IPeriodService periodService, ICommodityService commodityService, ITransactionService transactionService, IStoreService storeService, IAdminUnitService adminUnitService, IHubService hubService, IFDPService fdpService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System
Edit ( string id ) : System.Web.Mvc.ActionResult
FDPBalance ( string requisitionNo, int fdpid ) : System.Web.Mvc.ActionResult
GetChildren ( int parentId ) : List
GetFdps ( int woredaId ) : List
Index ( ) : System.Web.Mvc.ViewResult
IsProjectValid ( string projectNumber ) : System.Web.Mvc.ActionResult
IsSIValid ( string siNumber, int fdpid ) : System.Web.Mvc.ActionResult
JsonDispatch ( string ginNo ) : System.Web.Mvc.ActionResult
JsonRegionZones ( string requisitionNumber ) : System.Web.Mvc.ActionResult
Log ( ) : System.Web.Mvc.ViewResult
Months ( int year ) : System.Web.Mvc.ActionResult
NotUnique ( string gin, string dispatchID ) : System.Web.Mvc.ActionResult
_DispatchPartial ( string ginNo, int type ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Create ( DispatchModel dispatchModel ) : System.Web.Mvc.ActionResult
DispatchListGrid ( string dispatchAllocationID ) : System.Web.Mvc.ActionResult
DispatchListGridListGrid ( string dispatchID ) : System.Web.Mvc.ActionResult
DispatchOtherListGrid ( string otherDispatchAllocationID ) : System.Web.Mvc.ActionResult
Edit ( Dispatch dispatch ) : System.Web.Mvc.ActionResult
GenerateDispatchDetail ( IEnumerable c ) : List
GetFdpAllocations ( bool closed, int adminUnitID, int commodityType ) : System.Web.Mvc.ActionResult
GetLoanAllocations ( bool closed, int commodityType ) : System.Web.Mvc.ActionResult
GetSelectedCommodities ( string jsonArray ) : List
GetTransferAllocations ( bool closed, int commodityType ) : System.Web.Mvc.ActionResult
InsertDispatch ( DispatchModel dispatchModel, UserProfile user ) : void
PrepareCreate ( int type ) : void
PrepareEdit ( Dispatch dispatch, UserProfile user, int type ) : void
PrepareFDPCreate ( ) : void
PrepareFDPForEdit ( int fdpid ) : void
SelectDispatchsCommodities ( string dispatchId ) : System.Web.Mvc.ActionResult

메소드 상세

AvailbaleCommodities() 공개 메소드

public AvailbaleCommodities ( string siNumber ) : System.Web.Mvc.ActionResult
siNumber string
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

public Create ( string ginNo, int type ) : System.Web.Mvc.ActionResult
ginNo string
type int
리턴 System.Web.Mvc.ActionResult

DispatchController() 공개 메소드

public DispatchController ( IDispatchAllocationService dispatchAllocationService, IDispatchService dispatchService, IUserProfileService userProfileService, IOtherDispatchAllocationService otherDispatchAllocationService, IDispatchDetailService dispatchDetailService, IUnitService unitService, ICommodityTypeService commodityTypeService, IProgramService programService, ITransporterService transporterService, IPeriodService periodService, ICommodityService commodityService, ITransactionService transactionService, IStoreService storeService, IAdminUnitService adminUnitService, IHubService hubService, IFDPService fdpService, IProjectCodeService projectCodeService, IShippingInstructionService shippingInstructionService ) : System
dispatchAllocationService IDispatchAllocationService
dispatchService IDispatchService
userProfileService IUserProfileService
otherDispatchAllocationService IOtherDispatchAllocationService
dispatchDetailService IDispatchDetailService
unitService IUnitService
commodityTypeService ICommodityTypeService
programService IProgramService
transporterService ITransporterService
periodService IPeriodService
commodityService ICommodityService
transactionService ITransactionService
storeService IStoreService
adminUnitService IAdminUnitService
hubService IHubService
fdpService IFDPService
projectCodeService IProjectCodeService
shippingInstructionService IShippingInstructionService
리턴 System

Edit() 공개 메소드

public Edit ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

FDPBalance() 공개 메소드

public FDPBalance ( string requisitionNo, int fdpid ) : System.Web.Mvc.ActionResult
requisitionNo string
fdpid int
리턴 System.Web.Mvc.ActionResult

GetChildren() 공개 메소드

public GetChildren ( int parentId ) : List
parentId int
리턴 List

GetFdps() 공개 메소드

public GetFdps ( int woredaId ) : List
woredaId int
리턴 List

Index() 공개 메소드

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

IsProjectValid() 공개 메소드

public IsProjectValid ( string projectNumber ) : System.Web.Mvc.ActionResult
projectNumber string
리턴 System.Web.Mvc.ActionResult

IsSIValid() 공개 메소드

public IsSIValid ( string siNumber, int fdpid ) : System.Web.Mvc.ActionResult
siNumber string
fdpid int
리턴 System.Web.Mvc.ActionResult

JsonDispatch() 공개 메소드

public JsonDispatch ( string ginNo ) : System.Web.Mvc.ActionResult
ginNo string
리턴 System.Web.Mvc.ActionResult

JsonRegionZones() 공개 메소드

public JsonRegionZones ( string requisitionNumber ) : System.Web.Mvc.ActionResult
requisitionNumber string
리턴 System.Web.Mvc.ActionResult

Log() 공개 메소드

public Log ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

Months() 공개 메소드

public Months ( int year ) : System.Web.Mvc.ActionResult
year int
리턴 System.Web.Mvc.ActionResult

NotUnique() 공개 메소드

public NotUnique ( string gin, string dispatchID ) : System.Web.Mvc.ActionResult
gin string
dispatchID string
리턴 System.Web.Mvc.ActionResult

_DispatchPartial() 공개 메소드

public _DispatchPartial ( string ginNo, int type ) : System.Web.Mvc.ActionResult
ginNo string
type int
리턴 System.Web.Mvc.ActionResult