public class BBJasperPrintServiceExporter extends BBJasperExporter
Provides for print service export operations
AUX_FILES_DIR$, CLIENT_FILE_NAME_PROPERTY$ | Constructor and Description |
|---|
BBJasperPrintServiceExporter()Constructor Creates a empty BBJasperPrintServiceExporter object |
| Modifier and Type | Method and Description |
|---|---|
void | addPrintAttribute(javax.print.attribute.PrintRequestAttribute p_printRequestAttribute!)addPrintAttribute Adds a print attribute |
static BBjNumber | checkAvailablePrinters(BBjNumber p_onClient)checkAvailablePrinters Determines if there are avialable printers |
Set | getClientPrintRequestAttributeSet()getClientPrintRequestAttributeSet Returns the client print request attribute set |
BBjString | getPrinterName()getPrinterName Returns the printer name |
Set | getPrintRequestAttributeSet()getPrintRequestAttributeSet Returns the print request attribute set |
void | setChromaticity(BBJasperPrintChromaticity p_bbjasperPrintChromaticity!)setChromaticity Sets the chromaticity |
void | setCopies(BBjNumber p_copies)setCopies Sets the number of copies |
void | setJobName(BBjString p_jobName$)setJobName Sets the job name |
void | setJobPriority(BBjNumber p_jobPriority)setJobPriority Sets the job priority |
void | setMediaSizeName(BBJasperPrintMediaSizeName p_bbjasperPrintMediaSizeName!)setMediaSizeName Sets the media size name |
void | setMediaTray(BBJasperPrintMediaTray p_bbjasperPrintMediaTray!)setMediaTray Sets the media tray |
void | setOrientation(BBJasperPrintOrientation p_bbjasperPrintOrientation!)setOrientation Sets the orientation |
void | setPageRange(BBjNumber p_startPage, BBjNumber p_endPage)setPageRange Sets the page range |
void | setPrinterName(BBjString p_printerName$)setPrinterName Sets the printer name |
void | setPrintQuality(BBJasperPrintQuality p_bbjasperPrintQuality!)setPrintQuality Sets the print quality |
void | setSides(BBJasperPrintSides p_bbjasperPrintSides!)setSides Sets the sides |
void | setUserName(BBjString p_userName$)setUserName Sets the user name |
getParameter, getParameters, setCharacterEncoding, setEndPageIndex, setPageIndex, setParameter, setReportConfiguration, setReportConfiguration, setStartPageIndex public BBJasperPrintServiceExporter()
Constructor Creates a empty BBJasperPrintServiceExporter object
public void addPrintAttribute(javax.print.attribute.PrintRequestAttribute p_printRequestAttribute!)
addPrintAttribute Adds a print attribute
p_printRequestAttribute! PrintRequestAttribute object that contains print attribute informationpublic static BBjNumber checkAvailablePrinters(BBjNumber p_onClient)checkAvailablePrinters Determines if there are avialable printers
p_onClient Specifies if the client (1) or server (0) should be checked for avialable printers 23.0public Set getClientPrintRequestAttributeSet()getClientPrintRequestAttributeSet Returns the client print request attribute set
public BBjString getPrinterName()getPrinterName Returns the printer name
public Set getPrintRequestAttributeSet()getPrintRequestAttributeSet Returns the print request attribute set
public void setChromaticity(BBJasperPrintChromaticity p_bbjasperPrintChromaticity!)setChromaticity Sets the chromaticity
p_bbjasperPrintChromaticity! BBJasperPrintChromaticity object that contains chromaticity informationpublic void setCopies(BBjNumber p_copies)
setCopies Sets the number of copies
p_copies Number of copiespublic void setJobName(BBjString p_jobName$)
setJobName Sets the job name
p_jobName$ Job namepublic void setJobPriority(BBjNumber p_jobPriority)
setJobPriority Sets the job priority
p_jobPriority Job prioritypublic void setMediaSizeName(BBJasperPrintMediaSizeName p_bbjasperPrintMediaSizeName!)setMediaSizeName Sets the media size name
p_bbjasperPrintMediaSizeName! BBJasperPrintMediaSizeName object that contains media size name informationpublic void setMediaTray(BBJasperPrintMediaTray p_bbjasperPrintMediaTray!)setMediaTray Sets the media tray
p_bbjasperPrintMediaTray! BBJasperPrintMediaTray object that contains media tray informationpublic void setOrientation(BBJasperPrintOrientation p_bbjasperPrintOrientation!)setOrientation Sets the orientation
p_bbjasperPrintOrientation! BBJasperPrintOrientation object that contains orientation informationpublic void setPageRange(BBjNumber p_startPage, BBjNumber p_endPage)
setPageRange Sets the page range
p_startPage Starting pagep_endPage Ending pagepublic void setPrinterName(BBjString p_printerName$)
setPrinterName Sets the printer name
p_printerName$ Printer namepublic void setPrintQuality(BBJasperPrintQuality p_bbjasperPrintQuality!)setPrintQuality Sets the print quality
p_bbjasperPrintQuality! BBJasperPrintQuality object that contains print quailty informationpublic void setSides(BBJasperPrintSides p_bbjasperPrintSides!)setSides Sets the sides
p_bbjasperPrintSides! BBJasperPrintSides object that contains print sides informationpublic void setUserName(BBjString p_userName$)
setUserName Sets the user name
p_userName$ User name