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

Inheritance: FlowDetailBaseMgr, IFlowDetailMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
FlowDetailMgr ( IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr ) : System

Private Methods

Method Description
CreateFlowDetail ( FlowDetail entity ) : void
DeleteFlowDetail ( FlowDetail entity ) : void
DeleteFlowDetail ( int id ) : void
GetAllFlowDetailItem ( string flowCode ) : IList
GetFlowDetail ( com.Sconit.Entity.MasterData.Flow flow ) : IList
GetFlowDetail ( com.Sconit.Entity.MasterData.Flow flow, bool includeRefDetail ) : IList
GetFlowDetail ( string flowCode ) : IList
GetFlowDetail ( string flowCode, bool includeRefDetail ) : IList
GetFlowDetailByItem ( string flowCode, string itemCode, string locationFromCode, string locationToCode ) : FlowDetail
GetFlowDetailBySeq ( string flowCode, int seq ) : FlowDetail
LoadFlowDetail ( string flowCode, string itemCode, int seq ) : FlowDetail
UpdateFlowDetail ( FlowDetail entity ) : void

Method Details

FlowDetailMgr() public method

public FlowDetailMgr ( IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr ) : System
entityDao IFlowDetailDao
flowDao IFlowDao
criteriaMgr ICriteriaMgr
flowDetailTrackMgr IFlowDetailTrackMgr
return System