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

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

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

Methods in org.jasig.portlet.contacts.model that return EmailAddress
 EmailAddress Contact.getPrimaryEmailAddress()
           
 

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

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

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

Classes in org.jasig.portlet.contacts.model.impl that implement EmailAddress
 class EmailAddressPojo
           
 

Methods in org.jasig.portlet.contacts.model.impl that return EmailAddress
 EmailAddress ContactPojo.getPrimaryEmailAddress()
           
 

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

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



Copyright © 2013 Jasig. All Rights Reserved.