Uses of Interface
org.promotego.dao.interfaces.OfferedGameDao

Packages that use OfferedGameDao
org.promotego.controllers   
org.promotego.dao.hibernate   
org.promotego.services   
 

Uses of OfferedGameDao in org.promotego.controllers
 

Methods in org.promotego.controllers with parameters of type OfferedGameDao
 void OfferGameController.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 void FindOfferedGameController.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 void CancelScheduledGameController.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 void CancelGameOfferController.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 void AcceptGameOfferController.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 

Uses of OfferedGameDao in org.promotego.dao.hibernate
 

Classes in org.promotego.dao.hibernate that implement OfferedGameDao
 class HibernateOfferedGameDao
           
 

Uses of OfferedGameDao in org.promotego.services
 

Methods in org.promotego.services with parameters of type OfferedGameDao
 void ExpirationService.setOfferedGameDao(OfferedGameDao offeredGameDao)
           
 



Copyright © 2007. All Rights Reserved.