Uses of Class
net.andresbustamante.yafoot.core.model.Site
Packages that use Site
Package
Description
MyBatis DAO interfaces for the core module.
Core services API.
Service implementations for the core API.
Mapstruct mappers for the Web core app.
-
Uses of Site in net.andresbustamante.yafoot.core.dao
Methods in net.andresbustamante.yafoot.core.dao that return SiteModifier and TypeMethodDescriptionSiteDao.findSiteById
(Integer id) Loads a site by its technical ID.Methods in net.andresbustamante.yafoot.core.dao that return types with arguments of type SiteModifier and TypeMethodDescriptionSiteDao.findSitesByPlayer
(Player player) Looks for the sites related to a player.Methods in net.andresbustamante.yafoot.core.dao with parameters of type Site -
Uses of Site in net.andresbustamante.yafoot.core.services
Methods in net.andresbustamante.yafoot.core.services that return types with arguments of type SiteModifier and TypeMethodDescriptionSiteSearchService.findSites
(UserContext ctx) Load the sites associated to or registered by a player.Methods in net.andresbustamante.yafoot.core.services with parameters of type SiteModifier and TypeMethodDescriptionSiteManagementService.saveSite
(Site site, UserContext userContext) Registers a new site. -
Uses of Site in net.andresbustamante.yafoot.core.services.impl
Methods in net.andresbustamante.yafoot.core.services.impl that return types with arguments of type SiteMethods in net.andresbustamante.yafoot.core.services.impl with parameters of type SiteModifier and TypeMethodDescriptionSiteManagementServiceImpl.saveSite
(Site site, UserContext userContext) -
Uses of Site in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return SiteModifier and TypeMethodDescriptionDTO to bean mapping from a site form.protected Site
MatchMapperImpl.matchFormToSite
(MatchForm matchForm) Methods in net.andresbustamante.yafoot.core.web.mappers with parameters of type SiteModifier and TypeMethodDescriptionBean to DTO mapping for a site.Method parameters in net.andresbustamante.yafoot.core.web.mappers with type arguments of type Site