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

Inheritance: SessionBase, IStorageBinBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IStorageBinDao

Public Methods

Method Description
StorageBinBaseMgr ( IStorageBinDao entityDao ) : System

Private Methods

Method Description
CreateStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void
DeleteStorageBin ( IList entityList ) : void
DeleteStorageBin ( IList pkList ) : void
DeleteStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void
DeleteStorageBin ( String code ) : void
GetAllStorageBin ( ) : IList
LoadStorageBin ( String code ) : com.Sconit.Entity.MasterData.StorageBin
UpdateStorageBin ( com.Sconit.Entity.MasterData.StorageBin entity ) : void

Method Details

StorageBinBaseMgr() public method

public StorageBinBaseMgr ( IStorageBinDao entityDao ) : System
entityDao IStorageBinDao
return System

Property Details

entityDao protected property

protected IStorageBinDao entityDao
return IStorageBinDao