C# Class com.Sconit.Service.Mes.Impl.ShelfBaseMgr

Inheritance: SessionBase, IShelfBaseMgr
ファイルを表示 Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IShelfDao

Public Methods

Method Description
ShelfBaseMgr ( IShelfDao entityDao ) : System

Private Methods

Method Description
CreateShelf ( Shelf entity ) : void
DeleteShelf ( IList entityList ) : void
DeleteShelf ( IList pkList ) : void
DeleteShelf ( Shelf entity ) : void
DeleteShelf ( String code ) : void
GetAllShelf ( ) : IList
GetAllShelf ( bool includeInactive ) : IList
LoadShelf ( String code ) : Shelf
UpdateShelf ( Shelf entity ) : void

Method Details

ShelfBaseMgr() public method

public ShelfBaseMgr ( IShelfDao entityDao ) : System
entityDao IShelfDao
return System

Property Details

entityDao protected_oe property

protected IShelfDao entityDao
return IShelfDao