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

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

Protected Properties

Property Type Description
entityDao ILocationLotDetailDao

Public Methods

Method Description
LocationLotDetailBaseMgr ( ILocationLotDetailDao entityDao ) : System

Private Methods

Method Description
CreateLocationLotDetail ( LocationLotDetail entity ) : void
DeleteLocationLotDetail ( IList pkList ) : void
DeleteLocationLotDetail ( IList entityList ) : void
DeleteLocationLotDetail ( Int32 id ) : void
DeleteLocationLotDetail ( LocationLotDetail entity ) : void
GetAllLocationLotDetail ( ) : IList
LoadLocationLotDetail ( Int32 id ) : LocationLotDetail
UpdateLocationLotDetail ( LocationLotDetail entity ) : void

Method Details

LocationLotDetailBaseMgr() public method

public LocationLotDetailBaseMgr ( ILocationLotDetailDao entityDao ) : System
entityDao ILocationLotDetailDao
return System

Property Details

entityDao protected_oe property

protected ILocationLotDetailDao entityDao
return ILocationLotDetailDao