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

Inheritance: ReportBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
FillFooter ( int pageIndex, OrderHead orderHead ) : void
FillHead ( int pageIndex, OrderHead orderHead, IList orderDetails ) : void

Private Methods

Méthode Description
FillValues ( String templateFileName, IList list ) : bool

Method Details

CopyPageValues() public méthode

public CopyPageValues ( int pageIndex ) : void
pageIndex int
Résultat void

FillFooter() protected méthode

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

FillHead() protected méthode

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

GetDataList() public méthode

public GetDataList ( string code ) : IList
code string
Résultat IList

RepProductionMgr() public méthode

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
Résultat System

getPageCount() public méthode

public getPageCount ( int firstPageDetailRowCount, int noFirstPageDetailRowCount, int resultCount ) : int
firstPageDetailRowCount int
noFirstPageDetailRowCount int
resultCount int
Résultat int