Uses of Class
org.promotego.beans.Location

Packages that use Location
org.promotego.beans   
org.promotego.commands   
org.promotego.formbackingbeans   
org.promotego.viewbeans   
 

Uses of Location in org.promotego.beans
 

Methods in org.promotego.beans that return Location
 Location ScheduledGame.getLocation()
           
 Location OfferedGame.getLocation()
           
 Location LocationHolder.getLocation()
           
 

Methods in org.promotego.beans that return types with arguments of type Location
 java.util.List<Location> User.getLocations()
           
 

Methods in org.promotego.beans with parameters of type Location
 void ScheduledGame.setLocation(Location location)
           
 void OfferedGame.setLocation(Location location)
           
 void LocationHolder.setLocation(Location location)
           
 

Method parameters in org.promotego.beans with type arguments of type Location
 void User.setLocations(java.util.List<Location> locations)
           
 

Uses of Location in org.promotego.commands
 

Methods in org.promotego.commands that return Location
 Location LocationCommandBean.getLocation()
           
 

Methods in org.promotego.commands with parameters of type Location
 void LocationCommandBean.setLocation(Location location)
           
 

Uses of Location in org.promotego.formbackingbeans
 

Methods in org.promotego.formbackingbeans that return Location
 Location GameOfferBean.getLocation()
           
 

Methods in org.promotego.formbackingbeans with parameters of type Location
 void GameOfferBean.setLocation(Location location)
           
 

Uses of Location in org.promotego.viewbeans
 

Methods in org.promotego.viewbeans that return Location
 Location OfferedGameViewBean.getLocation()
           
 Location LocationViewBean.getLocation()
           
 

Methods in org.promotego.viewbeans with parameters of type Location
 void LocationViewBean.setLocation(Location location)
           
 



Copyright © 2007. All Rights Reserved.