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

Packages that use GolfPageEntity
is.idega.idegaweb.golf.data.dao   
is.idega.idegaweb.golf.presentation.club   
 

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

Methods in is.idega.idegaweb.golf.data.dao that return GolfPageEntity
 GolfPageEntity GolfPageDaoImpl.getGolfPage(java.lang.Integer pageId)
           
 GolfPageEntity GolfPageDao.getGolfPage(java.lang.Integer pageId)
           
 GolfPageEntity GolfPageDaoImpl.storeGolfPage(java.lang.Integer clubId, java.lang.Integer pageId, java.lang.String headline, java.lang.String body)
           
 GolfPageEntity GolfPageDao.storeGolfPage(java.lang.Integer clubId, java.lang.Integer pageId, java.lang.String headline, java.lang.String body)
           
 

Methods in is.idega.idegaweb.golf.data.dao that return types with arguments of type GolfPageEntity
 java.util.List<GolfPageEntity> GolfPageDaoImpl.getGolfPages(java.lang.Integer clubId)
           
 java.util.List<GolfPageEntity> GolfPageDao.getGolfPages(java.lang.Integer clubId)
          Returns golf pages having all their fields loaded.
 

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

Methods in is.idega.idegaweb.golf.presentation.club that return GolfPageEntity
 GolfPageEntity ClubBean.getPage()
           
 

Methods in is.idega.idegaweb.golf.presentation.club that return types with arguments of type GolfPageEntity
 java.util.List<GolfPageEntity> ClubBean.getPages()
           
 

Methods in is.idega.idegaweb.golf.presentation.club with parameters of type GolfPageEntity
 void ClubBean.addGolfPage(GolfPageEntity page)
           
 void ClubBean.setPage(GolfPageEntity page)
           
 

Method parameters in is.idega.idegaweb.golf.presentation.club with type arguments of type GolfPageEntity
 void ClubBean.setPages(java.util.List<GolfPageEntity> pages)
           
 



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