C# Class com.Sconit.Service.MasterData.Impl.StorageAreaMgr

Inheritance: StorageAreaBaseMgr, IStorageAreaMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
GetStorageArea ( Location location ) : IList
GetStorageArea ( string locationCode ) : IList
GetStorageArea ( string locationCode, string AreaCode ) : IList
StorageAreaMgr ( IStorageAreaDao entityDao, ICriteriaMgr criteriaMgr ) : System

Method Details

GetStorageArea() public method

public GetStorageArea ( Location location ) : IList
location Location
return IList

GetStorageArea() public method

public GetStorageArea ( string locationCode ) : IList
locationCode string
return IList

GetStorageArea() public method

public GetStorageArea ( string locationCode, string AreaCode ) : IList
locationCode string
AreaCode string
return IList

StorageAreaMgr() public method

public StorageAreaMgr ( IStorageAreaDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao IStorageAreaDao
criteriaMgr ICriteriaMgr
return System