C# Класс com.Sconit.Service.MasterData.Impl.FlowDetailMgr

Наследование: FlowDetailBaseMgr, IFlowDetailMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
FlowDetailMgr ( IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr ) : System

Приватные методы

Метод Описание
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

Описание методов

FlowDetailMgr() публичный Метод

public FlowDetailMgr ( IFlowDetailDao entityDao, IFlowDao flowDao, ICriteriaMgr criteriaMgr, IFlowDetailTrackMgr flowDetailTrackMgr ) : System
entityDao IFlowDetailDao
flowDao IFlowDao
criteriaMgr ICriteriaMgr
flowDetailTrackMgr IFlowDetailTrackMgr
Результат System