C# Class Cats.Services.Hub.OtherDispatchAllocationService

Inheritance: IOtherDispatchAllocationService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Method Details

AddOtherDispatchAllocation() public méthode

public AddOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
Résultat bool

CloseById() public méthode

public CloseById ( System.Guid id ) : void
id System.Guid
Résultat void

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteOtherDispatchAllocation() public méthode

public DeleteOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditOtherDispatchAllocation() public méthode

public EditOtherDispatchAllocation ( OtherDispatchAllocation otherDispatchAllocation ) : bool
otherDispatchAllocation Cats.Models.Hubs.OtherDispatchAllocation
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( System.Guid id ) : OtherDispatchAllocation
id System.Guid
Résultat Cats.Models.Hubs.OtherDispatchAllocation

FindById() public méthode

public FindById ( int id ) : OtherDispatchAllocation
id int
Résultat Cats.Models.Hubs.OtherDispatchAllocation

GetAllOtherDispatchAllocation() public méthode

public GetAllOtherDispatchAllocation ( ) : List
Résultat List

GetAllToCurrentOwnerHubs() public méthode

public GetAllToCurrentOwnerHubs ( UserProfile user ) : List
user Cats.Models.Hubs.UserProfile
Résultat List

GetAllToOtherOwnerHubs() public méthode

public GetAllToOtherOwnerHubs ( UserProfile user ) : List
user Cats.Models.Hubs.UserProfile
Résultat List

GetCommitedLoanAllocationsDetached() public méthode

public GetCommitedLoanAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
closedToo bool
CommodityType int
Résultat List

GetCommitedLoanAllocationsDetached() public méthode

public GetCommitedLoanAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
hubId int
closedToo bool
CommodityType int
Résultat List

GetCommitedTransferAllocationsDetached() public méthode

public GetCommitedTransferAllocationsDetached ( UserProfile user, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
closedToo bool
CommodityType int
Résultat List

GetCommitedTransferAllocationsDetached() public méthode

public GetCommitedTransferAllocationsDetached ( UserProfile user, int hubId, bool closedToo, int CommodityType ) : List
user Cats.Models.Hubs.UserProfile
hubId int
closedToo bool
CommodityType int
Résultat List

GetViewModelByID() public méthode

public GetViewModelByID ( System.Guid otherDispatchAllocationId ) : OtherDispatchAllocationViewModel
otherDispatchAllocationId System.Guid
Résultat Cats.Models.Hubs.ViewModels.Dispatch.OtherDispatchAllocationViewModel

OtherDispatchAllocationService() public méthode

public OtherDispatchAllocationService ( IUnitOfWork unitOfWork, IProjectCodeService projectCodeService, IShippingInstructionService ShippingInstructionService ) : System
unitOfWork IUnitOfWork
projectCodeService IProjectCodeService
ShippingInstructionService IShippingInstructionService
Résultat System

Save() public méthode

public Save ( Models model ) : void
model Models
Résultat void