All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.edx.EDXPrintJob
java.lang.Object
   |
   +----bmsi.edx.EDXPrintJob

  Summary

public class  EDXPrintJob
     extends java.lang.Object
{
          // Fields 1
     public boolean abortDialog;

          // Constructors 1
     public EDXPrintJob(EDXServletRequest, String, int);

          // Methods 7
     public int getLinesize();
     public synchronized OutputStream getOutputStream() throws IOException;
     public int getPagesize();
     public String getPrinter();
     public String getTitle();
     public void selprtr() throws IOException;
     public void setPrinter(String);
}

Traditional BMS user interface elements for printing in the EDX environment.

	EDXPrintJob pjob = new EDXPrintJob(req,"Aged Receivables",132);
	PrintWriter wtr = new PrintWriter(pjob.getOutputStream(),true);

Author:
Stuart D. Gathman Copyright (C) 2000 Business Management Systems, Inc.




  Fields

· abortDialog

Summary  |  Top

   public boolean abortDialog


  Constructors

· EDXPrintJob

Summary  |  Top

   public EDXPrintJob(EDXServletRequest req, 
                      String title, 
                      int linesize) 

Create an EDXPrintjob.

Parameter Description
req The EDXServletRequest associated with this printjob
title The title of the report
linesize The width of the report



  Methods

· selprtr

Summary  |  Top
   public void selprtr()  throws IOException

Select the printer for the job using the traditional BMS interface.



· getPagesize

Summary  |  Top
   public int getPagesize() 

Pagesize of printer.



· getPrinter

Summary  |  Top
   public String getPrinter() 

EDX Printer name.



· setPrinter

Summary  |  Top
   public void setPrinter(String name) 

Set the EDX printer to use. If the printer does not exist, then getOutputStream() will go to the screen.



· getTitle

Summary  |  Top
   public String getTitle() 

Report Title.



· getLinesize

Summary  |  Top
   public int getLinesize() 

Line size of printer.



· getOutputStream

Summary  |  Top
   public synchronized OutputStream getOutputStream()  throws IOException


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7