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

Inheritance: SessionBase, IShelfBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IShelfDao

Méthodes publiques

Méthode Description
ShelfBaseMgr ( IShelfDao entityDao ) : System

Private Methods

Méthode 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 méthode

public ShelfBaseMgr ( IShelfDao entityDao ) : System
entityDao IShelfDao
Résultat System

Property Details

entityDao protected_oe property

protected IShelfDao entityDao
Résultat IShelfDao