public static String getParticipateUrl(League league) { return "/matches/participate?leagueId=" + league.getAutoId(); }
public static String getLeagueViewUrl(League league) { return "/leagues/" + league.getAutoId() + "/" + league.getAlias(); }