Serialized Form
-
Package net.andresbustamante.yafoot.core.exceptions
-
Exception net.andresbustamante.yafoot.core.exceptions.PastMatchException
class PastMatchException extends net.andresbustamante.yafoot.commons.exceptions.ApplicationException implements Serializable -
Exception net.andresbustamante.yafoot.core.exceptions.PlayerNotFoundException
class PlayerNotFoundException extends net.andresbustamante.yafoot.commons.exceptions.ApplicationException implements Serializable -
Exception net.andresbustamante.yafoot.core.exceptions.UnauthorisedUserException
class UnauthorisedUserException extends net.andresbustamante.yafoot.commons.exceptions.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 net.andresbustamante.yafoot.users.model.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
-
Serialized Fields
-
address
String address
-
city
String city
-
country
String country
-
creationDate
Instant creationDate
-
id
Integer id
-
location
net.andresbustamante.yafoot.commons.model.GpsCoordinates location
-
modificationDate
Instant modificationDate
-
name
String name
-
phoneNumber
String phoneNumber
-
postCode
String postCode
-
-
Class net.andresbustamante.yafoot.core.model.Sport
class Sport extends Object implements Serializable- serialVersionUID:
- -1482022215011838737L
-