Uses of Class
is.idega.idegaweb.golf.data.Ad

Packages that use Ad
is.idega.idegaweb.golf.business   
is.idega.idegaweb.golf.data   
is.idega.idegaweb.golf.data.dao   
 

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

Methods in is.idega.idegaweb.golf.business that return Ad
 Ad GolfBean.getAd()
           
 

Methods in is.idega.idegaweb.golf.business that return types with arguments of type Ad
 java.util.List<Ad> GolfBean.getAds()
           
 

Methods in is.idega.idegaweb.golf.business with parameters of type Ad
 void GolfBean.setAd(Ad ad)
           
 

Method parameters in is.idega.idegaweb.golf.business with type arguments of type Ad
 void GolfBean.setAds(java.util.List<Ad> ads)
           
 

Uses of Ad in is.idega.idegaweb.golf.data
 

Methods in is.idega.idegaweb.golf.data that return types with arguments of type Ad
 java.util.List<Ad> AdSpace.getAds()
           
 

Method parameters in is.idega.idegaweb.golf.data with type arguments of type Ad
 void AdSpace.setAds(java.util.List<Ad> ads)
           
 

Uses of Ad in is.idega.idegaweb.golf.data.dao
 

Methods in is.idega.idegaweb.golf.data.dao that return Ad
 Ad GolfAdDaoImpl.getAd(java.lang.Long id)
           
 Ad GolfAdDao.getAd(java.lang.Long id)
           
 

Methods in is.idega.idegaweb.golf.data.dao that return types with arguments of type Ad
 java.util.List<Ad> GolfAdDaoImpl.getAds()
           
 java.util.List<Ad> GolfAdDao.getAds()
           
 java.util.List<Ad> GolfAdDaoImpl.getAds(java.lang.String category)
           
 java.util.List<Ad> GolfAdDao.getAds(java.lang.String category)
           
 



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