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

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

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

Methods in org.jasig.portlet.contacts.model that return PhoneNumber
 PhoneNumber Contact.getPrimaryPhoneNumber()
           
 

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

Method parameters in org.jasig.portlet.contacts.model with type arguments of type PhoneNumber
 void Contact.setPhoneNumbers(List<PhoneNumber> numbers)
           
 

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

Classes in org.jasig.portlet.contacts.model.impl that implement PhoneNumber
 class PhoneNumberPojo
           
 

Methods in org.jasig.portlet.contacts.model.impl that return PhoneNumber
 PhoneNumber ContactPojo.getPrimaryPhoneNumber()
           
 

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

Method parameters in org.jasig.portlet.contacts.model.impl with type arguments of type PhoneNumber
 void ContactPojo.setPhoneNumbers(List<PhoneNumber> numbers)
           
 



Copyright © 2013 Jasig. All Rights Reserved.