C# 클래스 DRMFSS.BLL.Services.HubService

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

공개 메소드들

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

메소드 상세

AddHub() 공개 메소드

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

DeleteById() 공개 메소드

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

DeleteHub() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditHub() 공개 메소드

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

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : Hub
id int
리턴 Hub

GetAllHub() 공개 메소드

public GetAllHub ( ) : List
리턴 List

GetAllStoreByUser() 공개 메소드

public GetAllStoreByUser ( UserProfile user ) : List
user 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 DRMFSS.BLL.ViewModels.Report.FreeStockFilterViewModel
리턴 List

GetOthersHavingSameOwner() 공개 메소드

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

GetOthersWithDifferentOwner() 공개 메소드

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

GetStatusReportBySI() 공개 메소드

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

GetStockStatusReport() 공개 메소드

public GetStockStatusReport ( int hubID, int commodityID ) : IEnumerable
hubID int
commodityID int
리턴 IEnumerable

HubService() 공개 메소드

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