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

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

Public Methods

Method Description
SoBillOutboundBaseMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, ILocationMgr locationMgr, IBillMgr billMgr, ISqlHelperDao sqlHelperDao ) : System

Private Methods

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

Method Details

SoBillOutboundBaseMgr() public method

public SoBillOutboundBaseMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, ICommonOutboundMgr commonOutboundMgr, ILocationMgr locationMgr, IBillMgr billMgr, ISqlHelperDao sqlHelperDao ) : System
numberControlMgr INumberControlMgr
dssExportHistoryMgr IDssExportHistoryMgr
criteriaMgr ICriteriaMgr
dssOutboundControlMgr IDssOutboundControlMgr
dssObjectMappingMgr IDssObjectMappingMgr
commonOutboundMgr ICommonOutboundMgr
locationMgr ILocationMgr
billMgr IBillMgr
sqlHelperDao ISqlHelperDao
return System