Serialized Form
-
Package net.andresbustamante.yafoot.commons.exceptions
-
Exception net.andresbustamante.yafoot.commons.exceptions.ApplicationException
class ApplicationException extends Exception implements Serializable-
Serialized Fields
-
code
String code
Message code used for translation.
-
-
-
Exception net.andresbustamante.yafoot.commons.exceptions.DatabaseException
class DatabaseException extends Exception implements Serializable -
Exception net.andresbustamante.yafoot.commons.exceptions.DirectoryException
class DirectoryException extends Exception implements Serializable -
Exception net.andresbustamante.yafoot.commons.exceptions.InvalidTemplateException
class InvalidTemplateException extends ApplicationException implements Serializable
-
-
Package net.andresbustamante.yafoot.commons.model
-
Class net.andresbustamante.yafoot.commons.model.GpsCoordinates
class GpsCoordinates extends Object implements Serializable-
Serialized Fields
-
latitude
BigDecimal latitude
GPS latitude. -
longitude
BigDecimal longitude
GPS longitude.
-
-
-
-
Package net.andresbustamante.yafoot.core.events
-
Class net.andresbustamante.yafoot.core.events.CarpoolingRequestEvent
class CarpoolingRequestEvent extends org.apache.avro.specific.SpecificRecordBase implements Externalizable- serialVersionUID:
- 5258150017583991892L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class net.andresbustamante.yafoot.core.events.CarpoolingUpdateEvent
class CarpoolingUpdateEvent extends org.apache.avro.specific.SpecificRecordBase implements Externalizable- serialVersionUID:
- -1703719595021725715L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class net.andresbustamante.yafoot.core.events.MatchPlayerRegistrationEvent
class MatchPlayerRegistrationEvent extends org.apache.avro.specific.SpecificRecordBase implements Externalizable- serialVersionUID:
- -8009082494294968132L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
Class net.andresbustamante.yafoot.core.events.MatchPlayerUnsubscriptionEvent
class MatchPlayerUnsubscriptionEvent extends org.apache.avro.specific.SpecificRecordBase implements Externalizable- serialVersionUID:
- -4168923968573595464L
-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
-
Package net.andresbustamante.yafoot.core.exceptions
-
Exception net.andresbustamante.yafoot.core.exceptions.PastMatchException
class PastMatchException extends ApplicationException implements Serializable -
Exception net.andresbustamante.yafoot.core.exceptions.PlayerNotFoundException
class PlayerNotFoundException extends ApplicationException implements Serializable -
Exception net.andresbustamante.yafoot.core.exceptions.UnauthorisedUserException
class UnauthorisedUserException extends ApplicationException implements Serializable
-
-
Package net.andresbustamante.yafoot.core.model
-
Class net.andresbustamante.yafoot.core.model.Car
class Car extends Object implements Serializable- serialVersionUID:
- 576782149779266905L
-
Serialized Fields
-
active
boolean active
-
creationDate
Instant creationDate
-
driver
Player driver
-
id
Integer id
-
modificationDate
Instant modificationDate
-
name
String name
-
numPassengers
Integer numPassengers
Number of passengers using this car to go to a given match. -
numSeats
Integer numSeats
Number of carpooling seats available on this car.
-
-
Class net.andresbustamante.yafoot.core.model.CarpoolingRequest
class CarpoolingRequest extends Object implements Serializable- serialVersionUID:
- 4730524987993813064L
-
Class net.andresbustamante.yafoot.core.model.Match
class Match extends Object implements Serializable- serialVersionUID:
- -483060416138264717L
-
Serialized Fields
-
carpoolingEnabled
boolean carpoolingEnabled
-
code
String code
-
codeSharingEnabled
boolean codeSharingEnabled
-
creationDate
Instant creationDate
-
creator
Player creator
-
date
LocalDateTime date
-
description
String description
-
id
Integer id
-
modificationDate
Instant modificationDate
-
numPlayersMax
Integer numPlayersMax
-
numPlayersMin
Integer numPlayersMin
-
registrations
List<Registration> registrations
-
site
Site site
-
sport
SportEnum sport
-
status
MatchStatusEnum status
-
-
Class net.andresbustamante.yafoot.core.model.MatchAlert
class MatchAlert extends Object implements Serializable- serialVersionUID:
- 4276382586749183411L
-
Class net.andresbustamante.yafoot.core.model.Player
class Player extends User implements Serializable- serialVersionUID:
- -835073717353039623L
-
Class net.andresbustamante.yafoot.core.model.Registration
class Registration extends Object implements Serializable- serialVersionUID:
- 2403452369516241329L
-
Serialized Fields
-
car
Car car
The car chosen for the registration. -
carConfirmed
boolean carConfirmed
Indicates if the car chosen for the match has been confirmed by its owner. -
creationDate
Instant creationDate
First date and time of the registration. -
id
RegistrationId id
Registration ID between the match and the player. -
modificationDate
Instant modificationDate
Date and time of the last update for the registration. -
player
Player player
The player registered to the match.
-
-
Class net.andresbustamante.yafoot.core.model.RegistrationId
class RegistrationId extends Object implements Serializable- serialVersionUID:
- -8700388360563478154L
-
Class net.andresbustamante.yafoot.core.model.Site
class Site extends Object implements Serializable- serialVersionUID:
- 6333496998921053606L
-
Class net.andresbustamante.yafoot.core.model.Sport
class Sport extends Object implements Serializable- serialVersionUID:
- -1482022215011838737L
-
-
Package net.andresbustamante.yafoot.users.model
-
Class net.andresbustamante.yafoot.users.model.User
class User extends Object implements Serializable
-