Uses of Class
org.exoplatform.services.wsrp.type.Contact

Packages that use Contact
org.exoplatform.services.wsrp.type   
 

Uses of Contact in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return Contact
 Contact UserProfile.getBusinessInfo()
          Gets the businessInfo value for this UserProfile.
 Contact UserProfile.getHomeInfo()
          Gets the homeInfo value for this UserProfile.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type Contact
 void UserProfile.setBusinessInfo(Contact businessInfo)
          Sets the businessInfo value for this UserProfile.
 void UserProfile.setHomeInfo(Contact homeInfo)
          Sets the homeInfo value for this UserProfile.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type Contact
UserProfile(PersonName name, java.util.Calendar bdate, java.lang.String gender, EmployerInfo employerInfo, Contact homeInfo, Contact businessInfo, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.