Serialized Form


Package info.joseluismartin.cmd

Class info.joseluismartin.cmd.CommandException extends RuntimeException implements Serializable

serialVersionUID: -4113289411547556084L

Serialized Fields

arg

Object arg
Generic command data


Package info.joseluismartin.dao

Class info.joseluismartin.dao.BeanFilter extends Object implements Serializable

Serialized Fields

filterName

String filterName

ignoredProperties

List<E> ignoredProperties

Class info.joseluismartin.dao.Page extends Object implements Serializable

Serialized Fields

data

List<E> data
List of results


count

int count
Result count, Not the page size, the count of all result if not paginated


pageSize

int pageSize
the page size


sortName

String sortName
sort by this property name


order

Page.Order order
sort order


filter

Object filter
a Object used as filter


page

int page
page number


pageableDataSource

PageableDataSource<T> pageableDataSource
PageableDataSource that loads the page


listeners

ArrayList<E> listeners
Paginator Listeners

Class info.joseluismartin.dao.PageChangedEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

page

int page
the new page index


startIndex

int startIndex
the new startIndex


totalPages

int totalPages
the new number of total pages


pageSize

int pageSize
the new page size


Package info.joseluismartin.dao.filter

Class info.joseluismartin.dao.filter.PatternFilter extends BeanFilter implements Serializable

Serialized Fields

pattern

String pattern

Class info.joseluismartin.dao.filter.ReportFilter extends BeanFilter implements Serializable

Serialized Fields

name

String name
filter name


type

ReportType type
filter type


Package info.joseluismartin.model

Class info.joseluismartin.model.Entity extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

name

String name

Class info.joseluismartin.model.TableState extends Entity implements Serializable

Serialized Fields

visibleColumns

List<E> visibleColumns

pageSize

int pageSize

Package info.joseluismartin.reporting

Class info.joseluismartin.reporting.ReportingException extends Exception implements Serializable

serialVersionUID: 7457804399442640547L


Package info.joseluismartin.xml

Class info.joseluismartin.xml.XMLMappingException extends RuntimeException implements Serializable

serialVersionUID: 1L



Copyright © 2012 JDAL. All Rights Reserved.