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

Inheritance: SessionBase, IPickListResultBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IPickListResultDao

Public Methods

Method Description
PickListResultBaseMgr ( IPickListResultDao entityDao ) : System

Private Methods

Method Description
CreatePickListResult ( com.Sconit.Entity.MasterData.PickListResult entity ) : void
DeletePickListResult ( IList pkList ) : void
DeletePickListResult ( IList entityList ) : void
DeletePickListResult ( Int32 id ) : void
DeletePickListResult ( Int32 pickListDetailId, Int32 locationLotDetailId ) : void
DeletePickListResult ( com.Sconit.Entity.MasterData.PickListResult entity ) : void
GetAllPickListResult ( ) : IList
LoadPickListResult ( Int32 id ) : com.Sconit.Entity.MasterData.PickListResult
LoadPickListResult ( Int32 pickListDetailId, Int32 locationLotDetailId ) : com.Sconit.Entity.MasterData.PickListResult
LoadPickListResult ( com pickListDetail, com locationLotDetail ) : com.Sconit.Entity.MasterData.PickListResult
UpdatePickListResult ( com.Sconit.Entity.MasterData.PickListResult entity ) : void

Method Details

PickListResultBaseMgr() public method

public PickListResultBaseMgr ( IPickListResultDao entityDao ) : System
entityDao IPickListResultDao
return System

Property Details

entityDao protected_oe property

protected IPickListResultDao entityDao
return IPickListResultDao