C# Class com.Sconit.Service.Report.Yfgm.Impl.RepProductionMgr

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

Public Methods

Method Description
CopyPageValues ( int pageIndex ) : void
GetDataList ( string code ) : IList
RepProductionMgr ( String reportTemplateFolder, String barCodeFontName, short barCodeFontSize, IOrderHeadMgr orderHeadMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IFlowMgr flowMgr ) : System
getPageCount ( int firstPageDetailRowCount, int noFirstPageDetailRowCount, int resultCount ) : int

Protected Methods

Method Description
FillFooter ( int pageIndex, OrderHead orderHead ) : void
FillHead ( int pageIndex, OrderHead orderHead, IList orderDetails ) : void

Private Methods

Method Description
FillValues ( String templateFileName, IList list ) : bool

Method Details

CopyPageValues() public method

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

FillFooter() protected method

protected FillFooter ( int pageIndex, OrderHead orderHead ) : void
pageIndex int
orderHead com.Sconit.Entity.MasterData.OrderHead
return void

FillHead() protected method

protected FillHead ( int pageIndex, OrderHead orderHead, IList orderDetails ) : void
pageIndex int
orderHead com.Sconit.Entity.MasterData.OrderHead
orderDetails IList
return void

GetDataList() public method

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

RepProductionMgr() public method

public RepProductionMgr ( String reportTemplateFolder, String barCodeFontName, short barCodeFontSize, IOrderHeadMgr orderHeadMgr, IOrderLocationTransactionMgr orderLocationTransactionMgr, IFlowMgr flowMgr ) : System
reportTemplateFolder String
barCodeFontName String
barCodeFontSize short
orderHeadMgr IOrderHeadMgr
orderLocationTransactionMgr IOrderLocationTransactionMgr
flowMgr IFlowMgr
return System

getPageCount() public method

public getPageCount ( int firstPageDetailRowCount, int noFirstPageDetailRowCount, int resultCount ) : int
firstPageDetailRowCount int
noFirstPageDetailRowCount int
resultCount int
return int