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 (2021-22)
    • Convention Info
    • Coronavirus Info
    • Decorum Statement
    • Directory (PDF) (2021-22)
    • 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
    • NATYCAA Cup
    • Athletes of the Month
    • Athletes of the Year
    • 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>${related.mapLabel}</strong>
78:                                     #else
79:                                         <a href="$related.url" #printLinkAriaLabelRelatedLinks($relatedEvent, $linkTypeLabel) #if ($website.isExternalLink($related.url)) target="_blank" #end>${related.mapLabel}</a>            
80:                                     #end
81:                                 #end
82:                 </div> 
83:         #end
84: #end ## disable
85: 

Riverside vs. Cypress
@ Costa Mesa, CA (Orange Coast College )
11/4/2021 at 9:00 AM

Riverside
14
Cypress
7
SCORING 1 2 3 4 FINAL
Riverside (10-13, 3-3) 1 2 5 6 14
Cypress (10-9, 1-5) 2 2 2 1 7
SCORING SUMMARY
-- 1st -- Riverside Cypress
Cypress 04:29 Justin Wakefield (Brian Huynh ) 0 1
Riverside 01:31 Tommy Dempsey (Louis Grandi ) 1 1
Cypress 01:03 Brian Huynh (Justin Wakefield ) 1 2
-- 2nd -- Riverside Cypress
Cypress 07:10 Brian Huynh (Justin Wakefield ) 1 3
Cypress 05:33 Sawyer Nering (Brian Huynh ) 1 4
Riverside 03:54 Jared Salas (unassisted) 2 4
Riverside 00:12 Louis Grandi (Reese Starkey ) 3 4
-- 3rd -- Riverside Cypress
Riverside 07:21 Reese Starkey (unassisted) 4 4
Riverside 06:24 Relja Mitic (unassisted) 5 4
Cypress 05:07 Sawyer Nering (Brandon Rubio ) 5 5
Riverside 03:56 Tommy Dempsey (Jared Salas ) 6 5
Riverside 03:15 Sebestian De La Pena-Kenley (unassisted) 7 5
Riverside 02:20 Tommy Dempsey (unassisted) 8 5
Cypress 02:10 John Howard Zeff (Sawyer Nering ) 8 6
-- 4th -- Riverside Cypress
Riverside 07:13 Tommy Dempsey (Jared Salas ) 9 6
Riverside 05:36 Relja Mitic (unassisted) 10 6
Riverside 02:17 Louis Grandi (unassisted) 11 6
Riverside 02:11 John Mahon (Pavle Ristic ) 12 6
Riverside 01:12 Louis Grandi (unassisted) 13 6
Cypress 00:58 Cameron Davidson (John Howard Zeff ) 13 7
Riverside 00:40 Louis Grandi (unassisted) 14 7

Riverside

# PLAYER POS G A SH STL TO ED BLK
1C Pavle Ristic * 0 1 0 0 0 0 0
2 Louis Grandi * 4 1 0 0 0 0 0
6 Tanner Childers 0 0 0 0 0 0 0
7 Tommy Dempsey * 4 0 0 0 0 0 0
8 Reese Starkey * 1 1 0 0 0 0 0
9 Colin Tormey 0 0 0 0 0 0 0
10 John Mahon * 1 0 0 0 0 0 0
11 Relja Mitic * 2 0 0 0 0 0 0
12 Armando Alvarez 0 0 0 0 0 0 0
13 Jared Salas 1 2 0 0 0 0 0
23 Sebestian De La Pena-Kenley * 1 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 14 5 0 0 0 0 0
# GOALIES GA Qtrs SV SH
1C Pavle Ristic (W, 6-6) 7 4.0 10 17

Cypress

# PLAYER POS G A SH STL TO ED BLK
1 Minsoo Park * 0 0 0 0 0 0 0
1A Daniel Llama 0 0 0 0 0 0 0
2 Cameron Davidson * 1 0 0 0 0 0 0
3 Timothy Yi 0 0 0 0 0 0 0
4 Brian Huynh * 2 2 0 0 0 0 0
5 Ethan Landaverde 0 0 0 0 0 0 0
6 John Howard Zeff * 1 1 0 0 0 0 0
7 Drake Wallace 0 0 0 0 0 0 0
10 Cody Belthius 0 0 0 0 0 0 0
11 Justin Wakefield * 1 2 0 0 0 0 0
13 Sawyer Nering * 2 1 0 0 0 0 0
14 Brandon Rubio * 0 1 0 0 0 0 0
15 Mason Mendoza 0 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 7 7 0 0 0 0 0
# GOALIES GA Qtrs SV SH
1 Minsoo Park (L, 0-0) 14 4.0 11 25
SHOTS 1 2 3 4 TOTAL
Riverside 0 0 0 0 0
Cypress 0 0 0 0 0
SAVES 1 2 3 4 TOTAL
Riverside 0 0 0 0 10
Cypress 0 0 0 0 11
EXCLUSION SUMMARY
-- 1st --
Riverside 03:12 John Mahon Ejection
Riverside 01:15 Relja Mitic Ejection
Cypress 00:00 Cameron Davidson Ejection
Cypress 00:00 Cameron Davidson Ejection
Cypress 00:00 Brian Huynh Ejection
Cypress 00:00 John Howard Zeff Ejection
Cypress 00:00 Drake Wallace Ejection
Cypress 00:00 Sawyer Nering Ejection
Cypress 00:00 Sawyer Nering Ejection
Cypress 00:00 Brandon Rubio Ejection
Cypress 00:00 Justin Wakefield Ejection
Cypress 00:00 Justin Wakefield Ejection
-- 2nd --
Riverside 06:22 Relja Mitic Ejection
Riverside 02:52 Reese Starkey Ejection
-- 3rd --
Riverside 05:36 Reese Starkey Ejection
-- 4th --
Riverside 05:59 Tommy Dempsey Ejection
Riverside 04:55 Jared Salas Ejection
Riverside 01:55 Tommy Dempsey Ejection
Riverside 01:50 Relja Mitic Ejection
Riverside 00:56 Tommy Dempsey Ejection
Riverside 00:50 John Mahon Ejection
Riverside 00:24 Armando Alvarez Ejection
OTHER INFORMATION
Game Length: 1:00
Attendance: 0
Officials and game personnel: Nicho DellaValle
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