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

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

공개 메소드들

메소드 설명
GetStorageArea ( Location location ) : IList
GetStorageArea ( string locationCode ) : IList
GetStorageArea ( string locationCode, string AreaCode ) : IList
StorageAreaMgr ( IStorageAreaDao entityDao, ICriteriaMgr criteriaMgr ) : System

메소드 상세

GetStorageArea() 공개 메소드

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

GetStorageArea() 공개 메소드

public GetStorageArea ( string locationCode ) : IList
locationCode string
리턴 IList

GetStorageArea() 공개 메소드

public GetStorageArea ( string locationCode, string AreaCode ) : IList
locationCode string
AreaCode string
리턴 IList

StorageAreaMgr() 공개 메소드

public StorageAreaMgr ( IStorageAreaDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IStorageAreaDao
criteriaMgr ICriteriaMgr
리턴 System