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) (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
    • 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: 

Saddleback vs. LA Valley
@ Golden West
10/22/2021 at 11:00 AM

Saddleback
15
LA Valley
1
SCORING 1 2 3 4 FINAL
Saddleback (19-3) 5 4 3 3 15
LA Valley (5-10) 0 0 1 0 1
SCORING SUMMARY
-- 1st -- Saddleback LA Valley
Saddleback 06:53 Andrew Barnuevo (unassisted) 1 0
Saddleback 06:21 Ivan Moilanen (Alec Abrahamian ) 2 0
Saddleback 05:01 Andrew Barnuevo (Jackson Butler ) 3 0
Saddleback 01:16 Alec Abrahamian (unassisted) 4 0
Saddleback 00:44 Dylan Gallegos (Jack Stevens ) 5 0
-- 2nd -- Saddleback LA Valley
Saddleback 07:30 Andrew Barnuevo (unassisted) 6 0
Saddleback 05:23 Riley Kraatz (Andrew Barnuevo ) 7 0
Saddleback 01:21 Spencer Sellwood (Jack Stevens ) 8 0
Saddleback 00:14 Alec Abrahamian (unassisted) 9 0
-- 3rd -- Saddleback LA Valley
Saddleback 04:38 Dylan Gallegos (unassisted) 10 0
Saddleback 03:45 Jackson Butler (Jeffrey Hoss ) 11 0
LA Valley 02:27 Sargis Kaputikyan (unassisted) 11 1
Saddleback 01:00 Jack Stevens (unassisted) 12 1
-- 4th -- Saddleback LA Valley
Saddleback 06:25 Jeffrey Hoss (unassisted) 13 1
Saddleback 02:15 Bradley Pearce (unassisted) 14 1
Saddleback 01:17 Chase Campbell (Bradley Pearce ) 15 1

Saddleback

# PLAYER POS G A SH STL TO ED BLK
1 Jacob Idris 0 0 0 0 0 0 0
1B Nathan James 0 0 0 0 0 0 0
1C Scott Olsen 0 0 0 0 0 0 0
2 Riley Kraatz 1 0 1 0 1 0 0
4 Ivan Moilanen 1 0 0 0 0 1 0
5 Cole Jensen 0 0 0 0 0 0 0
7 Spencer Sellwood 1 0 3 1 0 0 0
8 Luke Walters 0 0 1 1 0 1 0
9 Alec Abrahamian 2 1 2 0 1 0 0
10 Jackson Butler 1 1 1 0 1 0 1
11 Bradley Pearce 1 1 1 0 0 0 0
12 Andrew Barnuevo 3 1 6 0 0 1 0
14 Jack Stevens 1 2 0 0 0 0 0
15 Jeffrey Hoss 1 1 1 2 0 1 0
16 Chase Campbell 1 0 2 1 0 0 0
17 Ryan Verzani 0 0 1 1 0 0 0
18 Cameron Knutson 0 0 0 0 0 0 0
19 Aiden Rule 0 0 1 0 1 0 0
22 Dylan Gallegos 2 0 3 1 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 15 7 23 7 4 4 1
# GOALIES GA Qtrs SV SH
1 Jacob Idris 1 1.0 5 6
1B Nathan James (W, 0-0) 0 2.0 2 2
1C Scott Olsen 0 1.0 1 1
Totals 1 4.0 8 9

LA Valley

# PLAYER POS G A SH STL TO ED BLK
1 Daniel Smkovsky * 0 0 0 2 1 0 0
2 Santiago Bernal 0 0 0 0 0 0 0
3 Sargis Kaputikyan * 1 0 4 0 2 0 0
4 Carlos Tadeo 0 0 0 1 0 2 0
5 Niki Matheisen * 0 0 3 1 0 0 0
6 Max Ayrapetyan * 0 0 2 0 0 0 0
7 Hakop Ansuryan * 0 0 2 2 1 2 0
8 Erik Sarkissian 0 0 0 1 0 0 0
9 Levon Harutyunyan 0 0 0 0 0 0 0
10 Sam Krboyan * 0 0 1 0 2 0 0
11 Ethan Francis 0 0 0 0 0 0 0
12 Sahak Abrahamyan 0 0 1 0 0 2 0
13 Edward Shanakian * 0 0 0 0 2 0 0
14 Charles Patsch 0 0 0 0 0 0 0
15 Arman Hunanyan 0 0 0 0 1 0 0
16 Derek Allen 0 0 0 0 0 0 0
TM Team 0 0 0 0 0 0 0
Totals 1 0 13 7 9 6 0
# GOALIES GA Qtrs SV SH
1 Daniel Smkovsky (L, 0-0) 15 4.0 5 20
SHOTS 1 2 3 4 TOTAL
Saddleback 10 6 3 7 26
LA Valley 2 4 8 2 16
SAVES 1 2 3 4 TOTAL
Saddleback 1 1 5 1 8
LA Valley 0 0 0 0 5
EXCLUSION SUMMARY
-- 1st --
Saddleback 04:00 Riley Kraatz Ejection
-- 2nd --
LA Valley 06:04 Max Ayrapetyan Ejection
Saddleback 03:48 Jack Stevens Ejection
Saddleback 02:15 Dylan Gallegos Ejection
LA Valley 00:57 Niki Matheisen Ejection
-- 3rd --
Saddleback 06:39 Alec Abrahamian Ejection
Saddleback 05:23 Spencer Sellwood Ejection
LA Valley 04:49 Hakop Ansuryan Ejection
Saddleback 02:50 Aiden Rule Ejection
Saddleback 01:40 Cole Jensen Ejection
Saddleback 00:40 Aiden Rule Ejection
-- 4th --
Saddleback 07:47 Luke Walters Ejection
LA Valley 06:56 Sargis Kaputikyan Ejection
LA Valley 05:25 Ethan Francis Penalty
LA Valley 03:15 Derek Allen Ejection
OTHER INFORMATION
Game Length: 1:00
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