Interface SiteManagementService
public interface SiteManagementService
Site management service.
-
Method Summary
-
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 registeruserContext
- User context for the responsible of this action- Returns:
- New site's identifier
- Throws:
net.andresbustamante.yafoot.commons.exceptions.DatabaseException
-