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

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

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

Метод Описание
CheckValidDataRow ( Row row, int startColIndex, int endColIndex ) : bool
ImportMgr ( ICriteriaMgr criteriaMgr, IShiftMgr shiftMgr, IFlowDetailMgr flowDetailMgr, IItemMgr itemMgr, IUomMgr uomMgr, IUomConversionMgr uomConversionMgr, IHuMgr huMgr, IStorageBinMgr storageBinMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, ISupplierMgr supplierMgr, IFlowMgr flowMgr, IOrderMgr orderMgr, IEntityPreferenceMgr entityPreferenceMgr, IItemReferenceMgr itemReferenceMgr ) : System

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

Метод Описание
GetCellStringValue ( Cell cell ) : string
GetColumnIndexToRead_ShipScheduleYFK ( Row row, System.DateTime date ) : int
GetPlanColumnIndexToRead ( Row row, string shiftName, System.DateTime date ) : int
LoadFlowDetailByFlow ( string flowCode, string itemCode, decimal UC ) : FlowDetail
ReadBatchTransferFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user, string flowCode ) : OrderHead
ReadCustomerScheduleFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user, System.DateTime startDate, System.DateTime endDate, string flowCode, string refScheduleNo, bool isItemRef ) : IList
ReadCycleCountFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user, CycleCount cycleCount ) : IList
ReadOrderLocationTransactionFromXls ( Stream inputStream, string orderNo ) : IList
ReadPSModelFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user, string regionCode, string flowCode, System.DateTime date, string shiftCode ) : IList
ReadRollingForecastFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user ) : IList
ReadShipScheduleYFKFromXls ( Stream inputStream, com.Sconit.Entity.MasterData.User user, string planType, string partyCode, string timePeriodType, System.DateTime date ) : IList
ThrowCommonError ( Row row, int colIndex ) : void
ThrowCommonError ( int rowIndex, int colIndex, Cell cell ) : void

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

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

public CheckValidDataRow ( Row row, int startColIndex, int endColIndex ) : bool
row Row
startColIndex int
endColIndex int
Результат bool

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

public ImportMgr ( ICriteriaMgr criteriaMgr, IShiftMgr shiftMgr, IFlowDetailMgr flowDetailMgr, IItemMgr itemMgr, IUomMgr uomMgr, IUomConversionMgr uomConversionMgr, IHuMgr huMgr, IStorageBinMgr storageBinMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, ISupplierMgr supplierMgr, IFlowMgr flowMgr, IOrderMgr orderMgr, IEntityPreferenceMgr entityPreferenceMgr, IItemReferenceMgr itemReferenceMgr ) : System
criteriaMgr ICriteriaMgr
shiftMgr IShiftMgr
flowDetailMgr IFlowDetailMgr
itemMgr IItemMgr
uomMgr IUomMgr
uomConversionMgr IUomConversionMgr
huMgr IHuMgr
storageBinMgr IStorageBinMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
supplierMgr ISupplierMgr
flowMgr IFlowMgr
orderMgr IOrderMgr
entityPreferenceMgr IEntityPreferenceMgr
itemReferenceMgr IItemReferenceMgr
Результат System