C# Class com.Sconit.Service.Report.Yfk.Impl.RepDasAutoAsnMgr

Inheritance: RepTemplate1
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CopyPageValues ( int pageIndex ) : void
GetDataList ( string code ) : IList
RepDasAutoAsnMgr ( String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, ILocationLotDetailMgr locationLotDetailMgr, ILanguageMgr languageMgr, ILocationTransactionMgr locationTranMgr, ICriteriaMgr criteriaMgr, IItemReferenceMgr itemrefMgr, IInProcessLocationMgr inpMgr ) : System

Private Methods

Method Description
FillHead ( com.Sconit.Entity.Distribution.InProcessLocation ip ) : void
FillValuesImpl ( String templateFileName, IList list ) : bool

Method Details

CopyPageValues() public method

public CopyPageValues ( int pageIndex ) : void
pageIndex int
return void

GetDataList() public method

public GetDataList ( string code ) : IList
code string
return IList

RepDasAutoAsnMgr() public method

public RepDasAutoAsnMgr ( String reportTemplateFolder, IOrderHeadMgr orderHeadMgr, ILocationLotDetailMgr locationLotDetailMgr, ILanguageMgr languageMgr, ILocationTransactionMgr locationTranMgr, ICriteriaMgr criteriaMgr, IItemReferenceMgr itemrefMgr, IInProcessLocationMgr inpMgr ) : System
reportTemplateFolder String
orderHeadMgr IOrderHeadMgr
locationLotDetailMgr ILocationLotDetailMgr
languageMgr ILanguageMgr
locationTranMgr ILocationTransactionMgr
criteriaMgr ICriteriaMgr
itemrefMgr IItemReferenceMgr
inpMgr IInProcessLocationMgr
return System