Uses of Class
org.ifeth.sehr.beans.ContactItem

Packages that use ContactItem
org.ifeth.sehr.client.api   
org.ifeth.sehr.sql   
 

Uses of ContactItem in org.ifeth.sehr.client.api
 

Methods in org.ifeth.sehr.client.api that return ContactItem
 ContactItem[] LocalUserProfile.getAddressesArray()
           
 

Uses of ContactItem in org.ifeth.sehr.sql
 

Methods in org.ifeth.sehr.sql that return ContactItem
 ContactItem UsrContact.getItem()
           
 

Methods in org.ifeth.sehr.sql with parameters of type ContactItem
 void UsrContact.setItem(ContactItem item)