Method |
Description |
|
CheckAndLoadFlow ( string code ) : com.Sconit.Entity.MasterData.Flow |
|
|
CheckAndLoadFlow ( string code, bool includeFlowDetail ) : com.Sconit.Entity.MasterData.Flow |
|
|
CheckAndLoadFlow ( string code, bool includeFlowDetail, bool includeRefDetail ) : com.Sconit.Entity.MasterData.Flow |
|
|
CheckAndLoadFlowView ( string flowCode, string userCode, string locationFromCode, string locationToCode, com.Sconit.Entity.MasterData.Hu hu, List flowTypes ) : FlowView |
|
|
CreateFlow ( com.Sconit.Entity.MasterData.Flow flow ) : void |
|
|
DeleteFlow ( string flowCode ) : void |
|
|
FindWinTime ( com.Sconit.Entity.MasterData.Flow flow, System.DateTime date ) : IList |
|
|
FindWinTime ( string flowCode, System.DateTime date ) : IList |
|
|
GetAllFlow ( System.DateTime lastModifyDate, int firstRow, int maxRows ) : IList |
|
|
GetAllFlow ( string userCode ) : IList |
|
|
GetAllProductionFlow ( ) : IList |
|
|
GetBatchFeedBomDetail ( com.Sconit.Entity.MasterData.Flow flow ) : IList |
|
|
GetBatchFeedBomDetail ( string flowCode ) : IList |
|
|
GetCustomerGoodsFlow ( string userCode ) : IList |
|
|
GetCustomerGoodsFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetDistributionFlow ( string userCode ) : IList |
|
|
GetDistributionFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetFlow ( string flowType, string userCode, string specifiedType, string partyAuthrizeOpt ) : IList |
|
|
GetFlow ( string flowType, string userCode, string specifiedType, string partyAuthrizeOpt, bool includeInactive ) : IList |
|
|
GetFlow ( string flowType, string userCode, string specifiedType, string partyAuthrizeOpt, bool includeInactive, string flowStrategy ) : IList |
|
|
GetFlowList ( string userCode, bool includeProcurement, bool includeDistribution, bool includeTransfer, bool includeProduction, bool includeCustomerGoods, bool includeSubconctracting, string partyAuthrizeOpt ) : IList |
|
|
GetFlows ( string locationFromCode, string locationToCode, bool allowCreateDetail, string userCode, List flowTypes ) : IList |
|
|
GetFlows ( string flowCode, string locationFromCode, string locationToCode, bool allowCreateDetail, string userCode, List flowTypes ) : IList |
|
|
GetMRPFlow ( string userCode ) : IList |
|
|
GetProcurementFlow ( string userCode ) : IList |
|
|
GetProcurementFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetProcurementFlow ( string userCode, string partyAuthrizeOpt ) : IList |
|
|
GetProductionFlow ( string userCode ) : IList |
|
|
GetProductionFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetProductionFlow ( string userCode, bool includeInactive, string flowStrategy ) : IList |
|
|
GetSubconctractingFlow ( string userCode ) : IList |
|
|
GetSubconctractingFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetTransferFlow ( string userCode ) : IList |
|
|
GetTransferFlow ( string userCode, bool includeInactive ) : IList |
|
|
GetTransferFlow ( string userCode, string partyAuthrizeOpt ) : IList |
|
|
LoadFlow ( string code, bool includeFlowDetail ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlow ( string code, bool includeFlowDetail, bool includeRefDetail ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlow ( string flowCode, string userCode ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlow ( string flowCode, string userCode, bool includeFlowDetail ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlow ( string flowCode, string userCode, bool includeFlowDetail, string moduleType ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlowByDesc ( string flowDesc ) : com.Sconit.Entity.MasterData.Flow |
|
|
LoadFlowView ( string flowCode, string userCode, string locationFromCode, string locationToCode, com.Sconit.Entity.MasterData.Hu hu, List flowTypes ) : FlowView |
|
|
ParseWinTime ( string winTime ) : IList |
|
|
UpdateFlow ( com.Sconit.Entity.MasterData.Flow flow, bool isTrack ) : void |
|
|