Betty v1.1.0

Serialized Form


Package christophedelory.betty.admin.servlet

Class christophedelory.betty.admin.servlet.AddPlayerScoreHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.AddUserHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.AddXmlHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.AdminHttpServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Class christophedelory.betty.admin.servlet.ProcessChampionshipHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.RemoveChampionshipHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.RemoveLocationHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.RemovePlayerHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.RemoveResourceHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.admin.servlet.RemoveUserHttpServlet extends AbstractHttpServlet implements Serializable


Package christophedelory.betty.better.servlet

Class christophedelory.betty.better.servlet.BetHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.better.servlet.RemoveBetterHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.better.servlet.UpdateBetterHttpServlet extends AbstractHttpServlet implements Serializable


Package christophedelory.betty.ejb

Class christophedelory.betty.ejb.BetBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.ChampionshipBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.EventBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.LocationBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.MetadataBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.ModelBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.PhaseBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.PlayerBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.PlayerScoreBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.PropertyBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.ResourceBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.UserBean extends AbstractEntityBean implements Serializable

Class christophedelory.betty.ejb.UserRoleBean extends AbstractEntityBean implements Serializable


Package christophedelory.betty.servlet

Class christophedelory.betty.servlet.AddBetterHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.GetChampionshipInfoHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.ListChampionshipsHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.ListLocationsHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.ListPlayersHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.ListResourcesHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.ListUsersHttpServlet extends AbstractHttpServlet implements Serializable

Class christophedelory.betty.servlet.LoginHttpServlet extends AbstractHttpServlet implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.servlet.LogoutHttpServlet extends AbstractHttpServlet implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.servlet.PublicHttpServlet extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable

Class christophedelory.betty.servlet.RSSHttpServlet extends AbstractHttpServlet implements Serializable


Package christophedelory.betty.xml

Class christophedelory.betty.xml.AbstractMetadataDetails extends Child implements Serializable

Serialized Fields

_localeName

String _localeName
The name of a locale, with the language, country and variant separated by underbars.


_value

String _value
The metadata value.

Class christophedelory.betty.xml.BetModelDetails extends ModelDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.ChampionshipDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_startDate

String _startDate
The championship start date.

Since:
1.1.0

_scoreModel

ScoreModelDetails _scoreModel
The default score processing model, if any.


_rankModel

RankModelDetails _rankModel
The default rank processing model, if any.


_betModel

BetModelDetails _betModel
The championship's bet processing model.


_resources

ResourcesDetails _resources
A list of resources.


_phases

List<E> _phases
The list of phases.


_players

PlayersDetails _players
A list of players.


_locations

LocationsDetails _locations
A list of locations.


_users

UsersDetails _users
A list of users.

Class christophedelory.betty.xml.ChampionshipsDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_championships

List<E> _championships
The list of championships itself.

Class christophedelory.betty.xml.Child extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

_version

Version _version
The associated version information.

Class christophedelory.betty.xml.CountryDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_country

String _country
The 2-letter country code.


_isCountry

Boolean _isCountry
Specifies if this object refers to a country.

Class christophedelory.betty.xml.DescriptionDetails extends AbstractMetadataDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.EventDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_date

String _date
The event's date.


_location

LocationDetails _location
The event's location.


_scoreModel

ScoreModelDetails _scoreModel
The score processing model.


_users

UsersDetails _users
A list of users.


_playerIds

List<E> _playerIds
The list of players.

Class christophedelory.betty.xml.IdDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_id

String _id
The string identifier.


_descriptions

List<E> _descriptions
A list of descriptions.


_links

List<E> _links
A list of links.

Class christophedelory.betty.xml.LinkDetails extends AbstractMetadataDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.LocationDetails extends CountryDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_timeZone

String _timeZone
The location's time zone.


_parentId

String _parentId
The parent location, if any.


_subLocations

List<E> _subLocations
A list of child locations.

Class christophedelory.betty.xml.LocationsDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_locations

List<E> _locations
The list of locations itself.

Class christophedelory.betty.xml.ModelDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_properties

List<E> _properties
The list of parameters attached to this processing model.

Class christophedelory.betty.xml.PhaseDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_startDate

String _startDate
The phase start date.

Since:
1.1.0

_rankModel

RankModelDetails _rankModel
The rank processing model.


_scoreModel

ScoreModelDetails _scoreModel
The default score processing model, if any.


_playerIds

List<E> _playerIds
A list of players.


_users

UsersDetails _users
A list of users.


_events

List<E> _events
The list of events.

Class christophedelory.betty.xml.PlayerDetails extends CountryDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.PlayerIdDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_dependencyPhaseId

String _dependencyPhaseId
The dependency phase identifier allowing to choose the player (which is not known now in this case).


_dependencyPhaseRank

Integer _dependencyPhaseRank
The rank in the dependency phase allowing to choose the player (which is not known now in this case).


_score

Integer _score
The player score.


_rank

Integer _rank
The player rank.


_result

Integer _result
The player result.


_users

UsersDetails _users
A list of users.

Class christophedelory.betty.xml.PlayersDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_players

List<E> _players
The list of players itself.

Class christophedelory.betty.xml.PropertyDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_value

String _value
The value associated with that property.

Class christophedelory.betty.xml.RankModelDetails extends ModelDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.ResourceDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.ResourcesDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_resources

List<E> _resources
The list of resources itself.

Class christophedelory.betty.xml.ScoreModelDetails extends ModelDetails implements Serializable

serialVersionUID: 0L

Class christophedelory.betty.xml.UserDetails extends IdDetails implements Serializable

serialVersionUID: 0L

Serialized Fields

_score

Integer _score
The better score.


_rank

Integer _rank
The better rank.


_result

Integer _result
The better result.


_password

String _password
The user password.


_isBetter

Boolean _isBetter
Specifies that this user is a better.


_isAdmin

Boolean _isAdmin
Specifies that this user is an administrator.

Class christophedelory.betty.xml.UsersDetails extends Child implements Serializable

serialVersionUID: 0L

Serialized Fields

_users

List<E> _users
The list of users itself.


Package christophedelory.ejb

Class christophedelory.ejb.AbstractEntityBean extends Object implements Serializable

Serialized Fields

context

EntityContext context
The associated entity context.

Class christophedelory.ejb.BaseBean extends AbstractEntityBean implements Serializable


Package christophedelory.servlet

Class christophedelory.servlet.AbstractHttpServlet extends HttpServlet implements Serializable

Class christophedelory.servlet.HttpServletException extends ServletException implements Serializable

serialVersionUID: 0L

Serialized Fields

_sc

int _sc
The error status code.


Package christophedelory.xml

Class christophedelory.xml.Version extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

_version

int _version
The version number.


_revision

int _revision
The revision number.


_step

int _step
The step number.


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.