C# 클래스 com.Sconit.Service.MasterData.Impl.FlowDetailMgr

상속: FlowDetailBaseMgr, IFlowDetailMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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