Serialized Form


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

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

Serialized Fields

attribute

String attribute

value

String value

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

serialVersionUID: 1L

Serialized Fields

name

String name

value

Boolean value

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

serialVersionUID: 1L

Serialized Fields

attrName

String attrName

values

ArrayList<E> values

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

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

SerializableComponent 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.SerializableModel 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.SerializableRepeatableSequence extends Object implements Serializable

Serialized Fields

groupedComponents

ArrayList<E> groupedComponents

height

int height

Class org.gcube.portlets.d4sreporting.common.shared.SerializableSection 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.SerializableTable extends Object implements Serializable

serialVersionUID: -6309655149509624445L

Serialized Fields

colsNo

int colsNo
column number of the table


table

ArrayList<E> table

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

serialVersionUID: 7950417545919272419L

Serialized Fields

tsMetadata

SerializableTSinfo tsMetadata

filter

SerializableTSFilter filter

csvFile

String csvFile

Class org.gcube.portlets.d4sreporting.common.shared.SerializableTSFilter 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.SerializableTSinfo 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

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

Serialized Fields

colsNumber

int colsNumber

rowsNumber

int rowsNumber

width

int width

border

int border

rows

ArrayList<E> rows

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

serialVersionUID: 1L

Serialized Fields

content

String content

colspan

int colspan

cellWidth

int cellWidth

cellHeight

int cellHeight



Copyright © 2013. All Rights Reserved.