C# Class com.Sconit.Service.MasterData.Impl.ImportMgr

Inheritance: IImportMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CheckValidDataRow() public méthode

public CheckValidDataRow ( Row row, int startColIndex, int endColIndex ) : bool
row Row
startColIndex int
endColIndex int
Résultat bool

ImportMgr() public méthode

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
Résultat System