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

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

Public Methods

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

Protected Methods

Method Description
Serialize ( object obj ) : object

Private Methods

Method Description
ConvertList ( IList list, DssOutboundControl dssOutboundControl ) : IList
ExtractOutboundData ( DssOutboundControl dssOutboundControl ) : IList
GetOutboundData ( DssExportHistory dssExportHistory ) : object

Method Details

IsssoOutboundMgr() public method

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

Serialize() protected method

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