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

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

Public Methods

Method Description
RctwoOutboundMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, IOrderHeadMgr orderHeadMgr, ILocationMgr locationMgr ) : System

Protected Methods

Method Description
ExtractOutboundData ( DssOutboundControl dssOutboundControl ) : IList
GetOutboundData ( DssExportHistory dssExportHistory ) : object
Serialize ( object obj ) : object

Private Methods

Method Description
GetLocationTransaction ( int mark ) : IList
GetOrderLocationTransaction ( List orderNoList ) : IList
GetVirRctWo ( List orderDetIdList ) : IList

orderdetid大于2000分段 djin 2013 11 07

GetVirtualRCTWO ( List orderDetIdList ) : IList
GroupData ( IList locTrans, DssOutboundControl dssOutboundControl, System.DateTime effectiveDate ) : IList
GroupSingleDssExportHistory ( IList fgLocTrans, IList rmLocTrans, DssOutboundControl dssOutboundControl, System.DateTime effectiveDate ) : IList
GroupSingleDssExportHistoryDetail ( List orderDetIdList, IList rmLocTrans, DssOutboundControl dssOutboundControl, System.DateTime effectiveDate, Dictionary orderdet, string fcol ) : IList
getPartTo ( string location, string partyTo, string refLoc, string>.Dictionary refDic ) : string

Method Details

ExtractOutboundData() protected method

protected ExtractOutboundData ( DssOutboundControl dssOutboundControl ) : IList
dssOutboundControl DssOutboundControl
return IList

GetOutboundData() protected method

protected GetOutboundData ( DssExportHistory dssExportHistory ) : object
dssExportHistory com.Sconit.Entity.Dss.DssExportHistory
return object

RctwoOutboundMgr() public method

public RctwoOutboundMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, IOrderHeadMgr orderHeadMgr, ILocationMgr locationMgr ) : System
numberControlMgr INumberControlMgr
dssExportHistoryMgr IDssExportHistoryMgr
criteriaMgr ICriteriaMgr
dssOutboundControlMgr IDssOutboundControlMgr
dssObjectMappingMgr IDssObjectMappingMgr
orderHeadMgr IOrderHeadMgr
locationMgr ILocationMgr
return System

Serialize() protected method

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