Serialized Form


Package org.gcube.portlets.d4sreporting.common.shared

Class org.gcube.portlets.d4sreporting.common.shared.Attribute extends Object implements Serializable

serialVersionUID: 3782430443598241309L

Serialized Fields

name

String name

value

Boolean value

Class org.gcube.portlets.d4sreporting.common.shared.AttributeArea extends Object implements Serializable

serialVersionUID: -2707392337121812931L

Serialized Fields

attrName

String attrName

values

ArrayList<E> values

Class org.gcube.portlets.d4sreporting.common.shared.BasicComponent extends Object implements Serializable

serialVersionUID: -5754420069210486624L

Serialized Fields

x

int x

y

int y

width

int width

height

int height

templatePage

int templatePage

type

ComponentType type

isDoubleColLayout

boolean isDoubleColLayout

locked

boolean locked

child

BasicComponent child

idInBasket

String idInBasket
optional, valid only for images Dynamic Content


paramName

String paramName
the paramName for assigning it a value when exporting to pdf, valid only for Dynamic Content


possibleContent

Serializable possibleContent

metadata

List<E> metadata
holds the metadata(s) for the component

Class org.gcube.portlets.d4sreporting.common.shared.BasicSection extends Object implements Serializable

serialVersionUID: -5868517234042597438L

Serialized Fields

locked

boolean locked
says if the section is locked


metadata

List<E> metadata
holds the metadata(s) for the sections


components

List<E> components
holds the TemplateComponents for the sections

Class org.gcube.portlets.d4sreporting.common.shared.Metadata extends Object implements Serializable

serialVersionUID: 6451088310712823335L

Serialized Fields

attribute

String attribute

value

String value

Class org.gcube.portlets.d4sreporting.common.shared.Model extends Object implements Serializable

serialVersionUID: -3470041232713152540L

Serialized Fields

templateName

String templateName
templateName


uniqueID

String uniqueID
the Unique identifier


pageWidth

int pageWidth
pageWidth


pageHeight

int pageHeight
Template page height


totalPages

int totalPages
Template Total Number of pages


currPage

int currPage
Template current displayed page, used only on page refreshes to restore the right page


marginLeft

int marginLeft
Template left margin


marginRight

int marginRight
Template right margin


marginTop

int marginTop
Template top margin


marginBottom

int marginBottom
Template bottom margin


columnWidth

int columnWidth
columnWidth is the actual page width without margins, when columns is equal to 1 (which is always true in my case, since UI doesn't allow multi columns)


author

String author
The name of the author


lastEditBy

String lastEditBy
The name of the author


dateCreated

Date dateCreated
The name of the author


lastEdit

Date lastEdit
The name of the author


sections

Vector<E> sections
each object of this Vector its a Section containing all the TemplateComponent of a template section object: a Section of Component containing all the TemplateComponent of the section


metadata

List<E> metadata
holds the metadata(s) for the model

Class org.gcube.portlets.d4sreporting.common.shared.RepeatableSequence extends Object implements Serializable

serialVersionUID: -4162621086489046629L

Serialized Fields

groupedComponents

ArrayList<E> groupedComponents

height

int height

Class org.gcube.portlets.d4sreporting.common.shared.RepTimeSeries extends Object implements Serializable

serialVersionUID: 7950417545919272419L

Serialized Fields

tsMetadata

TimeSeriesinfo tsMetadata

filter

TimeSeriesFilter filter

csvFile

String csvFile

Class org.gcube.portlets.d4sreporting.common.shared.Table extends Object implements Serializable

serialVersionUID: -6309655149509624445L

Serialized Fields

colsNo

int colsNo
column number of the table


table

ArrayList<E> table

title

String title

description

String description

attrArea

AttributeArea attrArea

Class org.gcube.portlets.d4sreporting.common.shared.TableCell extends Object implements Serializable

serialVersionUID: 4551386957527643655L

Serialized Fields

content

String content

colspan

int colspan

cellWidth

int cellWidth

cellHeight

int cellHeight

Class org.gcube.portlets.d4sreporting.common.shared.TimeSeriesFilter extends Object implements Serializable

serialVersionUID: 2387560401349355389L

Serialized Fields

from

int from

to

int to

colsNumberToShow

List<E> colsNumberToShow

equalsToColumnFilters

HashMap<K,V> equalsToColumnFilters
k: the column to apply the filter on the values in the List of Strings with operator equal to v: the values to compare


differentFromColumnFilters

HashMap<K,V> differentFromColumnFilters
k: the column to apply the filter on the values in the List of Strings with operator equal to v: the values to compare

Class org.gcube.portlets.d4sreporting.common.shared.TimeSeriesinfo extends Object implements Serializable

serialVersionUID: 3119389353983571356L

Serialized Fields

id

String id

name

String name

timeseriesId

String timeseriesId

title

String title

owner

String owner

creator

String creator

timeseriesDescription

String timeseriesDescription

timeseriesCreationDate

String timeseriesCreationDate

publisher

String publisher

sourceId

String sourceId

sourceName

String sourceName

rights

String rights

dimension

long dimension

creationTime

Date creationTime

lastModificationTime

Date lastModificationTime

headerLabels

List<E> headerLabels



Copyright © 2013. All Rights Reserved.