C# Class com.Sconit.Service.Procurement.Impl.ItemFlowPlanTrackBaseMgr

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

Protected Properties

Property Type Description
entityDao IItemFlowPlanTrackDao

Public Methods

Method Description
ItemFlowPlanTrackBaseMgr ( IItemFlowPlanTrackDao entityDao ) : System

Private Methods

Method Description
CreateItemFlowPlanTrack ( ItemFlowPlanTrack entity ) : void
DeleteItemFlowPlanTrack ( IList pkList ) : void
DeleteItemFlowPlanTrack ( IList entityList ) : void
DeleteItemFlowPlanTrack ( Int32 id ) : void
DeleteItemFlowPlanTrack ( ItemFlowPlanTrack entity ) : void
GetAllItemFlowPlanTrack ( ) : IList
LoadItemFlowPlanTrack ( Int32 id ) : ItemFlowPlanTrack
UpdateItemFlowPlanTrack ( ItemFlowPlanTrack entity ) : void

Method Details

ItemFlowPlanTrackBaseMgr() public method

public ItemFlowPlanTrackBaseMgr ( IItemFlowPlanTrackDao entityDao ) : System
entityDao IItemFlowPlanTrackDao
return System

Property Details

entityDao protected property

protected IItemFlowPlanTrackDao entityDao
return IItemFlowPlanTrackDao