Uses of Interface
org.jasig.portlet.contacts.model.Address

Packages that use Address
org.jasig.portlet.contacts.model   
org.jasig.portlet.contacts.model.impl   
 

Uses of Address in org.jasig.portlet.contacts.model
 

Methods in org.jasig.portlet.contacts.model that return Address
 Address Contact.getPrimaryAddress()
           
 

Methods in org.jasig.portlet.contacts.model that return types with arguments of type Address
 List<Address> Contact.getAddresses()
           
 

Method parameters in org.jasig.portlet.contacts.model with type arguments of type Address
 void Contact.setAddresses(List<Address> addresses)
           
 

Uses of Address in org.jasig.portlet.contacts.model.impl
 

Classes in org.jasig.portlet.contacts.model.impl that implement Address
 class AddressPojo
           
 

Methods in org.jasig.portlet.contacts.model.impl that return Address
 Address ContactPojo.getPrimaryAddress()
           
 

Methods in org.jasig.portlet.contacts.model.impl that return types with arguments of type Address
 List<Address> ContactPojo.getAddresses()
           
 

Method parameters in org.jasig.portlet.contacts.model.impl with type arguments of type Address
 void ContactPojo.setAddresses(List<Address> addresses)
           
 



Copyright © 2013 Jasig. All Rights Reserved.