C# Class com.Sconit.Service.Dss.Impl.UnpOutboundBaseMgr

Inheritance: AbstractOutboundMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
UnpOutboundBaseMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, IMiscOrderMgr miscOrderMgr, ILocationMgr locationMgr ) : System

Protected Methods

Method Description
ConvertList ( IList list, DssOutboundControl dssOutboundControl ) : IList
ConvertList ( IList list, DssOutboundControl dssOutboundControl, bool isFLag ) : IList

ISS-UNP 计划外出库

Serialize ( object obj ) : object

Private Methods

Method Description
GetAccount ( DssExportHistory dssExportHistory ) : void
GetOutboundData ( DssExportHistory dssExportHistory ) : object

Method Details

ConvertList() protected method

protected ConvertList ( IList list, DssOutboundControl dssOutboundControl ) : IList
list IList
dssOutboundControl DssOutboundControl
return IList

ConvertList() protected method

ISS-UNP 计划外出库
protected ConvertList ( IList list, DssOutboundControl dssOutboundControl, bool isFLag ) : IList
list IList
dssOutboundControl DssOutboundControl
isFLag bool
return IList

Serialize() protected method

protected Serialize ( object obj ) : object
obj object
return object

UnpOutboundBaseMgr() public method

public UnpOutboundBaseMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, IMiscOrderMgr miscOrderMgr, ILocationMgr locationMgr ) : System
numberControlMgr INumberControlMgr
dssExportHistoryMgr IDssExportHistoryMgr
criteriaMgr ICriteriaMgr
dssOutboundControlMgr IDssOutboundControlMgr
dssObjectMappingMgr IDssObjectMappingMgr
commonOutboundMgr ICommonOutboundMgr
miscOrderMgr IMiscOrderMgr
locationMgr ILocationMgr
return System