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

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

Protected Properties

Property Type Description
entityDao IFlowPlanDao

Public Methods

Method Description
FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System

Private Methods

Method Description
CreateFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( FlowPlan entity ) : void
DeleteFlowPlan ( IList entityList ) : void
DeleteFlowPlan ( IList pkList ) : void
DeleteFlowPlan ( Int32 id ) : void
GetAllFlowPlan ( ) : IList
LoadFlowPlan ( Int32 id ) : FlowPlan
UpdateFlowPlan ( FlowPlan entity ) : void

Method Details

FlowPlanBaseMgr() public method

public FlowPlanBaseMgr ( IFlowPlanDao entityDao ) : System
entityDao IFlowPlanDao
return System

Property Details

entityDao protected_oe property

protected IFlowPlanDao entityDao
return IFlowPlanDao