Uses of Interface
is.idega.idegaweb.golf.entity.Stroke

Packages that use Stroke
is.idega.idegaweb.golf.business   
is.idega.idegaweb.golf.entity   
is.idega.idegaweb.golf.handicap.business   
 

Uses of Stroke in is.idega.idegaweb.golf.business
 

Methods in is.idega.idegaweb.golf.business that return Stroke
 Stroke ScorecardBusinessBean.getStroke(Scorecard scorecard, Tee tee)
           
 Stroke ScorecardBusiness.getStroke(Scorecard scorecard, Tee tee)
           
 

Methods in is.idega.idegaweb.golf.business that return types with arguments of type Stroke
 java.util.Collection<Stroke> ScorecardBusiness.getStrokes(Scorecard scorecard)
           
 java.util.Map<java.lang.Integer,Stroke> ScorecardBusinessBean.getStrokesMap(Scorecard scorecard)
           
 java.util.Map<java.lang.Integer,Stroke> ScorecardBusiness.getStrokesMap(Scorecard scorecard)
           
 

Uses of Stroke in is.idega.idegaweb.golf.entity
 

Classes in is.idega.idegaweb.golf.entity that implement Stroke
 class StrokeBMPBean
           
 

Methods in is.idega.idegaweb.golf.entity that return Stroke
 Stroke StrokeHomeImpl.create()
           
 Stroke StrokeHome.create()
           
 Stroke StrokeHomeImpl.createLegacy()
           
 Stroke StrokeHome.createLegacy()
           
 Stroke StrokeHomeImpl.findByPrimaryKey(int id)
           
 Stroke StrokeHome.findByPrimaryKey(int id)
           
 Stroke StrokeHomeImpl.findByPrimaryKey(java.lang.Object pk)
           
 Stroke StrokeHome.findByPrimaryKey(java.lang.Object pk)
           
 Stroke StrokeHomeImpl.findByPrimaryKeyLegacy(int id)
           
 Stroke StrokeHome.findByPrimaryKeyLegacy(int id)
           
 Stroke StrokeHomeImpl.findByScorecardAndTee(Scorecard scorecard, Tee tee)
           
 Stroke StrokeHome.findByScorecardAndTee(Scorecard scorecard, Tee tee)
           
 Stroke StrokeHomeImpl.findFirstByScorecard(Scorecard scorecard)
           
 Stroke StrokeHome.findFirstByScorecard(Scorecard scorecard)
           
 

Uses of Stroke in is.idega.idegaweb.golf.handicap.business
 

Methods in is.idega.idegaweb.golf.handicap.business with parameters of type Stroke
 int Handicap.calculatePointsWithoutUpdate(Stroke[] strokes, int playHandicap)
           
 



Copyright © 2000-2014 idega software. All Rights Reserved.