Uses of Class
org.sciplore.resources.Contact

Packages that use Contact
org.sciplore.resources   
 

Uses of Contact in org.sciplore.resources
 

Methods in org.sciplore.resources that return Contact
static Contact Contact.getContact(Contact c)
          Returns a Contact object from the database from a Contact object.
static Contact Contact.getContact(Integer id)
          Returns a Contact object from the database for an identifier.
static Contact Contact.getContact(Person p, String uri)
          Returns a Contact object fromt he database for a Person and an uri.
static Contact Contact.sync(Contact co)
          Synchronizes an Contact object with a record from the database.
 

Methods in org.sciplore.resources that return types with arguments of type Contact
 Set<Contact> Person.getContacts()
           
 

Methods in org.sciplore.resources with parameters of type Contact
 void Person.addContact(Contact contact)
           
static Contact Contact.getContact(Contact c)
          Returns a Contact object from the database from a Contact object.
static Contact Contact.sync(Contact co)
          Synchronizes an Contact object with a record from the database.
 

Method parameters in org.sciplore.resources with type arguments of type Contact
 void Person.setContacts(Set<Contact> contacts)