C# 클래스 com.Sconit.Service.MasterData.Impl.ImportMgr

상속: IImportMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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