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

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

Protected Properties

Property Type Description
entityDao IRepackDetailDao

Public Methods

Method Description
RepackDetailBaseMgr ( IRepackDetailDao entityDao ) : System

Private Methods

Method Description
CreateRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void
DeleteRepackDetail ( IList pkList ) : void
DeleteRepackDetail ( IList entityList ) : void
DeleteRepackDetail ( Int32 id ) : void
DeleteRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void
GetAllRepackDetail ( ) : IList
LoadRepackDetail ( Int32 id ) : com.Sconit.Entity.MasterData.RepackDetail
UpdateRepackDetail ( com.Sconit.Entity.MasterData.RepackDetail entity ) : void

Method Details

RepackDetailBaseMgr() public method

public RepackDetailBaseMgr ( IRepackDetailDao entityDao ) : System
entityDao IRepackDetailDao
return System

Property Details

entityDao protected property

protected IRepackDetailDao entityDao
return IRepackDetailDao