Serialized Form


Package com.gisgraphy

Class com.gisgraphy.GisgraphyException extends RuntimeException implements Serializable

serialVersionUID: 5086776885839921918L


Package com.gisgraphy.domain.geoloc.entity

Class com.gisgraphy.domain.geoloc.entity.Country extends GisFeature implements Serializable

serialVersionUID: 1L

Serialized Fields

area

Double area

tld

String tld

capitalName

String capitalName

continent

String continent

postalCodeRegex

String postalCodeRegex

currencyCode

String currencyCode
See Also:
Country.getCurrencyCode(), Country.getCurrency()

currencyName

String currencyName

equivalentFipsCode

String equivalentFipsCode
See Also:
Country.getEquivalentFipsCode()

fipsCode

String fipsCode
See Also:
Country.getFipsCode()

iso3166Alpha2Code

String iso3166Alpha2Code
See Also:
Country.getIso3166Alpha2Code()

iso3166Alpha3Code

String iso3166Alpha3Code
See Also:
Country.getIso3166Alpha3Code()

iso3166NumericCode

int iso3166NumericCode
See Also:
Country.getIso3166NumericCode()

phonePrefix

String phonePrefix
See Also:
Country.getPhonePrefix()

postalCodeMask

String postalCodeMask
See Also:
Country.getPostalCodeMask()

spokenLanguages

List<E> spokenLanguages
The spoken languages


Package com.gisgraphy.domain.repository.exception

Class com.gisgraphy.domain.repository.exception.DuplicateNameException extends RuntimeException implements Serializable

serialVersionUID: 1919599807530344500L

Class com.gisgraphy.domain.repository.exception.RepositoryException extends RuntimeException implements Serializable

serialVersionUID: 1919599807530344500L


Package com.gisgraphy.fulltext

Class com.gisgraphy.fulltext.FullTextSearchException extends com.gisgraphy.service.ServiceException implements Serializable

serialVersionUID: 7437638905733292244L


Package com.gisgraphy.fulltext.spell

Class com.gisgraphy.fulltext.spell.SpellCheckerException extends RuntimeException implements Serializable

serialVersionUID: -8534626865010822443L


Package com.gisgraphy.geocoding

Class com.gisgraphy.geocoding.GeocodingException extends RuntimeException implements Serializable


Package com.gisgraphy.geoloc

Class com.gisgraphy.geoloc.GeolocSearchException extends com.gisgraphy.service.ServiceException implements Serializable

serialVersionUID: 7437638905733292244L

Class com.gisgraphy.geoloc.GisgraphyCommunicationException extends com.gisgraphy.service.ServiceException implements Serializable

serialVersionUID: 7437638905733292244L


Package com.gisgraphy.helper

Class com.gisgraphy.helper.CommentedProperties extends Properties implements Serializable

serialVersionUID: 4729607947460578219L

Serialized Fields

filePath

String filePath

lineData

Vector<E> lineData
Use a Vector to keep a copy of lines that are a comment or 'blank'


keyData

Vector<E> keyData
Use a Vector to keep a copy of lines containing a key, i.e. they are a property.


Package com.gisgraphy.hibernate.criterion

Class com.gisgraphy.hibernate.criterion.DistanceOrder extends org.hibernate.criterion.Order implements Serializable

serialVersionUID: 7382013976844760232L

Serialized Fields

point

com.vividsolutions.jts.geom.Point point

ascending

boolean ascending

Class com.gisgraphy.hibernate.criterion.DistanceRestriction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

point

com.vividsolutions.jts.geom.Point point
Point we have to calculate the distance from


useIndex

boolean useIndex

distance

double distance
The distance restriction

Class com.gisgraphy.hibernate.criterion.FulltextRestriction extends Object implements Serializable

serialVersionUID: -1118549308820955458L

Serialized Fields

ts_vectorColumnName

String ts_vectorColumnName

searchedText

String searchedText

Class com.gisgraphy.hibernate.criterion.IntersectsRestriction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

polygon

com.vividsolutions.jts.geom.Polygon polygon

columnName

String columnName

Class com.gisgraphy.hibernate.criterion.NativeSQLOrder extends org.hibernate.criterion.Order implements Serializable

serialVersionUID: 1L

Serialized Fields

ascending

boolean ascending

sql

String sql

Class com.gisgraphy.hibernate.criterion.PartialWordSearchRestriction extends Object implements Serializable

serialVersionUID: -1118549308820955458L

Serialized Fields

ts_vectorColumnName

String ts_vectorColumnName

searchedText

String searchedText

Class com.gisgraphy.hibernate.criterion.ProjectionOrder extends org.hibernate.criterion.Order implements Serializable

serialVersionUID: -6838585369943470201L

Serialized Fields

aliasName

String aliasName

ascending

boolean ascending

Package com.gisgraphy.hibernate.projection

Class com.gisgraphy.hibernate.projection.ProjectionBean extends org.hibernate.criterion.ProjectionList implements Serializable

serialVersionUID: -5528427011925538257L

Serialized Fields

projectionList

org.hibernate.criterion.ProjectionList projectionList

Package com.gisgraphy.importer

Class com.gisgraphy.importer.ImporterException extends RuntimeException implements Serializable

serialVersionUID: -5721395154087962690L

Class com.gisgraphy.importer.ImporterMetaDataException extends Exception implements Serializable

serialVersionUID: -572139515962690L

Class com.gisgraphy.importer.MissingRequiredFieldException extends RuntimeException implements Serializable

serialVersionUID: -5721395154087962690L

Class com.gisgraphy.importer.WrongNumberOfFieldsException extends RuntimeException implements Serializable

serialVersionUID: -5721395154087962690L


Package com.gisgraphy.model

Class com.gisgraphy.model.Address extends BaseObject implements Serializable

serialVersionUID: 3617859655330969141L

Serialized Fields

address

String address

city

String city

province

String province

country

String country

postalCode

String postalCode

Class com.gisgraphy.model.BaseObject extends Object implements Serializable

Class com.gisgraphy.model.LabelValue extends Object implements Serializable

serialVersionUID: 3689355407466181430L

Serialized Fields

label

String label
The property which supplies the option label visible to the end user.


value

String value
The property which supplies the value returned to the server.

Class com.gisgraphy.model.Role extends BaseObject implements Serializable

serialVersionUID: 3690197650654049848L

Serialized Fields

id

Long id

name

String name

description

String description

Class com.gisgraphy.model.User extends BaseObject implements Serializable

serialVersionUID: 3832626162173359411L

Serialized Fields

id

Long id

username

String username

password

String password

confirmPassword

String confirmPassword

passwordHint

String passwordHint

firstName

String firstName

lastName

String lastName

email

String email

phoneNumber

String phoneNumber

website

String website

address

Address address

version

Integer version

roles

Set<E> roles

enabled

boolean enabled

accountExpired

boolean accountExpired

accountLocked

boolean accountLocked

credentialsExpired

boolean credentialsExpired

Package com.gisgraphy.service

Class com.gisgraphy.service.ServiceException extends RuntimeException implements Serializable

serialVersionUID: 7437638905733292244L

Class com.gisgraphy.service.UserExistsException extends Exception implements Serializable

serialVersionUID: 4050482305178810162L


Package com.gisgraphy.servlet

Class com.gisgraphy.servlet.AbstractAddressServlet extends com.gisgraphy.servlet.GisgraphyServlet implements Serializable

serialVersionUID: 7804855543117309510L

Class com.gisgraphy.servlet.AddressParserServlet extends com.gisgraphy.servlet.AbstractAddressServlet implements Serializable

serialVersionUID: -9054548241743095743L

Serialized Fields

addressParser

com.gisgraphy.addressparser.IAddressParserService addressParser

statsUsageService

IStatsUsageService statsUsageService

Class com.gisgraphy.servlet.FulltextServlet extends com.gisgraphy.servlet.GisgraphyServlet implements Serializable

serialVersionUID: -9054548241743095743L

Serialized Fields

fullTextSearchEngine

com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine

Class com.gisgraphy.servlet.GeocodingServlet extends com.gisgraphy.servlet.AbstractAddressServlet implements Serializable

serialVersionUID: -9054548241743095743L

Serialized Fields

geocodingService

com.gisgraphy.geocoding.IGeocodingService geocodingService

Class com.gisgraphy.servlet.GeolocServlet extends com.gisgraphy.servlet.GisgraphyServlet implements Serializable

serialVersionUID: -9054548241743095743L

Serialized Fields

geolocSearchEngine

com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine

Class com.gisgraphy.servlet.GisgraphyServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -90545482454895743L

Serialized Fields

debugMode

boolean debugMode

Class com.gisgraphy.servlet.StreetServlet extends com.gisgraphy.servlet.GisgraphyServlet implements Serializable

serialVersionUID: 8544156407519263142L

Serialized Fields

streetSearchEngine

com.gisgraphy.street.IStreetSearchEngine streetSearchEngine

Package com.gisgraphy.street

Class com.gisgraphy.street.StreetSearchException extends com.gisgraphy.service.ServiceException implements Serializable

serialVersionUID: 7437638905733292244L


Package com.gisgraphy.webapp.action

Class com.gisgraphy.webapp.action.AddressParserAction extends SearchAction implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

autosubmit

boolean autosubmit

addressParser

com.gisgraphy.addressparser.IAddressParserService addressParser

countryDao

CountryDao countryDao

addressResultsDto

com.gisgraphy.addressparser.AddressResultsDto addressResultsDto

country

String country

style

String style

address

String address

Class com.gisgraphy.webapp.action.BaseAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 3525445612504421307L

Serialized Fields

userManager

UserManager userManager
The UserManager


roleManager

RoleManager roleManager
The RoleManager


cancel

String cancel
Indicator if the user clicked cancel


from

String from
Indicator for the page the user came from.


delete

String delete
Set to "delete" when a "delete" request parameter is passed in


save

String save
Set to "save" when a "save" request parameter is passed in


mailEngine

MailEngine mailEngine
MailEngine for sending e-mail


mailMessage

org.springframework.mail.SimpleMailMessage mailMessage
A message pre-populated with default data


templateName

String templateName
Velocity template to use for e-mailing

Class com.gisgraphy.webapp.action.DisplayFeatureAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2940477008022016677L

Serialized Fields

fullTextSearchEngine

com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine

featureId

String featureId

result

com.gisgraphy.fulltext.SolrResponseDto result

errorRef

String errorRef
The error message reference in the localized properties file


errorMessage

String errorMessage

Class com.gisgraphy.webapp.action.DisplayStreetAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2940477476216677L

Serialized Fields

openStreetMapDao

IOpenStreetMapDao openStreetMapDao

gid

String gid

result

OpenStreetMap result

errorRef

String errorRef
The error message reference in the localized properties file


errorMessage

String errorMessage

Class com.gisgraphy.webapp.action.EditAlternateNameAction extends BaseAction implements Serializable

serialVersionUID: 3331811022397633034L

Serialized Fields

alternateNameDao

IAlternateNameDao alternateNameDao

gisFeatureDao

IGisFeatureDao gisFeatureDao

alternatename

AlternateName alternatename

internationalisationService

IInternationalisationService internationalisationService

solRSynchroniser

ISolRSynchroniser solRSynchroniser

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager
The transaction manager


txStatus

org.springframework.transaction.TransactionStatus txStatus

txDefinition

org.springframework.transaction.support.DefaultTransactionDefinition txDefinition

id

Long id

gisFeatureId

Long gisFeatureId

errorMessage

String errorMessage

stackTrace

String stackTrace

Class com.gisgraphy.webapp.action.EditFeatureAction extends BaseAction implements Serializable

serialVersionUID: 4785676484073350068L

Serialized Fields

gisFeatureDao

IGisFeatureDao gisFeatureDao

gisfeature

GisFeature gisfeature

internationalisationService

IInternationalisationService internationalisationService

countryDao

CountryDao countryDao

IdGenerator

IIdGenerator IdGenerator

solRSynchroniser

ISolRSynchroniser solRSynchroniser

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager

txStatus

org.springframework.transaction.TransactionStatus txStatus

txDefinition

org.springframework.transaction.support.DefaultTransactionDefinition txDefinition

latitude

String latitude

longitude

String longitude

latitudeAsFloat

Float latitudeAsFloat

longitudeAsFloat

Float longitudeAsFloat

id

Long id

errorMessage

String errorMessage

stackTrace

String stackTrace

classcode

String classcode

Class com.gisgraphy.webapp.action.EditSearchAction extends FulltextSearchAction implements Serializable

serialVersionUID: 1912758153028565737L

Serialized Fields

admin

Boolean admin
force admin mode to true

Class com.gisgraphy.webapp.action.EditStreetAction extends BaseAction implements Serializable

serialVersionUID: 4785676484073350068L

Serialized Fields

openStreetMapDao

IOpenStreetMapDao openStreetMapDao

openstreetmap

OpenStreetMap openstreetmap

internationalisationService

IInternationalisationService internationalisationService

countryDao

CountryDao countryDao

IdGenerator

IIdGenerator IdGenerator

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager
The transaction manager


txStatus

org.springframework.transaction.TransactionStatus txStatus

txDefinition

org.springframework.transaction.support.DefaultTransactionDefinition txDefinition

solRSynchroniser

ISolRSynchroniser solRSynchroniser

latitude

String latitude

longitude

String longitude

latitudeAsFloat

Float latitudeAsFloat

longitudeAsFloat

Float longitudeAsFloat

streettype

String streettype

id

Long id

errorMessage

String errorMessage

stackTrace

String stackTrace

shape

String shape

Class com.gisgraphy.webapp.action.EditZipCodeAction extends BaseAction implements Serializable

serialVersionUID: -7493269463137268011L

Serialized Fields

zipCodeDao

IZipCodeDao zipCodeDao

gisFeatureDao

IGisFeatureDao gisFeatureDao

zipCode

ZipCode zipCode

internationalisationService

IInternationalisationService internationalisationService

solRSynchroniser

ISolRSynchroniser solRSynchroniser

transactionManager

org.springframework.transaction.PlatformTransactionManager transactionManager
The transaction manager


txStatus

org.springframework.transaction.TransactionStatus txStatus

txDefinition

org.springframework.transaction.support.DefaultTransactionDefinition txDefinition

id

Long id

gisFeatureId

Long gisFeatureId

errorMessage

String errorMessage

stackTrace

String stackTrace

Class com.gisgraphy.webapp.action.FileUploadAction extends BaseAction implements Serializable

serialVersionUID: -9208910183310010569L

Serialized Fields

file

File file

fileContentType

String fileContentType

fileFileName

String fileFileName

name

String name

Class com.gisgraphy.webapp.action.FulltextSearchAction extends SearchAction implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

fullTextSearchEngine

com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine

alternateNameDao

IAlternateNameDao alternateNameDao

countryDao

CountryDao countryDao

responseDTO

com.gisgraphy.fulltext.FulltextResultsDto responseDTO

placetype

String placetype

allwordsrequired

boolean allwordsrequired

admin

Boolean admin
force admin mode to false


country

String country

lang

String lang

style

String style

q

String q

spellchecking

boolean spellchecking

Class com.gisgraphy.webapp.action.GeocodingAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

ambiguousCities

List<E> ambiguousCities
The cities in case that more than one result match


ambiguousCity

String ambiguousCity
the name of the city chosen in the ambiguous cities list


city

String city
th search field value


lng

String lng

lat

String lat

cityFound

boolean cityFound
whether the city has been found (no more ambiguous)


fullTextSearchEngine

com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine

featureIdLatLongMap

Map<K,V> featureIdLatLongMap

message

String message

errorMessage

String errorMessage

countryDao

ICountryDao countryDao

countryCode

String countryCode

Class com.gisgraphy.webapp.action.GeocodingByTextAction extends SearchAction implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

autosubmit

boolean autosubmit

geocodingService

com.gisgraphy.geocoding.IGeocodingService geocodingService

countryDao

CountryDao countryDao

addressResultsDto

com.gisgraphy.addressparser.AddressResultsDto addressResultsDto

country

String country

style

String style

address

String address

Class com.gisgraphy.webapp.action.GeolocSearchAction extends SearchAction implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

geolocSearchEngine

com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine

responseDTO

com.gisgraphy.domain.valueobject.GeolocResultsDto responseDTO

lat

String lat

lng

String lng

radius

String radius

placetype

String placetype

distance

boolean distance

Class com.gisgraphy.webapp.action.ImportAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -1459641055753044129L

Serialized Fields

errorMessage

String errorMessage

importerManager

IImporterManager importerManager

Class com.gisgraphy.webapp.action.ImportConfirmAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: 2387732133217655558L

Serialized Fields

importerConfig

ImporterConfig importerConfig

importerManager

IImporterManager importerManager

errorMessage

String errorMessage

fullTextSearchEngine

com.gisgraphy.fulltext.IFullTextSearchEngine fullTextSearchEngine

importallcountries

boolean importallcountries

importallplacetype

boolean importallplacetype

countryCodes

List<E> countryCodes

placetypes

List<E> placetypes

step

int step

Class com.gisgraphy.webapp.action.PasswordHintAction extends BaseAction implements Serializable

serialVersionUID: -4037514607101222025L

Serialized Fields

username

String username

Class com.gisgraphy.webapp.action.ReloadAction extends BaseAction implements Serializable

serialVersionUID: 295460450224891051L

Class com.gisgraphy.webapp.action.ResetImportAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -259250843779247710L

Serialized Fields

importerManager

IImporterManager importerManager

errorsAndWarningMessages

List<E> errorsAndWarningMessages

resetFailed

boolean resetFailed

failedMessage

String failedMessage

Class com.gisgraphy.webapp.action.ReverseGeocodingAction extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

lat

String lat

lng

String lng

Class com.gisgraphy.webapp.action.SearchAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

advancedSearch

boolean advancedSearch

from

int from

to

int to

format

String format

indent

boolean indent

errorMessage

String errorMessage
The error message in case of exception

Class com.gisgraphy.webapp.action.SignupAction extends BaseAction implements Serializable

serialVersionUID: 6558317334878272308L

Serialized Fields

user

User user

cancel

String cancel

Class com.gisgraphy.webapp.action.StatsAction extends com.opensymphony.xwork2.ActionSupport implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

statsUsageDao

IStatsUsageDao statsUsageDao

statsUsages

List<E> statsUsages

totalUsage

Long totalUsage

Class com.gisgraphy.webapp.action.StreetSearchAction extends SearchAction implements Serializable

serialVersionUID: -9018894533914543310L

Serialized Fields

autosubmit

boolean autosubmit

streetSearchEngine

com.gisgraphy.street.IStreetSearchEngine streetSearchEngine

streetSearchResultsDto

com.gisgraphy.domain.valueobject.StreetSearchResultsDto streetSearchResultsDto

lat

String lat

lng

String lng

radius

String radius

streetType

String streetType

name

String name

distance

boolean distance

Class com.gisgraphy.webapp.action.UserAction extends BaseAction implements Serializable

serialVersionUID: 6776558938712115191L

Serialized Fields

users

List<E> users

user

User user

id

String id

Package com.gisgraphy.webapp.interceptor

Class com.gisgraphy.webapp.interceptor.UserRoleAuthorizationInterceptor extends Object implements Serializable

serialVersionUID: 5067790608840427509L

Serialized Fields

authorizedRoles

String[] authorizedRoles

Package com.gisgraphy.webapp.taglib

Class com.gisgraphy.webapp.taglib.ConstantsTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3258417209566116146L

Serialized Fields

log

org.apache.commons.logging.Log log

clazz

String clazz
The class to expose the variables from.


scope

String scope
The scope to be put the variable in.


var

String var
The single variable to expose.

Class com.gisgraphy.webapp.taglib.CountryTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 3905528206810167095L

Serialized Fields

name

String name

prompt

String prompt

scope

String scope

selected

String selected



Copyright © 2012. All Rights Reserved.