C# 클래스 Cats.Services.Hub.OtherDispatchAllocationService

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

공개 메소드들

메소드 설명
AddOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
CloseById ( System.Guid id ) : void
DeleteById ( int id ) : bool
DeleteOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
Dispose ( ) : void
EditOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( System.Guid id ) : OtherDispatchAllocation
FindById ( int id ) : OtherDispatchAllocation
GetAllOtherDispatchAllocation ( ) : List
GetAllToCurrentOwnerHubs ( UserProfile user ) : List
GetAllToOtherOwnerHubs ( UserProfile user ) : List
GetCommitedLoanAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
GetCommitedLoanAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
GetCommitedTransferAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
GetCommitedTransferAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
GetViewModelByID ( System.Guid otherDispatchAllocationId ) : OtherDispatchAllocationViewModel
OtherDispatchAllocationService ( IUnitOfWork unitOfWork, IProjectCodeService projectCodeService, IShippingInstructionService ShippingInstructionService ) : System
Save ( Models model ) : void

메소드 상세

AddOtherDispatchAllocation() 공개 메소드

public AddOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
리턴 bool

CloseById() 공개 메소드

public CloseById ( System.Guid id ) : void
id System.Guid
리턴 void

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteOtherDispatchAllocation() 공개 메소드

public DeleteOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditOtherDispatchAllocation() 공개 메소드

public EditOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( System.Guid id ) : OtherDispatchAllocation
id System.Guid
리턴 Cats.Models.Hubs.OtherDispatchAllocation

FindById() 공개 메소드

public FindById ( int id ) : OtherDispatchAllocation
id int
리턴 Cats.Models.Hubs.OtherDispatchAllocation

GetAllOtherDispatchAllocation() 공개 메소드

public GetAllOtherDispatchAllocation ( ) : List
리턴 List

GetAllToCurrentOwnerHubs() 공개 메소드

public GetAllToCurrentOwnerHubs ( UserProfile user ) : List
user Cats.Models.Hubs.UserProfile
리턴 List

GetAllToOtherOwnerHubs() 공개 메소드

public GetAllToOtherOwnerHubs ( UserProfile user ) : List
user Cats.Models.Hubs.UserProfile
리턴 List

GetCommitedLoanAllocationsDetached() 공개 메소드

public GetCommitedLoanAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
closedToo bool
CommodityType int
리턴 List

GetCommitedLoanAllocationsDetached() 공개 메소드

public GetCommitedLoanAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
hubId int
closedToo bool
CommodityType int
리턴 List

GetCommitedTransferAllocationsDetached() 공개 메소드

public GetCommitedTransferAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
closedToo bool
CommodityType int
리턴 List

GetCommitedTransferAllocationsDetached() 공개 메소드

public GetCommitedTransferAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
hubId int
closedToo bool
CommodityType int
리턴 List

GetViewModelByID() 공개 메소드

public GetViewModelByID ( System.Guid otherDispatchAllocationId ) : OtherDispatchAllocationViewModel
otherDispatchAllocationId System.Guid
리턴 Cats.Models.Hubs.ViewModels.Dispatch.OtherDispatchAllocationViewModel

OtherDispatchAllocationService() 공개 메소드

public OtherDispatchAllocationService ( IUnitOfWork unitOfWork, IProjectCodeService projectCodeService, IShippingInstructionService ShippingInstructionService ) : System
unitOfWork IUnitOfWork
projectCodeService IProjectCodeService
ShippingInstructionService IShippingInstructionService
리턴 System

Save() 공개 메소드

public Save ( Models model ) : void
model Models
리턴 void