Uses of Class
org.promotego.beans.Address

Packages that use Address
org.promotego.beans   
org.promotego.commands   
org.promotego.dao.hibernate   
org.promotego.dao.interfaces   
org.promotego.formbackingbeans   
org.promotego.viewbeans   
 

Uses of Address in org.promotego.beans
 

Methods in org.promotego.beans that return Address
 Address Location.getAddress()
           
 

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

Methods in org.promotego.beans with parameters of type Address
 void Location.setAddress(Address address)
           
 

Method parameters in org.promotego.beans with type arguments of type Address
 void User.setAddresses(java.util.List<Address> addresses)
           
 

Uses of Address in org.promotego.commands
 

Methods in org.promotego.commands that return Address
 Address LocationCommandBean.getAddress()
           
 

Methods in org.promotego.commands with parameters of type Address
 void LocationCommandBean.setAddress(Address address)
           
 

Uses of Address in org.promotego.dao.hibernate
 

Methods in org.promotego.dao.hibernate that return Address
 Address HibernateAddressDao.getByName(java.lang.String name, java.lang.Long userId)
           
 

Uses of Address in org.promotego.dao.interfaces
 

Methods in org.promotego.dao.interfaces that return Address
 Address AddressDao.getByName(java.lang.String name, java.lang.Long userId)
           
 

Uses of Address in org.promotego.formbackingbeans
 

Methods in org.promotego.formbackingbeans that return Address
 Address RadiusSearchBean.getAddress()
           
 

Methods in org.promotego.formbackingbeans with parameters of type Address
 void RadiusSearchBean.setAddress(Address address)
           
 

Uses of Address in org.promotego.viewbeans
 

Methods in org.promotego.viewbeans that return Address
 Address LocationViewBean.getAddress()
           
 



Copyright © 2007. All Rights Reserved.