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

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

Protected Properties

Property Type Description
entityDao IItemFlowPlanDao

Public Methods

Method Description
ItemFlowPlanBaseMgr ( IItemFlowPlanDao entityDao ) : System

Private Methods

Method Description
CreateItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void
DeleteItemFlowPlan ( IList pkList ) : void
DeleteItemFlowPlan ( IList entityList ) : void
DeleteItemFlowPlan ( Int32 id ) : void
DeleteItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void
GetAllItemFlowPlan ( ) : IList
LoadItemFlowPlan ( Int32 id ) : com.Sconit.Entity.Procurement.ItemFlowPlan
UpdateItemFlowPlan ( com.Sconit.Entity.Procurement.ItemFlowPlan entity ) : void

Method Details

ItemFlowPlanBaseMgr() public method

public ItemFlowPlanBaseMgr ( IItemFlowPlanDao entityDao ) : System
entityDao IItemFlowPlanDao
return System

Property Details

entityDao protected property

protected IItemFlowPlanDao entityDao
return IItemFlowPlanDao