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

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

Protected Properties

Property Type Description
entityDao IFlowDao

Public Methods

Method Description
FlowBaseMgr ( IFlowDao entityDao ) : System

Private Methods

Method Description
CreateFlow ( com.Sconit.Entity.MasterData.Flow entity ) : void
DeleteFlow ( com.Sconit.Entity.MasterData.Flow entity ) : void
DeleteFlow ( IList entityList ) : void
DeleteFlow ( IList pkList ) : void
DeleteFlow ( String code ) : void
GetAllFlow ( ) : IList
GetAllFlow ( bool includeInactive ) : IList
LoadFlow ( String code ) : com.Sconit.Entity.MasterData.Flow
UpdateFlow ( com.Sconit.Entity.MasterData.Flow entity ) : void

Method Details

FlowBaseMgr() public method

public FlowBaseMgr ( IFlowDao entityDao ) : System
entityDao IFlowDao
return System

Property Details

entityDao protected property

protected IFlowDao entityDao
return IFlowDao