Uses of Class
arta.synergy.web.common.client.data.profile.contacts.Contact

Packages that use Contact
arta.synergy.ejb.profile   
arta.synergy.web.common.client.data.profile   
 

Uses of Contact in arta.synergy.ejb.profile
 

Methods in arta.synergy.ejb.profile that return types with arguments of type Contact
static ServerResult<Contact> ContactsManager.getContact(java.lang.String contactID, java.lang.String locale)
           
 ServerResult<Contact> Profile.getContact(java.lang.String contactID, java.lang.String locale)
           
static ServerResult<java.util.ArrayList<Contact>> ContactsManager.getUserContacts(java.lang.String userID, java.lang.String locale)
           
 ServerResult<java.util.ArrayList<Contact>> Profile.getUserContacts(java.lang.String userID, java.lang.String locale)
           
static ServerResult<Contact> ContactsManager.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 ServerResult<Contact> Profile.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 

Methods in arta.synergy.ejb.profile with parameters of type Contact
static ServerResult<Contact> ContactsManager.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 ServerResult<Contact> Profile.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 

Uses of Contact in arta.synergy.web.common.client.data.profile
 

Methods in arta.synergy.web.common.client.data.profile that return types with arguments of type Contact
 ServerResult<Contact> ProfileIF.getContact(java.lang.String contactID, java.lang.String locale)
           
 ServerResult<java.util.ArrayList<Contact>> ProfileIF.getUserContacts(java.lang.String userID, java.lang.String locale)
           
 ServerResult<Contact> ProfileIF.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 

Methods in arta.synergy.web.common.client.data.profile with parameters of type Contact
 ServerResult<Contact> ProfileIF.saveContact(Contact contact, java.lang.String actorID, java.lang.String locale)
           
 



Copyright © 2000 Dummy Corp. All Rights Reserved.