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

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

공개 메소드들

메소드 설명
AddHub ( Models hub ) : bool
DeleteById ( int id ) : bool
DeleteHub ( Models hub ) : bool
Dispose ( ) : void
EditHub ( Models hub ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.Hubs.Hub
GetAllHub ( ) : List
GetAllStoreByUser ( UserProfile user ) : List
GetAllWithoutId ( int hubId ) : List
GetDispatchFulfillmentStatus ( int hubID ) : IEnumerable
GetFreeStockGroupedByProgram ( int HuBID, FreeStockFilterViewModel freeStockFilterViewModel ) : List
GetOthersHavingSameOwner ( Models hub ) : List
GetOthersWithDifferentOwner ( Models hub ) : List
GetStatusReportBySI ( int hubID ) : IEnumerable
GetStockStatusReport ( int hubID, int commodityID ) : DataTable
HubService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddHub() 공개 메소드

public AddHub ( Models hub ) : bool
hub Models
리턴 bool

DeleteById() 공개 메소드

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

DeleteHub() 공개 메소드

public DeleteHub ( Models hub ) : bool
hub Models
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditHub() 공개 메소드

public EditHub ( Models hub ) : bool
hub Models
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

GetAllHub() 공개 메소드

public GetAllHub ( ) : List
리턴 List

GetAllStoreByUser() 공개 메소드

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

GetAllWithoutId() 공개 메소드

public GetAllWithoutId ( int hubId ) : List
hubId int
리턴 List

GetDispatchFulfillmentStatus() 공개 메소드

public GetDispatchFulfillmentStatus ( int hubID ) : IEnumerable
hubID int
리턴 IEnumerable

GetFreeStockGroupedByProgram() 공개 메소드

public GetFreeStockGroupedByProgram ( int HuBID, FreeStockFilterViewModel freeStockFilterViewModel ) : List
HuBID int
freeStockFilterViewModel Cats.Models.Hubs.ViewModels.Report.FreeStockFilterViewModel
리턴 List

GetOthersHavingSameOwner() 공개 메소드

public GetOthersHavingSameOwner ( Models hub ) : List
hub Models
리턴 List

GetOthersWithDifferentOwner() 공개 메소드

public GetOthersWithDifferentOwner ( Models hub ) : List
hub Models
리턴 List

GetStatusReportBySI() 공개 메소드

public GetStatusReportBySI ( int hubID ) : IEnumerable
hubID int
리턴 IEnumerable

GetStockStatusReport() 공개 메소드

public GetStockStatusReport ( int hubID, int commodityID ) : DataTable
hubID int
commodityID int
리턴 System.Data.DataTable

HubService() 공개 메소드

public HubService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System