Class SiteManagementServiceImpl

java.lang.Object
net.andresbustamante.yafoot.core.services.impl.SiteManagementServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.core.services.SiteManagementService

@Service public class SiteManagementServiceImpl extends Object implements net.andresbustamante.yafoot.core.services.SiteManagementService
Site management service implementation.
  • Constructor Details

    • SiteManagementServiceImpl

      public SiteManagementServiceImpl(SiteDao siteDAO, PlayerDao playerDao)
  • Method Details

    • saveSite

      @Transactional public Integer saveSite(net.andresbustamante.yafoot.core.model.Site site, net.andresbustamante.yafoot.commons.model.UserContext userContext)
      Specified by:
      saveSite in interface net.andresbustamante.yafoot.core.services.SiteManagementService