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

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

공개 메소드들

메소드 설명
AddStore ( Store store ) : bool
DeleteByID ( int id ) : bool
DeleteById ( int id ) : bool
DeleteStore ( Store store ) : bool
EditStore ( Store store ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Store
FindCommodityById ( int id ) : Commodity
FindHubById ( int HubId ) : Hub
GetAllByHUbs ( List HubIds ) : List
GetAllStore ( ) : List
GetBinCard ( int hubID, int StoreID, int CommodityID, string ProjectID ) : IEnumerable
GetStacksByStoreId ( int StoreId ) : List
GetStacksByToStoreIdFromStoreIdFromStack ( int ToStoreId, int FromStoreId, int FromStackId ) : List
GetStacksWithSIBalance ( int storeId, int siNumber ) : List
GetStoreByHub ( int hubId ) : List
GetStoresWithBalanceOfCommodity ( int parentCommodityId, int hubId ) : List
GetStoresWithBalanceOfCommodityAndSINumber ( int parentCommodityId, int SINumber, int hubId ) : List
StoreService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddStore() 공개 메소드

public AddStore ( Store store ) : bool
store Store
리턴 bool

DeleteByID() 공개 메소드

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

DeleteById() 공개 메소드

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

DeleteStore() 공개 메소드

public DeleteStore ( Store store ) : bool
store Store
리턴 bool

EditStore() 공개 메소드

public EditStore ( Store store ) : bool
store Store
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

FindCommodityById() 공개 메소드

public FindCommodityById ( int id ) : Commodity
id int
리턴 Commodity

FindHubById() 공개 메소드

public FindHubById ( int HubId ) : Hub
HubId int
리턴 Hub

GetAllByHUbs() 공개 메소드

public GetAllByHUbs ( List HubIds ) : List
HubIds List
리턴 List

GetAllStore() 공개 메소드

public GetAllStore ( ) : List
리턴 List

GetBinCard() 공개 메소드

public GetBinCard ( int hubID, int StoreID, int CommodityID, string ProjectID ) : IEnumerable
hubID int
StoreID int
CommodityID int
ProjectID string
리턴 IEnumerable

GetStacksByStoreId() 공개 메소드

public GetStacksByStoreId ( int StoreId ) : List
StoreId int
리턴 List

GetStacksByToStoreIdFromStoreIdFromStack() 공개 메소드

public GetStacksByToStoreIdFromStoreIdFromStack ( int ToStoreId, int FromStoreId, int FromStackId ) : List
ToStoreId int
FromStoreId int
FromStackId int
리턴 List

GetStacksWithSIBalance() 공개 메소드

public GetStacksWithSIBalance ( int storeId, int siNumber ) : List
storeId int
siNumber int
리턴 List

GetStoreByHub() 공개 메소드

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

GetStoresWithBalanceOfCommodity() 공개 메소드

public GetStoresWithBalanceOfCommodity ( int parentCommodityId, int hubId ) : List
parentCommodityId int
hubId int
리턴 List

GetStoresWithBalanceOfCommodityAndSINumber() 공개 메소드

public GetStoresWithBalanceOfCommodityAndSINumber ( int parentCommodityId, int SINumber, int hubId ) : List
parentCommodityId int
SINumber int
hubId int
리턴 List

StoreService() 공개 메소드

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