Serialized Form


Package org.chorem.vradi.beans

Class org.chorem.vradi.beans.FormPagedResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

formsIdsToShow

List<E> formsIdsToShow
Result forms.


totalFoundFormNb

int totalFoundFormNb
Total result count.


pageToShow

int pageToShow
Current page index.


nbFormsToShow

int nbFormsToShow
Total page count.


fieldToSort

String fieldToSort
Field name to sort (wikitty fqName).


ascending

boolean ascending
Sort order.

Class org.chorem.vradi.beans.QueryBean extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

queryLine

String queryLine

queryArray

String[] queryArray

id

String id

Class org.chorem.vradi.beans.QueryParameters extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

query

String query

beginDate

Date beginDate

endDate

Date endDate

extension

org.nuiton.wikitty.entities.WikittyExtension extension

dateFieldName

String dateFieldName

statusIds

List<E> statusIds

thesaurus

List<E> thesaurus

streamIds

List<E> streamIds

Class org.chorem.vradi.beans.XmlStreamImportResult extends Object implements Serializable

serialVersionUID: -7378576743532050958L

Serialized Fields

createdFormCount

int createdFormCount

alreadyExistsFormCount

int alreadyExistsFormCount

dateParsingError

int dateParsingError

numberParsingError

int numberParsingError

createdFormsIds

Set<E> createdFormsIds

Package org.chorem.vradi.services

Class org.chorem.vradi.services.VradiException extends Exception implements Serializable

serialVersionUID: -150304295847654675L


Package org.chorem.vradi.services.search

Class org.chorem.vradi.services.search.CompareFilter extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

term

String term

value

String value

Class org.chorem.vradi.services.search.FilterList extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

operator

FilterList.Operator operator

filters

List<E> filters

Class org.chorem.vradi.services.search.RangeFilter extends CompareFilter implements Serializable

serialVersionUID: 1L

Serialized Fields

lowerValue

String lowerValue

upperValue

String upperValue

Class org.chorem.vradi.services.search.UnsupportedQueryException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

query

String query
Query that throw the exception.



Copyright © 2009-2011 CodeLutin. All Rights Reserved.