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 |
|
|