C# 클래스 com.Sconit.Service.MasterData.Impl.StorageBinMgr

상속: StorageBinBaseMgr, IStorageBinMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
CheckAndLoadStorageBin ( string binCode ) : com.Sconit.Entity.MasterData.StorageBin
CheckExistAndPermission ( string binCode, string userCode ) : bool
GetStorageBin ( Location location ) : IList
GetStorageBin ( StorageArea Area ) : IList
GetStorageBin ( string AreaCode ) : IList
GetStorageBinByLocation ( string location ) : IList
StorageBinMgr ( IStorageBinDao entityDao, ICriteriaMgr criteriaMgr ) : System

메소드 상세

CheckAndLoadStorageBin() 공개 메소드

public CheckAndLoadStorageBin ( string binCode ) : com.Sconit.Entity.MasterData.StorageBin
binCode string
리턴 com.Sconit.Entity.MasterData.StorageBin

CheckExistAndPermission() 공개 메소드

public CheckExistAndPermission ( string binCode, string userCode ) : bool
binCode string
userCode string
리턴 bool

GetStorageBin() 공개 메소드

public GetStorageBin ( Location location ) : IList
location Location
리턴 IList

GetStorageBin() 공개 메소드

public GetStorageBin ( StorageArea Area ) : IList
Area StorageArea
리턴 IList

GetStorageBin() 공개 메소드

public GetStorageBin ( string AreaCode ) : IList
AreaCode string
리턴 IList

GetStorageBinByLocation() 공개 메소드

public GetStorageBinByLocation ( string location ) : IList
location string
리턴 IList

StorageBinMgr() 공개 메소드

public StorageBinMgr ( IStorageBinDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IStorageBinDao
criteriaMgr ICriteriaMgr
리턴 System