C# Class com.Sconit.Service.EDI.Impl.EDIMgr

Inheritance: SessionBase, IEDIMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityPreferenceMgr IEntityPreferenceMgr
flowMgr IFlowMgr
genericMgr IGenericMgr
orderMgr IOrderMgr

Public Methods

Method Description
EDIMgr ( IGenericMgr genericMgr, INumberControlMgr numberControlMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr, IOrderMgr orderMgr ) : System
ReadCSV ( string filePathName ) : List
RunBat ( ) : void

Private Methods

Method Description
CreateTemp_FORD_EDI ( TEMP_FORD_EDI_830 fistEntity, string lineData, string fileName, string userName ) : void
GetLineDataValue ( string lineData, int colIndex ) : string
ImportEDIFile ( string fileName, string bakFile, com.Sconit.Entity.MasterData.User user ) : void
LoadEDI ( com.Sconit.Entity.MasterData.User user ) : void
ProcessPath ( string &path ) : void
ReadEDIFordPlanASN ( ) : void
ShipEDIFordPlan ( List shipEDIFordPlanList, string currentUserCode, com.Sconit.Entity.MasterData.Flow currentFlow ) : void
TransformationPlan ( com.Sconit.Entity.MasterData.User user ) : void
WriteCSV ( string filePathName, bool append, List writeList ) : void

Method Details

EDIMgr() public method

public EDIMgr ( IGenericMgr genericMgr, INumberControlMgr numberControlMgr, IEntityPreferenceMgr entityPreferenceMgr, IFlowMgr flowMgr, IOrderMgr orderMgr ) : System
genericMgr IGenericMgr
numberControlMgr INumberControlMgr
entityPreferenceMgr IEntityPreferenceMgr
flowMgr IFlowMgr
orderMgr IOrderMgr
return System

ReadCSV() public static method

public static ReadCSV ( string filePathName ) : List
filePathName string
return List

RunBat() public method

public RunBat ( ) : void
return void

Property Details

entityPreferenceMgr protected_oe property

protected IEntityPreferenceMgr entityPreferenceMgr
return IEntityPreferenceMgr

flowMgr protected_oe property

protected IFlowMgr flowMgr
return IFlowMgr

genericMgr protected_oe property

protected IGenericMgr genericMgr
return IGenericMgr

orderMgr protected_oe property

protected IOrderMgr orderMgr
return IOrderMgr