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

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

Public Methods

Method Description
RcttrOutboundMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, ILocationTransactionMgr locationTransactionMgr, ILocationMgr locationMgr ) : System

Protected Methods

Method Description
GetOutboundData ( DssExportHistory dssExportHistory ) : object
Serialize ( object obj ) : object

Private Methods

Method Description
ExtractOutboundData ( DssOutboundControl dssOutboundControl ) : IList
GetInpLocationTransaction ( int mark ) : IList
GetIssTr ( List orderDetIdList ) : IList
GetIssUnpLocationTransaction ( int mark, DssOutboundControl outCon ) : IList
GetRctTrLocationTransaction ( int mark, string tranType ) : IList
GroupData ( IList list, DssOutboundControl dssOutboundControl ) : IList
ProcessRctInp ( IList inpTr ) : IList
ProcessRctTr ( IList list, DssOutboundControl dssOutboundControl ) : void

Method Details

GetOutboundData() protected method

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

RcttrOutboundMgr() public method

public RcttrOutboundMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, ILocationTransactionMgr locationTransactionMgr, ILocationMgr locationMgr ) : System
numberControlMgr INumberControlMgr
dssExportHistoryMgr IDssExportHistoryMgr
criteriaMgr ICriteriaMgr
dssOutboundControlMgr IDssOutboundControlMgr
dssObjectMappingMgr IDssObjectMappingMgr
commonOutboundMgr ICommonOutboundMgr
locationTransactionMgr ILocationTransactionMgr
locationMgr ILocationMgr
return System

Serialize() protected method

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