public class Contacts
extends java.lang.Object
public java.util.List<Contact> getAll() throws ServerException
ServerException
public void add(Contact contact) throws ServerException
ServerException
public void update(Contact contact) throws ServerException
ServerException
public void delete(Contact contact) throws ServerException
ServerException