CCCAA

  • Composite
  • Search
  • Menu
Site Navigation
  • Sports
    • Men's Sports
      • Baseball
        • Schedule
        • Standings
        • Stats
      • Basketball
        • Schedule
        • Standings
        • Stats
      • Cross Country
        • Schedule
        • Rankings
      • Football
        • Schedule
        • Standings
        • Stats
      • Golf
        • Schedule
      • Soccer
        • Schedule
        • Standings
        • Stats
      • Swim & Dive
        • Schedule
      • Tennis
        • Schedule
        • Standings
      • Track & Field
        • Schedule
      • Volleyball
        • Schedule
        • Standings
        • Stats
      • Water Polo
        • Schedule
        • Standings
        • Stats
      • Wrestling
        • Schedule
        • Standings
    • Women's Sports
      • Badminton
        • Schedule
        • Standings
      • Basketball
        • Schedule
        • Standings
        • Stats
      • Beach Volleyball
        • Schedule
        • Standings
      • Cross Country
        • Schedule
        • Rankings
      • Golf
        • Schedule
      • Soccer
        • Schedule
        • Standings
        • Stats
      • Softball
        • Schedule
        • Standings
        • Stats
      • Swim & Dive
        • Schedule
      • Tennis
        • Schedule
        • Standings
      • Track & Field
        • Schedule
      • Volleyball
        • Schedule
        • Standings
        • Stats
      • Water Polo
        • Schedule
        • Standings
        • Stats
  • Conferences
    • Bay Valley
    • Big 8
    • Central Valley
    • Coast
    • Golden Valley
    • Inland Empire Athletic
    • NCFC
    • SCFA
    • Orange Empire
    • Pacific Coast Athletic
    • South Coast
    • Western State
    • Wrestling Alliance
    • Conference Map
  • Membership Services
    • Administrators
    • Black Lives Matter Statement
    • Championship Handbooks
    • Championship Logos
    • Championship Team Photos (2018-current)
    • Coaches
    • Compliance Corner
    • Compliance Exam
    • Constitution & Bylaws (2022-23)
    • Convention Info
    • Coronavirus Info
    • Decorum Statement
    • Directory (PDF) (2022-23)
    • Employment
    • Forms
    • Gender Equity
    • Map of Colleges
    • Meetings/Legislation
    • Newsletter
    • Recruiting
    • Reports
    • Year in Review Archive
    • Year in Review (Current)
  • About the CCCAA
    • About The CCCAA
    • Staff Directory/Contact
    • CCCAA Board
    • CCCAA Management Council
    • Member Institutions
    • Student Success
  • Polls
    • Fall (2021-22)
    • Winter (2021-22)
    • Spring (2021-22)
  • Tickets
Close

Menu

  • Compliance Exam
  • Affiliate Organizations
    • 3C4A
    • 4CA
    • ACCCES (eligibility specialists)
    • CCC Athletic Directors
    • CCC Athletic Trainers
    • CCC Physical Education, Kinesiology, Dance
    • CCC Sports Information
    • CCC Women's Basketball Coaches
    • CCC Women's Volleyball Coaches
    • Southern California Wrestling Alliance
  • Awards
    • Hall of Fame
    • Scholar-Athletes
    • SIA Athletes of the Year
    • SIA Athletes of the Month
    • NATYCAA Cup
    • Coaches
  • Calendar of Events
  • Sponsors
  • Stats Login

Men's Water Polo Men's Water Polo

  • Home
  • Scoreboard
  • Standings
  • Championships
  • More+
    • Stat Leaders
      • Big 8
      • Coast
      • Orange Empire
      • Pacific Coast
      • South Coast
      • Western State
    • Team Stats
    • Rankings
    • Awards
    • Archives
There was a problem with a Velocity script
Page/httpd/prestosports/site-public/WEB-INF/themes/generic/related-links-template
ErrorError invoking method 'get(java.lang.Integer)' in java.util.ArrayList at /httpd/prestosports/site-public/WEB-INF/themes/generic/related-links-template[line 54, column 66]
Page source:
1: #macro (printLinkAriaLabelRelatedLinks $event $label)
2:     #if (!$event)
3:         #set ($ariaLabel = $label)
4:     #else
5:         #set ($ariaLabel = "${event.sport} event: ${formatter.formatDate($event.date, 'MMMM d hh:mm a:')}")
6:         #if ($event.neutralSite.length() > 0 || $event.home)
7:                 #set ($vsOrAt = "vs.")
8:         #else
9:                 #set ($vsOrAt = "at")
10:         #end
11:         #if ($event.teams.size() > 1)
12:                 #set ($ariaLabel = "${ariaLabel} ${event.teams.get(0).name} ${vsOrAt} ${event.teams.get(1).name}:")
13:         #elseif ($event.teams.size() == 1)
14:                 #set ($ariaLabel = "${ariaLabel} ${event.teams.get(0).name}:")
15:         #end
16:         #if ($event.neutralSite.length() > 0)
17:                 #set ($ariaLabel = "${ariaLabel} @ ${event.neutralSite}:")
18:         #end
19:         #set ($ariaLabel = "${ariaLabel} ${label}")
20:     #end
21:     aria-label="$ariaLabel"
22: #end ##printLinkAriaLabel
23: 
24: 
25: ## RELATED LINKING
26: #if (!($request.getAttribute("disable_related_links").length() > 0))
27: #if($request.getAttribute("relatedLinksContentPage"))
28:         #set ($contentPage = $request.getAttribute("relatedLinksContentPage"))
29:     #else
30:         #set ($contentPage = $page)
31:     #end
32:     #set ($relatedPages = $contentPage.relatedInSchedule)
33:         #if ($relatedPages.size() > 0)
34:                 ##disable related links from showing again
35:                 $request.setAttribute("disable_related_links", "y")
36: 
37:                 #set ($printedLinks = {})
38:                 #set ($eventLinks = [])
39:                 #set ($relatedEvents = $contentPage.schedule.getEventsWithLink($contentPage.url))
40:                 #if (!$relatedEvents.isEmpty())
41:                         #set ($relatedEvent = $relatedEvents[0])
42:                         #if (!$relatedEvent.links.isEmpty())
43:                                 #set ($eventLinks = $relatedEvent.links)
44:                         #end
45:                 #end
46:   
47:                 <div class="page-related-links clearfix">
48:                         #foreach ($related in $relatedPages)
49:                                 #set ($linkText = $related.mapLabel)
50:                                 #set ($linkUrl = $related.url)
51:                                 #set ($linkMapType = $related.mapType)
52:                                 #set ($linkFound = false)
53:                                 #if (!$relatedEvents.isEmpty())
54:                                         #set ($link = $eventLinks[0])
55:                                         #foreach ($l in $eventLinks)
56:                                         #if ($related.url == $l.url)
57:                                                 #set ($link = $l)
58:                                                 #set ($linkFound = true)
59:                                         #end
60:                                         #end
61:                                 #end
62:                                 #if ($linkFound == true)
63:                                         #set ($linkText = $link.name)
64:                                         #set ($linkUrl = $link.url)
65:                                         #set ($linkMapType = $link.mapType)
66:                                 #end
67:                                 #set ($linkTypeCounter = 1)
68:                                 #set ($linkTypeLabel = $linkText)
69:                                 #if ($printedLinks.containsKey("${$linkText}"))
70:                                         #set ($linkTypeCounter = $printedLinks.get("${linkText}") + 1)
71:                                         #set ($linkTypeLabel = "$linkText${linkTypeCounter}")
72:                                 #end
73:                                 #set ($ignore = $printedLinks.put($linkText, $linkTypeCounter))
74: 
75:                                  #if ($velocityCount > 1) | #end
76:                                     #if ($related.id == $contentPage.id)
77:                                         <strong>${linkText}</strong>
78:                                     #else
79:                                         <a href="$linkUrl" #printLinkAriaLabelRelatedLinks($relatedEvent, $linkTypeLabel) #if ($website.isExternalLink($linkUrl)) target="_blank" #end>${linkText}</a>            
80:                                     #end
81:                                 #end
82:                 </div> 
83:         #end
84: #end ## disable
85: 

San Diego Mesa vs. Saddleback
@ Southwestern
10/30/2021 at 9:40 AM

San Diego Mesa
9
Saddleback
14
SCORING 1 2 3 4 FINAL
San Diego Mesa (10-7) 1 2 3 3 9
Saddleback (22-5) 4 4 3 3 14
SCORING SUMMARY
-- 1st -- San Diego Mesa Saddleback
Saddleback 05:24 Andrew Barnuevo (Spencer Sellwood ) 0 1
San Diego Mesa 04:01 Jake Rose (Dylan Whitley ) 1 1
Saddleback 02:43 Spencer Sellwood (Jack Stevens ) 1 2
Saddleback 01:20 Ivan Moilanen (unassisted) 1 3
Saddleback 00:02 Jackson Butler (unassisted) 1 4
-- 2nd -- San Diego Mesa Saddleback
Saddleback 07:31 Andrew Barnuevo (unassisted) 1 5
Saddleback 06:01 Jack Stevens (Alec Isaacman ) 1 6
Saddleback 03:48 Jack Stevens (unassisted) 1 7
Saddleback 03:06 Luke Walters (Cole Jensen ) 1 8
San Diego Mesa 01:27 Jake Rose (John Bolaris ) 2 8
San Diego Mesa 00:33 Declan Lynch (John Bolaris ) 3 8
-- 3rd -- San Diego Mesa Saddleback
Saddleback 06:58 Jeffrey Hoss (Ivan Moilanen ) 3 9
San Diego Mesa 06:29 Sam Odenkirk (Jeremy Redden ) 4 9
Saddleback 05:07 Jackson Butler (unassisted) 4 10
San Diego Mesa 03:57 Ali Noureddine (unassisted) 5 10
Saddleback 01:38 Luke Walters (Ryan Verzani ) 5 11
San Diego Mesa 01:20 Jake Rose (unassisted) 6 11
-- 4th -- San Diego Mesa Saddleback
San Diego Mesa 07:07 Sam Odenkirk (unassisted) 7 11
Saddleback 06:37 Cameron Knutson (unassisted) 7 12
Saddleback 03:24 Jeffrey Hoss (unassisted) 7 13
San Diego Mesa 02:22 Declan Lynch (unassisted) 8 13
Saddleback 00:26 Aiden Rule (unassisted) 8 14
San Diego Mesa 00:12 Bryce Elsner (unassisted) 9 14

San Diego Mesa

# PLAYER POS G A SH STL TO ED BLK
1 Bryce Elsner * 1 0 3 2 1 0 0
2 Jacob Redden 0 0 0 1 0 0 0
3 Dylan Whitley * 0 1 3 0 3 0 0
4 John Bolaris * 0 2 2 0 1 2 0
5 Ali Noureddine 1 0 1 0 0 0 0
6 Jeremy Redden * 0 1 3 1 3 0 0
7 Declan Lynch 2 0 2 0 1 1 0
8 AJ Ogrodnick 0 0 1 1 1 0 0
9 Jake Rose * 3 0 5 1 2 2 0
10 Sam Odenkirk * 2 0 4 4 0 1 0
12 Vernon Frairie * 0 0 0 0 1 1 0
13 Dayvin Mikulanis 0 0 2 0 1 0 1
14 Jonathan Nunez 0 0 0 0 0 0 1
18 Craig Boyle 0 0 0 1 2 0 0
TM Team 0 0 0 0 0 0 0
Totals 9 4 26 11 16 7 2
# GOALIES GA Qtrs SV SH
1 Bryce Elsner (L, 0-1) 14 4.0 9 23

Saddleback

# PLAYER POS G A SH STL TO ED BLK
1A Jacob Idris 0 0 0 0 0 0 0
1B Scott Olsen 0 0 0 0 0 0 0
2 Riley Kraatz 0 0 2 0 0 0 0
3 Alec Isaacman 0 1 0 1 0 0 0
4 Ivan Moilanen 1 1 1 1 0 0 0
5 Cole Jensen 0 1 1 0 0 0 0
6 Aidan Caporicci 0 0 3 2 0 0 0
7 Spencer Sellwood 1 1 2 3 0 0 1
8 Luke Walters 2 0 3 1 0 0 0
9 Alec Abrahamian 0 0 0 0 0 0 0
10 Jackson Butler 2 0 2 1 1 0 0
11 Bradley Pearce 0 0 2 0 1 0 0
12 Andrew Barnuevo 2 0 3 0 1 0 0
14 Jack Stevens 2 1 4 0 0 1 0
15 Jeffrey Hoss 2 0 3 2 0 0 0
16 Chase Campbell 0 0 0 1 0 0 0
17 Ryan Verzani 0 1 1 1 1 0 0
18 Cameron Knutson 1 0 3 0 0 0 0
19 Aiden Rule 1 0 1 0 0 1 0
22 Dylan Gallegos 0 0 0 2 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 14 6 31 15 4 2 1
# GOALIES GA Qtrs SV SH
1A Jacob Idris (W, 0-0) 6 3.0 9 15
1B Scott Olsen 3 1.0 3 6
Totals 9 4.0 12 21
SHOTS 1 2 3 4 TOTAL
San Diego Mesa 4 8 6 8 26
Saddleback 5 10 9 6 30
SAVES 1 2 3 4 TOTAL
San Diego Mesa 0 0 0 0 9
Saddleback 2 4 3 3 12
EXCLUSION SUMMARY
-- 1st --
Saddleback 06:49 Riley Kraatz Ejection
Saddleback 04:01 Jacob Idris Penalty
San Diego Mesa 02:51 Dylan Whitley Ejection
-- 2nd --
Saddleback 07:11 Spencer Sellwood Ejection
Saddleback 05:25 Dylan Gallegos Ejection
Saddleback 04:22 Jack Stevens Ejection
San Diego Mesa 03:59 Jake Rose Ejection
San Diego Mesa 01:14 Jeremy Redden Ejection
-- 3rd --
Saddleback 06:40 Ivan Moilanen Ejection
Saddleback 00:45 Scott Olsen Ejection
-- 4th --
San Diego Mesa 06:37 Jake Rose Ejection
Saddleback 05:45 Cameron Knutson Ejection
OTHER INFORMATION
Game Length: 1:05
Attendance: 0
Starter *
Facebook
Twitter
Email
Print
Addthis
CCCAA
2017 O St | Sacramento, CA | 95811

© Copyright 2019 California Community College Athletic Association.
All Rights Reserved.
  • Josten's Josten's
  • eteam eteam
  • AMgC AMgC
  • HomeTown Ticketing HomeTown Ticketing
  • VOZZI VOZZI
PrestoSports