C# Класс com.Sconit.Service.MasterData.Impl.StorageBinMgr

Наследование: StorageBinBaseMgr, IStorageBinMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
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