Serialized Form


Package jet.acl.api

Class jet.acl.api.JRSecurityContextException extends java.lang.Exception implements Serializable


Package jet.api

Class jet.api.DesignerErrorException extends java.lang.Exception implements Serializable


Package jet.bean

Class jet.bean.ExcelParameter extends java.lang.Object implements Serializable

Serialized Fields

_wordWrapType

int _wordWrapType
Keep the value of word wrap type.


_isNewExcelLayout

boolean _isNewExcelLayout
Keep the value of whether using "Preserve Report Formatting" option.


_exportShape

boolean _exportShape
Keep the value of whether exporting shape to excel file.


_isBiff8

boolean _isBiff8
Keep the value of whether using "Excel 2000" option.


footer

java.lang.String footer
Keep the String value of print page footer excel file.


header

java.lang.String header
Keep the String value of print page header of excel file.


isPrintGridlines

boolean isPrintGridlines
Keep the value whether show print grid lines when printing excel file.

Class jet.bean.HtmlParameter extends java.lang.Object implements Serializable

Serialized Fields

hasHyperlink

boolean hasHyperlink

hasPageNumber

boolean hasPageNumber

isDhtml

boolean isDhtml

isEmbededCSS

boolean isEmbededCSS

isExportAppletChart

boolean isExportAppletChart

isExportToMultiFiles

boolean isExportToMultiFiles

isForHtmlMail

boolean isForHtmlMail

isIncludeDrillDownFile

boolean isIncludeDrillDownFile

isNoMargin

boolean isNoMargin

URI

java.lang.String URI

isTableFormatHtml

boolean isTableFormatHtml

exportImageType

int exportImageType

isAbsoluteFontSize

boolean isAbsoluteFontSize

browserType

int browserType

resolution

int resolution

overflowType

int overflowType

title

java.lang.String title

url

java.lang.String url

lastPageURL

java.lang.String lastPageURL

isUseExtenalCSSValue

boolean isUseExtenalCSSValue

isUseHtmlTable

boolean isUseHtmlTable

isUseScope

boolean isUseScope

NLSProperties

java.util.Properties NLSProperties

isSect508Html

boolean isSect508Html

exportPageNumberList

int[] exportPageNumberList

exportPageNumberRange

int[][] exportPageNumberRange

isOnlyExportHtmlBody

boolean isOnlyExportHtmlBody

isWriteCSSInline

boolean isWriteCSSInline

isPlsHtml

boolean isPlsHtml
set if export to page level security

Class jet.bean.JRCatalogException extends java.lang.Exception implements Serializable

Serialized Fields

iErrorCode

int iErrorCode
The error code.


strDetail

java.lang.String strDetail
The detail information.

Class jet.bean.JREngine extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class jet.bean.JRResultViewer extends javax.swing.JPanel implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class jet.bean.MailInformation extends java.lang.Object implements Serializable

serialVersionUID: 20051119L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

archiveCompress

boolean archiveCompress

htmlParameter

HtmlParameter htmlParameter

htmlParameters

java.util.Hashtable<K,V> htmlParameters

textParameters

java.util.Hashtable<K,V> textParameters

textParameter

TextParameter textParameter

pdfParameter

PDFParameter pdfParameter

psParameter

PSParameter psParameter

rtfParameter

RtfParameter rtfParameter

xmlParameter

XmlParameter xmlParameter

excelParameter

ExcelParameter excelParameter

formats

boolean[] formats

precises

int[] precises

fileNames

java.lang.String[] fileNames

fileNamesFmt

java.lang.String[] fileNamesFmt

encoding

java.lang.String encoding

rstAsCompressed

boolean rstAsCompressed

maxSize

long maxSize

folder

java.lang.String folder

name

java.lang.String name

url

java.lang.String url

bSendNotice

boolean bSendNotice

isMailSend

boolean isMailSend

isAuthencator

boolean isAuthencator

others

java.util.Vector<E> others

nameFmt

java.lang.String nameFmt

Class jet.bean.PDFParameter extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream input)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream output)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

noMargin

boolean noMargin
Variable of Old Export parameters


isSimPrintMode

boolean isSimPrintMode

imageCompressRatio

int imageCompressRatio

hasToc

boolean hasToc

hasDrill

boolean hasDrill

pages

int[] pages

pageRange

int[][] pageRange

maxSizeOfOneFile

int maxSizeOfOneFile

maxPageOfOneFile

int maxPageOfOneFile

transparent

boolean transparent

hasEncryption

boolean hasEncryption
Variable Of Encryption


strength128Bits

boolean strength128Bits

permissions

int permissions

hasSignature

boolean hasSignature
Variable Of Digital Signature


digitalIDValues

byte[] digitalIDValues

signatureMethod

int signatureMethod

reason

java.lang.String reason

location

java.lang.String location

contact

java.lang.String contact

Class jet.bean.PSParameter extends java.lang.Object implements Serializable

Serialized Fields

noMargin

boolean noMargin

Class jet.bean.RtfParameter extends java.lang.Object implements Serializable

Serialized Fields

noMargin

boolean noMargin

isRtfFlow

boolean isRtfFlow

Class jet.bean.TextParameter extends java.lang.Object implements Serializable

Serialized Fields

isNormal

boolean isNormal

hasHeadFoot

boolean hasHeadFoot

isCompress

boolean isCompress

forWin

boolean forWin

resolution

int resolution

isMail

boolean isMail

delimiter

char delimiter

isRepeat

boolean isRepeat

useQuoteMark

boolean useQuoteMark

useDelimiter

boolean useDelimiter

udchWidth

int udchWidth

udchHeight

int udchHeight

Class jet.bean.XmlParameter extends java.lang.Object implements Serializable

Serialized Fields

xmlFileName

java.lang.String xmlFileName

schemaFile

java.lang.String schemaFile

isOnlyData

boolean isOnlyData

Package jet.controls

Class jet.controls.PropertyOutofRangeException extends java.lang.RuntimeException implements Serializable


Package jet.datasource

Class jet.datasource.JRUserDataSourceException extends java.sql.SQLException implements Serializable


Package jet.exception

Class jet.exception.JURLExecuterException extends java.lang.Exception implements Serializable