Uses of Class
net.andresbustamante.yafoot.core.model.Car
Packages that use Car
- 
Uses of Car in net.andresbustamante.yafoot.core.services
Methods in net.andresbustamante.yafoot.core.services that return CarModifier and TypeMethodDescriptionLoads the details of a car from its unique identifier.Methods in net.andresbustamante.yafoot.core.services that return types with arguments of type CarModifier and TypeMethodDescriptionCarpoolingService.findAvailableCarsByMatch(Match match) Finds the list of cars available to carpool for a given match.CarSearchService.findCars(net.andresbustamante.yafoot.commons.model.UserContext ctx) Load the list of cars saved by a user.Methods in net.andresbustamante.yafoot.core.services with parameters of type CarModifier and TypeMethodDescriptionvoidCarManagementService.deactivateCar(Car car, net.andresbustamante.yafoot.commons.model.UserContext ctx) Deactivates a given car.voidCarpoolingService.processCarSeatRequest(Match match, Player player, Car car, net.andresbustamante.yafoot.commons.model.UserContext ctx) If the carpooling feature is enabled for the input match, it sends an email message asking for a place to the driver of the input car for this match.voidCarpoolingService.processTransportationChange(Match match, Car oldCar, Car newCar, net.andresbustamante.yafoot.commons.model.UserContext ctx) If a player changes of transportation it updates the carpooling options for passengers previously confirmed.voidMatchManagementService.registerPlayer(Player player, Match match, Car car, net.andresbustamante.yafoot.commons.model.UserContext userContext) Register a player to an existing match.Registers a new car in the database.voidCarManagementService.updateCar(Integer carId, Car updatedCar, net.andresbustamante.yafoot.commons.model.UserContext ctx) Updates the car with the given ID.voidCarpoolingService.updateCarpoolingInformation(Match match, Player player, Car car, boolean isCarConfirmed, net.andresbustamante.yafoot.commons.model.UserContext ctx) Update the car used for a registration.