Uses of Class
is.idega.idegaweb.golf.rest.pojo.Club

Packages that use Club
is.idega.idegaweb.golf.presentation.club   
is.idega.idegaweb.golf.rest   
is.idega.idegaweb.golf.rest.pojo   
 

Uses of Club in is.idega.idegaweb.golf.presentation.club
 

Methods in is.idega.idegaweb.golf.presentation.club that return Club
 Club ClubBean.getClub()
           
 

Methods in is.idega.idegaweb.golf.presentation.club with parameters of type Club
 void ClubBean.setClub(Club club)
           
 

Uses of Club in is.idega.idegaweb.golf.rest
 

Methods in is.idega.idegaweb.golf.rest that return Club
 Club Clubs.getClubInfo(java.lang.String abbreviation, boolean showCourses)
           
 

Methods in is.idega.idegaweb.golf.rest that return types with arguments of type Club
 java.util.List<Club> Areas.getClubsByArea(java.lang.String area)
           
 java.util.List<Club> Clubs.getXMLOrJSON()
           
 

Uses of Club in is.idega.idegaweb.golf.rest.pojo
 

Methods in is.idega.idegaweb.golf.rest.pojo that return types with arguments of type Club
 java.util.List<Club> Area.getClubs()
           
 

Method parameters in is.idega.idegaweb.golf.rest.pojo with type arguments of type Club
 void Area.setClubs(java.util.List<Club> clubs)
           
 



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