Serialized Form


Package ar.com.fdvs.dj.core

Class ar.com.fdvs.dj.core.CoreException extends RuntimeException implements Serializable

serialVersionUID: -5674432237257954632L

Class ar.com.fdvs.dj.core.DJException extends CoreException implements Serializable

serialVersionUID: 2882998510543544480L


Package ar.com.fdvs.dj.core.layout

Class ar.com.fdvs.dj.core.layout.LayoutException extends CoreException implements Serializable

serialVersionUID: 779839418417884495L


Package ar.com.fdvs.dj.core.registration

Class ar.com.fdvs.dj.core.registration.EntitiesRegistrationException extends CoreException implements Serializable

serialVersionUID: -2331402212995767633L


Package ar.com.fdvs.dj.domain

Class ar.com.fdvs.dj.domain.AutoText extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

alignment

HorizontalBandAlignment alignment

type

byte type

position

byte position

messageKey

String messageKey

pattern

byte pattern

height

Integer height

style

Style style

width

Integer width

width2

Integer width2
For autotexts that consists in two parts (like: "page x of y" and "x / y").
These autotext are compound by 2 text-fields with different render time (one is immediate, the other generally "time-report")
The first part is the "immediate" second part is the "y" (time-report)
width2 defines how width is the second part. This is for fine tuning of the layout. depending on the size of report the total pages can be a small or big number, making this width wide enough should prevent the text to override the space given


fixedWith

boolean fixedWith
tells if the API can modify the with if needed


printWhenExpression

BooleanExpression printWhenExpression

Class ar.com.fdvs.dj.domain.BooleanExpression extends Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.ColumnOperation extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

value

String value

Class ar.com.fdvs.dj.domain.ColumnProperty extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

String property

valueClassName

String valueClassName

fieldProperties

PropertiesMap fieldProperties

Class ar.com.fdvs.dj.domain.DJBaseElement extends Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.DJCalculation extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.DJChart extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

type

byte type
Deprecated. 

columnsGroup

DJGroup columnsGroup
Deprecated. 

columns

List<E> columns
Deprecated. 
List


operation

byte operation
Deprecated. 

chartOptions

DJChartOptions chartOptions
Deprecated. 

Class ar.com.fdvs.dj.domain.DJChartColors extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.DJChartOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

backColor

Color backColor
Deprecated. 

height

int height
Deprecated. 

width

int width
Deprecated. 

centered

boolean centered
Deprecated. 

position

byte position
Deprecated. 

y

int y
Deprecated. 

x

int x
Deprecated. 

showLegend

boolean showLegend
Deprecated. 

showLabels

boolean showLabels
Deprecated. 

border

byte border
Deprecated. 

colors

List<E> colors
Deprecated. 

useColumnsAsCategorie

boolean useColumnsAsCategorie
Deprecated. 

Class ar.com.fdvs.dj.domain.DJCrosstab extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

rows

List<E> rows

columns

List<E> columns

measures

List<E> measures

caption

DJLabel caption

height

int height

width

int width

bottomSpace

int bottomSpace

topSpace

int topSpace

useFullWidth

boolean useFullWidth
if true, the width will be the page width - margins


datasource

DJDataSource datasource

mainHeaderTitle

String mainHeaderTitle

automaticTitle

boolean automaticTitle

headerStyle

Style headerStyle
Default styles, can be overwritten by the column and row objects


columnHeaderStyle

Style columnHeaderStyle

columnTotalheaderStyle

Style columnTotalheaderStyle

columnTotalStyle

Style columnTotalStyle

rowHeaderStyle

Style rowHeaderStyle

rowTotalheaderStyle

Style rowTotalheaderStyle

rowTotalStyle

Style rowTotalStyle

measureStyle

Style measureStyle

colorScheme

int colorScheme

ctColorScheme

CrossTabColorShema ctColorScheme

cellBorder

Border cellBorder
If not null or NO_BORDER, all cells will have this border


columnBreakOffset

int columnBreakOffset
From here on, pass-throug properties

Class ar.com.fdvs.dj.domain.DJCrosstabColumn extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

width

int width

headerHeight

int headerHeight

title

String title

showTotals

boolean showTotals

totalStyle

Style totalStyle

totalHeaderStyle

Style totalHeaderStyle

headerStyle

Style headerStyle

link

DJHyperLink link

totalLegend

String totalLegend

Class ar.com.fdvs.dj.domain.DJCrosstabMeasure extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

operation

DJCalculation operation

title

String title

conditionalStyles

List<E> conditionalStyles

valueFormatter

DJValueFormatter valueFormatter

precalculatedTotalProvider

DJCRosstabMeasurePrecalculatedTotalProvider precalculatedTotalProvider

isPercentage

Boolean isPercentage

visible

Boolean visible

style

Style style

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.DJCrosstabRow extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

property

ColumnProperty property

height

int height

headerWidth

int headerWidth

totalHeaderHeight

int totalHeaderHeight

title

String title

showTotals

boolean showTotals

totalStyle

Style totalStyle

totalHeaderStyle

Style totalHeaderStyle

headerStyle

Style headerStyle

totalLegend

String totalLegend

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.DJDataSource extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

dataSourceExpression

String dataSourceExpression
This expression must point to a JRDataSource object


dataSourceOrigin

int dataSourceOrigin
Tells form where to look up the data source expression


dataSourceType

int dataSourceType

preSorted

boolean preSorted

Class ar.com.fdvs.dj.domain.DJGroupLabel extends DJLabel implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelPosition

LabelPosition labelPosition

Class ar.com.fdvs.dj.domain.DJHyperLink extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

expression

StringExpression expression

tooltip

StringExpression tooltip

Class ar.com.fdvs.dj.domain.DJLabel extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

isJasperExpression

boolean isJasperExpression

text

String text

labelExpression

CustomExpression labelExpression

style

Style style

height

int height

Class ar.com.fdvs.dj.domain.DJQuery extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

text

String text

language

String language

Class ar.com.fdvs.dj.domain.DynamicJasperDesign extends net.sf.jasperreports.engine.design.JasperDesign implements Serializable

serialVersionUID: 10000L

Serialized Fields

parametersWithValues

TreeMap<K,V> parametersWithValues

Class ar.com.fdvs.dj.domain.DynamicReport extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

reportName

String reportName

language

String language
Sets the language of the expressions used in the report (can be one of java, groovy, or javascript). Default is DJConstants#REPORT_LANGUAGE_JAVA

See Also:
DJConstants#REPORT_LANGUAGE_GROOVY DJConstants#REPORT_LANGUAGE_JAVASCRIPT

title

String title

titleIsJrExpression

boolean titleIsJrExpression

subtitle

String subtitle

titleStyle

Style titleStyle

subtitleStyle

Style subtitleStyle

reportLocale

Locale reportLocale

resourceBundle

String resourceBundle

fontsMap

Map<K,V> fontsMap

columns

List<E> columns

columnsGroups

List<E> columnsGroups

charts

List<E> charts

newCharts

List<E> newCharts

options

DynamicReportOptions options

fields

List<E> fields
List of ColumnProperty Other fields to register, not necessary assigned to columns


parameters

List<E> parameters

variables

List<E> variables

properties

Map<K,V> properties

templateFileName

String templateFileName

templateImportDatasets

boolean templateImportDatasets

templateImportFields

boolean templateImportFields

templateImportVariables

boolean templateImportVariables

templateImportParameters

boolean templateImportParameters

autoTexts

List<E> autoTexts

styles

Map<K,V> styles

query

DJQuery query

whenNoDataText

String whenNoDataText

whenNoDataStyle

Style whenNoDataStyle

whenNoDataShowTitle

boolean whenNoDataShowTitle

whenNoDataShowColumnHeader

boolean whenNoDataShowColumnHeader

allowDetailSplit

boolean allowDetailSplit

whenNoDataType

byte whenNoDataType
Defines the behaviour when the datasource is empty. Valid values are: DJConstants.WHEN_NO_DATA_TYPE_NO_PAGES DJConstants.WHEN_NO_DATA_TYPE_BLANK_PAGE DJConstants.WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL DJConstants.WHEN_NO_DATA_TYPE_NO_DATA_SECTION Defatul is: DJConstants.WHEN_NO_DATA_TYPE_NO_PAGES


whenResourceMissing

byte whenResourceMissing
Defines what to show if a missing resource is referenced Possible values are:
DJConstants.WHEN_RESOURCE_MISSING_TYPE_EMPTY: Leaves and empty field.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_ERROR: Throwns and exception.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_KEY: Shows the key of the missing resource.
DJConstants.WHEN_RESOURCE_MISSING_TYPE_NULL: returns NULL

Class ar.com.fdvs.dj.domain.DynamicReportOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

headerHeight

Integer headerHeight

headerVariablesHeight

Integer headerVariablesHeight

footerVariablesHeight

Integer footerVariablesHeight

detailHeight

Integer detailHeight

leftMargin

Integer leftMargin

rightMargin

Integer rightMargin

topMargin

Integer topMargin

bottomMargin

Integer bottomMargin

columnsPerPage

Integer columnsPerPage

columnSpace

Integer columnSpace

useFullPageWidth

boolean useFullPageWidth

page

Page page

printBackgroundOnOddRows

boolean printBackgroundOnOddRows

oddRowBackgroundStyle

Style oddRowBackgroundStyle

titleHeight

Integer titleHeight

titleNewPage

boolean titleNewPage

summaryNewPage

boolean summaryNewPage

subtitleHeight

Integer subtitleHeight

showDetailBand

boolean showDetailBand

printColumnNames

boolean printColumnNames
When false, no main column names (usefull for excel)


ignorePagination

boolean ignorePagination
When true, no page break at all


defaultHeaderStyle

Style defaultHeaderStyle

defaultDetailStyle

Style defaultDetailStyle

defaultFooterStyle

Style defaultFooterStyle

defaultGroupHeaderStyle

Style defaultGroupHeaderStyle

defaultGroupFooterStyle

Style defaultGroupFooterStyle

imageBanners

HashMap<K,V> imageBanners
Key: Byte (ImageBanner.ALIGN_RIGHT, ImageBanner.ALIGN_LEFT, ImageBanner.ALIGN_CENTER)
value: ImageBanner


firstPageImageBanners

HashMap<K,V> firstPageImageBanners
Key: Byte (ImageBanner.ALIGN_RIGHT, ImageBanner.ALIGN_LEFT, ImageBanner.ALIGN_CENTER)
value: ImageBanner

Class ar.com.fdvs.dj.domain.ImageBanner extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

imagePath

String imagePath

width

int width

height

int height

align

byte align

scaleMode

ImageScaleMode scaleMode

Class ar.com.fdvs.dj.domain.StringExpression extends Object implements Serializable

serialVersionUID: 1L

Class ar.com.fdvs.dj.domain.Style extends Object implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

String name

parentStyleName

String parentStyleName

backgroundColor

Color backgroundColor

textColor

Color textColor

font

Font font

border

Border border

borderTop

Border borderTop

borderBottom

Border borderBottom

borderLeft

Border borderLeft

borderRight

Border borderRight

paddingBottom

Integer paddingBottom

paddingTop

Integer paddingTop

paddingLeft

Integer paddingLeft

paddingRight

Integer paddingRight

padding

Integer padding

radius

Integer radius

transparency

Transparency transparency

verticalAlign

VerticalAlign verticalAlign

horizontalAlign

HorizontalAlign horizontalAlign

rotation

Rotation rotation

streching

Stretching streching

stretchWithOverflow

boolean stretchWithOverflow

blankWhenNull

boolean blankWhenNull

pattern

String pattern

overridesExistingStyle

boolean overridesExistingStyle
If true and another style exists in the design with the same name, this style overrides the existing one.


Package ar.com.fdvs.dj.domain.builders

Class ar.com.fdvs.dj.domain.builders.BuilderException extends RuntimeException implements Serializable

serialVersionUID: 7345874957927126391L

Class ar.com.fdvs.dj.domain.builders.ChartBuilderException extends BuilderException implements Serializable

serialVersionUID: -1129855787917213375L

Class ar.com.fdvs.dj.domain.builders.ColumnBuilderException extends BuilderException implements Serializable

serialVersionUID: -141383443224259105L

Class ar.com.fdvs.dj.domain.builders.ColumnsGroupBuilderException extends BuilderException implements Serializable

serialVersionUID: 5461417826851305943L

Class ar.com.fdvs.dj.domain.builders.DJBuilderException extends RuntimeException implements Serializable

serialVersionUID: 1070114283725367932L


Package ar.com.fdvs.dj.domain.chart

Class ar.com.fdvs.dj.domain.chart.DateExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date

Class ar.com.fdvs.dj.domain.chart.DJChart extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

chartType

byte chartType

dataset

AbstractDataset dataset

plot

AbstractPlot plot

operation

byte operation

chartOptions

DJChartOptions chartOptions

link

DJHyperLink link

Class ar.com.fdvs.dj.domain.chart.DJChartOptions extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

backColor

Color backColor

height

int height

width

int width

centered

boolean centered

position

byte position

y

int y

x

int x

showLegend

Boolean showLegend

titleColor

Color titleColor

subtitleColor

Color subtitleColor

legendColor

Color legendColor

legendBackgroundColor

Color legendBackgroundColor

theme

String theme

titleFont

Font titleFont

subtitleFont

Font subtitleFont

legendFont

Font legendFont

legendPosition

Byte legendPosition

titlePosition

Byte titlePosition

titleExpression

StringExpression titleExpression

subtitleExpression

StringExpression subtitleExpression

lineStyle

Byte lineStyle

lineWidth

Float lineWidth

lineColor

Color lineColor

padding

Integer padding

customizerClass

String customizerClass

Class ar.com.fdvs.dj.domain.chart.NumberExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

Number value

Package ar.com.fdvs.dj.domain.chart.dataset

Class ar.com.fdvs.dj.domain.chart.dataset.AbstractDataset extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.dataset.CategoryDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

category

PropertyColumn category

series

List<E> series

seriesLabels

Map<K,V> seriesLabels

useSeriesAsCategory

boolean useSeriesAsCategory

Class ar.com.fdvs.dj.domain.chart.dataset.PieDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

key

PropertyColumn key

series

List<E> series

Class ar.com.fdvs.dj.domain.chart.dataset.TimeSeriesDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

timePeriod

PropertyColumn timePeriod

series

List<E> series

seriesLabels

Map<K,V> seriesLabels

timePeriodClass

Class<T> timePeriodClass

Class ar.com.fdvs.dj.domain.chart.dataset.XYDataset extends AbstractDataset implements Serializable

serialVersionUID: 10000L

Serialized Fields

xValue

PropertyColumn xValue

series

List<E> series

seriesLabels

Map<K,V> seriesLabels

Package ar.com.fdvs.dj.domain.chart.plot

Class ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

categoryAxisFormat

DJAxisFormat categoryAxisFormat

valueAxisFormat

DJAxisFormat valueAxisFormat

Class ar.com.fdvs.dj.domain.chart.plot.AbstractPiePlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

circular

Boolean circular

labelFormat

String labelFormat

legendLabelFormat

String legendLabelFormat

Class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelRotation

Double labelRotation

orientation

org.jfree.chart.plot.PlotOrientation orientation

seriesColors

List<E> seriesColors

Class ar.com.fdvs.dj.domain.chart.plot.AreaPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.plot.Bar3DPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

xOffset

Double xOffset

yOffset

Double yOffset

showLabels

Boolean showLabels

Class ar.com.fdvs.dj.domain.chart.plot.BarPlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

showTickMarks

Boolean showTickMarks

showTickLabels

Boolean showTickLabels

showLabels

Boolean showLabels

Class ar.com.fdvs.dj.domain.chart.plot.DJAxisFormat extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

labelExpression

StringExpression labelExpression

labelFont

Font labelFont

labelColor

Color labelColor

tickLabelFont

Font tickLabelFont

tickLabelColor

Color tickLabelColor

tickLabelMask

String tickLabelMask

lineColor

Color lineColor

rangeMinValueExpression

CustomExpression rangeMinValueExpression

rangeMaxValueExpression

CustomExpression rangeMaxValueExpression

Class ar.com.fdvs.dj.domain.chart.plot.LinePlot extends AbstractCategoryAxisPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

showShapes

Boolean showShapes

showLines

Boolean showLines

Class ar.com.fdvs.dj.domain.chart.plot.Pie3DPlot extends AbstractPiePlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

depthFactor

Double depthFactor

Class ar.com.fdvs.dj.domain.chart.plot.PiePlot extends AbstractPiePlot implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.chart.plot.ScatterPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

xAxisFormat

DJAxisFormat xAxisFormat

yAxisFormat

DJAxisFormat yAxisFormat

showShapes

Boolean showShapes

showLines

Boolean showLines

Class ar.com.fdvs.dj.domain.chart.plot.TimeSeriesPlot extends AbstractPlot implements Serializable

serialVersionUID: 10000L

Serialized Fields

timeAxisFormat

DJAxisFormat timeAxisFormat

valueAxisFormat

DJAxisFormat valueAxisFormat

showShapes

Boolean showShapes

showLines

Boolean showLines

Package ar.com.fdvs.dj.domain.constants

Class ar.com.fdvs.dj.domain.constants.BarcodeType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int value

Class ar.com.fdvs.dj.domain.constants.BaseDomainConstant extends Object implements Serializable

serialVersionUID: 1L

Class ar.com.fdvs.dj.domain.constants.Border extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

width

float width

color

Color color

lineStyle

byte lineStyle

Class ar.com.fdvs.dj.domain.constants.DJVariableIncrementType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.DJVariableResetType extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Font extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

fontSize

int fontSize

fontName

String fontName

bold

boolean bold

italic

boolean italic

underline

boolean underline

pdfFontName

String pdfFontName

pdfFontEncoding

String pdfFontEncoding

pdfFontEmbedded

boolean pdfFontEmbedded

Class ar.com.fdvs.dj.domain.constants.GroupLayout extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

printHeaders

boolean printHeaders
When true, the column headers will be printed


showValueInHeader

boolean showValueInHeader
If true, the value will be printed in an isolated line. If printHeaders is true, the headers will be shown below the current value


showValueForEachRow

boolean showValueForEachRow
If true, the value of column used as group criteria will be shown for each row.


showColumnName

boolean showColumnName
used with showValueInHeader, if both are true, the column name will be printed before the value, i.e: columnX: Value y


hideColumn

boolean hideColumn
If true, the column of this group will not be printed

Class ar.com.fdvs.dj.domain.constants.HorizontalAlign extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.ImageScaleMode extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.LabelPosition extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Page extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

height

int height

width

int width

orientationPortrait

boolean orientationPortrait

Class ar.com.fdvs.dj.domain.constants.Position extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Rotation extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Stretching extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.Transparency extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Class ar.com.fdvs.dj.domain.constants.VerticalAlign extends BaseDomainConstant implements Serializable

serialVersionUID: 1L

Serialized Fields

value

byte value

Package ar.com.fdvs.dj.domain.customexpression

Class ar.com.fdvs.dj.domain.customexpression.DJSimpleExpression extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

variableName

String variableName

className

String className

type

byte type

Package ar.com.fdvs.dj.domain.entities

Class ar.com.fdvs.dj.domain.entities.DJGroup extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnToGroupBy

PropertyColumn columnToGroupBy

columnHeaderStyles

Map<K,V> columnHeaderStyles
Map


defaultColumnHeaederStyle

Style defaultColumnHeaederStyle

headerVariables

List<E> headerVariables

footerVariables

List<E> footerVariables

variables

List<E> variables

fitHeaderHeightToContent

boolean fitHeaderHeightToContent

fitFooterHeightToContent

boolean fitFooterHeightToContent

name

String name
For internal use only


headerHeight

Integer headerHeight

footerHeight

Integer footerHeight

headerVariablesHeight

Integer headerVariablesHeight

footerVariablesHeight

Integer footerVariablesHeight

layout

GroupLayout layout

footerSubreports

List<E> footerSubreports

headerSubreports

List<E> headerSubreports

headerCrosstabs

List<E> headerCrosstabs

footerCrosstabs

List<E> footerCrosstabs

startInNewPage

Boolean startInNewPage

startInNewColumn

Boolean startInNewColumn

reprintHeaderOnEachPage

Boolean reprintHeaderOnEachPage
If the group is configured to print column names, they will be printed on every page (even if a group is splitted in two pages) NOTE: this may cause unexpected results if header variables are present.


footerLabel

DJGroupLabel footerLabel

allowHeaderSplit

boolean allowHeaderSplit
pass-through property to setup group header band "allowSplit" property. When FALSE, if the content reaches end of the page, the whole band gets pushed to the next page.


allowFooterSplit

boolean allowFooterSplit
pass-through property to setup group footer band "allowSplit" property. When FALSE, if the content reaches end of the page, the whole band gets pushed to the next page.


defaulFooterVariableStyle

Style defaulFooterVariableStyle
Default Style for variables when showing in footer. First looks for the style at the ColumnsGroupVariable, then the default, finally it uses the columns style.


defaulHeaderVariableStyle

Style defaulHeaderVariableStyle
Default Style for variables when showing in header. The lookup order is the same as for "defaulFooterStyle"

Class ar.com.fdvs.dj.domain.entities.DJGroupVariable extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnToApplyOperation

AbstractColumn columnToApplyOperation

operation

DJCalculation operation

style

Style style

valueFormatter

DJValueFormatter valueFormatter

printWhenExpression

BooleanExpression printWhenExpression

valueExpression

CustomExpression valueExpression

label

DJGroupLabel label

name

String name
for Internal use only


group

DJGroup group
for internal use.

Class ar.com.fdvs.dj.domain.entities.DJVariable extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

String name

className

String className

calculation

DJCalculation calculation

resetGroup

DJGroup resetGroup

resetType

DJVariableResetType resetType

incrementGroup

DJGroup incrementGroup

incrementType

DJVariableIncrementType incrementType

expression

CustomExpression expression

initialValueExpression

CustomExpression initialValueExpression

Class ar.com.fdvs.dj.domain.entities.Parameter extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

String name

className

String className

Class ar.com.fdvs.dj.domain.entities.Subreport extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

report

net.sf.jasperreports.engine.JasperReport report

name

String name
For internal usage


path

String path
The full path or URI in the class path of the compiled .jasper report file


dynamicReport

DynamicReport dynamicReport
The DynamicReport to use


layoutManager

LayoutManager layoutManager
Only needed when the subreport is made from a DynamicReport


startInNewPage

boolean startInNewPage
If true, a page-break will be added before placing the sub-report


splitAllowed

boolean splitAllowed
Since:
3.0.1

fitToParentPrintableArea

boolean fitToParentPrintableArea
When the sub-report is dynamic (and no template), we can tell the report to fit its parent report width


datasource

DJDataSource datasource

parameters

List<E> parameters
List The objects from the parent report that will be visible as parameters in the subreport


style

Style style

useParentReportParameters

boolean useParentReportParameters
By default true,


parametersExpression

String parametersExpression
This expression should point to a java.util.Map object which will be use as the parameters map for the subreport


parametersMapOrigin

int parametersMapOrigin
Tells if the parameters maps origin is a parameter of the parent report, or a value of the current row (field)
It's value must be SUBREPORT_PARAMETER_MAP_ORIGIN_PARAMETER or SUBREPORT_PARAMETER_MAP_ORIGIN_FIELD

Class ar.com.fdvs.dj.domain.entities.SubreportParameter extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

String name

expression

String expression

className

String className

parameterOrigin

int parameterOrigin
Subreport parameters are objects from the main report. In the main report they can come from field values, parameters or variables.
Use DJConstants.SUBREPORT_PARAM_ORIGIN_FIELD,
DJConstants.SUBREPORT_PARAM_ORIGIN_PARAMETER or
DJConstants.SUBREPORT_PARAM_ORIGIN_VARIABLE to specify it.


Package ar.com.fdvs.dj.domain.entities.columns

Class ar.com.fdvs.dj.domain.entities.columns.AbstractColumn extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

name

String name
Internal column name. used to generate expression names related to this column (variables, custom expression, etc) Its name is given in the ColumnRegistrationManager


reportName

String reportName
For internal use only. will be initialized with the report name and subclasses can benefit from it to create expression which needs the report prefix


title

String title

posX

Integer posX

posY

Integer posY

width

Integer width

fixedWidth

Boolean fixedWidth

style

Style style

headerStyle

Style headerStyle

pattern

String pattern

printRepeatedValues

Boolean printRepeatedValues

blankWhenNull

Boolean blankWhenNull

truncateSuffix

String truncateSuffix

textFormatter

Format textFormatter

markup

String markup
Markup to use in the column data (html, styled, etc)


headerMarkup

String headerMarkup
Markup to use in the column header (html, styled, etc)


link

DJHyperLink link

conditionalStyles

List<E> conditionalStyles

colSpan

DJColSpan colSpan

Class ar.com.fdvs.dj.domain.entities.columns.BarCodeColumn extends ImageColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

barcodeType

int barcodeType

showText

boolean showText

checkSum

boolean checkSum

applicationIdentifier

String applicationIdentifier

haltWhenException

boolean haltWhenException

Class ar.com.fdvs.dj.domain.entities.columns.ExpressionColumn extends SimpleColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

expression

CustomExpression expression

expressionForCalculation

CustomExpression expressionForCalculation

columns

Collection<E> columns

variables

Collection<E> variables

calculatedExpressionText

String calculatedExpressionText

Class ar.com.fdvs.dj.domain.entities.columns.GlobalGroupColumn extends PropertyColumn implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.domain.entities.columns.ImageColumn extends ExpressionColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

scaleMode

ImageScaleMode scaleMode

Class ar.com.fdvs.dj.domain.entities.columns.OperationColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnOperation

ColumnOperation columnOperation

columns

List<E> columns

Class ar.com.fdvs.dj.domain.entities.columns.PercentageColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

percentageColumn

PropertyColumn percentageColumn

Class ar.com.fdvs.dj.domain.entities.columns.PropertyColumn extends AbstractColumn implements Serializable

serialVersionUID: 10000L

Serialized Fields

columnProperty

ColumnProperty columnProperty

expressionToGroupBy

CustomExpression expressionToGroupBy

fieldDescription

String fieldDescription
This parameter goes to JRField.description, needed when using XML dataSources

Class ar.com.fdvs.dj.domain.entities.columns.SimpleColumn extends PropertyColumn implements Serializable

serialVersionUID: 10000L


Package ar.com.fdvs.dj.domain.entities.conditionalStyle

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.ConditionalStyle extends DJBaseElement implements Serializable

serialVersionUID: 10000L

Serialized Fields

condition

ConditionStyleExpression condition

style

Style style

name

String name

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.ConditionStyleExpression extends Object implements Serializable

serialVersionUID: 10000L

Serialized Fields

currentValue

Object currentValue

Class ar.com.fdvs.dj.domain.entities.conditionalStyle.StatusLightCondition extends ConditionStyleExpression implements Serializable

serialVersionUID: 10000L

Serialized Fields

min

Double min

max

Double max

mode

int mode

Package ar.com.fdvs.dj.domain.hyperlink

Class ar.com.fdvs.dj.domain.hyperlink.LiteralExpression extends StringExpression implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

Package ar.com.fdvs.dj.util

Class ar.com.fdvs.dj.util.PropertiesMap extends HashMap implements Serializable

serialVersionUID: -8443176521038066760L


Package ar.com.fdvs.dj.util.customexpression

Class ar.com.fdvs.dj.util.customexpression.PageNumberCustomExpression extends Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.util.customexpression.RecordsInPageCustomExpression extends Object implements Serializable

serialVersionUID: 10000L

Class ar.com.fdvs.dj.util.customexpression.RecordsInReportCustomExpression extends Object implements Serializable

serialVersionUID: 10000L


Package ar.com.fdvs.dj.webwork

Class ar.com.fdvs.dj.webwork.DJResult extends com.opensymphony.webwork.views.jasperreports.JasperReportsResult implements Serializable

serialVersionUID: -5135527859073133975L

Serialized Fields

dynamicReport

String dynamicReport

documentFormat

String documentFormat

layoutManager

String layoutManager
The layout manager to use. Possible values are: classic, list, or a fully qualified java name


exportParams

String exportParams

parameters

String parameters



Copyright © 2006-2013 FDV Solutions. All Rights Reserved.