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

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

Public Methods

Method Description
PoBillTransactionOutboundMgr ( INumberControlMgr numberControlMgr, IDssExportHistoryMgr dssExportHistoryMgr, ICriteriaMgr criteriaMgr, IDssOutboundControlMgr dssOutboundControlMgr, IDssObjectMappingMgr dssObjectMappingMgr, IOrderHeadMgr orderHeadMgr, 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
GetIpNo ( string receiptNo ) : string
GetKeyCode ( DssExportHistory dssExportHistory, string receiptNo ) : string
GetLoctransInfo ( DssExportHistory dssExportHistory ) : void
GetLoctransInfo ( DssExportHistory dssExportHistory, bool isReject ) : void
GetOutboundData ( DssExportHistory dssExportHistory ) : object

Method Details

PoBillTransactionOutboundMgr() public method

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

Serialize() protected method

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