C# Class com.Sconit.Persistence.Mes.NH.NHShelfBaseDao

Inheritance: NHDaoBase, IShelfBaseDao
Mostra file Open project: Novthirteen/yfkey-scms

Public 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
NHShelfBaseDao ( ISessionManager sessionManager ) : System
UpdateShelf ( Shelf entity ) : void

Method Details

CreateShelf() public method

public CreateShelf ( Shelf entity ) : void
entity Shelf
return void

DeleteShelf() public method

public DeleteShelf ( IList entityList ) : void
entityList IList
return void

DeleteShelf() public method

public DeleteShelf ( IList pkList ) : void
pkList IList
return void

DeleteShelf() public method

public DeleteShelf ( Shelf entity ) : void
entity Shelf
return void

DeleteShelf() public method

public DeleteShelf ( String code ) : void
code String
return void

GetAllShelf() public method

public GetAllShelf ( ) : IList
return IList

GetAllShelf() public method

public GetAllShelf ( bool includeInactive ) : IList
includeInactive bool
return IList

LoadShelf() public method

public LoadShelf ( String code ) : Shelf
code String
return Shelf

NHShelfBaseDao() public method

public NHShelfBaseDao ( ISessionManager sessionManager ) : System
sessionManager ISessionManager
return System

UpdateShelf() public method

public UpdateShelf ( Shelf entity ) : void
entity Shelf
return void