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

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

Protected Properties

Property Type Description
entityDao IItemFlowPlanDetailDao

Public Methods

Method Description
ItemFlowPlanDetailBaseMgr ( IItemFlowPlanDetailDao entityDao ) : System

Private Methods

Method Description
CreateItemFlowPlanDetail ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail entity ) : void
DeleteItemFlowPlanDetail ( IList pkList ) : void
DeleteItemFlowPlanDetail ( IList entityList ) : void
DeleteItemFlowPlanDetail ( Int32 id ) : void
DeleteItemFlowPlanDetail ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail entity ) : void
GetAllItemFlowPlanDetail ( ) : IList
LoadItemFlowPlanDetail ( Int32 id ) : com.Sconit.Entity.Procurement.ItemFlowPlanDetail
UpdateItemFlowPlanDetail ( com.Sconit.Entity.Procurement.ItemFlowPlanDetail entity ) : void

Method Details

ItemFlowPlanDetailBaseMgr() public method

public ItemFlowPlanDetailBaseMgr ( IItemFlowPlanDetailDao entityDao ) : System
entityDao IItemFlowPlanDetailDao
return System

Property Details

entityDao protected property

protected IItemFlowPlanDetailDao entityDao
return IItemFlowPlanDetailDao