Interface SiteManagementService


public interface SiteManagementService
Site management service.
  • Method Summary

    Modifier and Type
    Method
    Description
    saveSite(Site site, net.andresbustamante.yafoot.commons.model.UserContext userContext)
    Registers a new site.
  • Method Details

    • saveSite

      Integer saveSite(Site site, net.andresbustamante.yafoot.commons.model.UserContext userContext) throws net.andresbustamante.yafoot.commons.exceptions.DatabaseException
      Registers a new site.
      Parameters:
      site - Site to register
      userContext - User context for the responsible of this action
      Returns:
      New site's identifier
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.DatabaseException