public interface ContactsRemote
| Modifier and Type | Method and Description |
|---|---|
void |
addContactInfo(int contactId,
ContactInfo contactInfo) |
int |
cleanup() |
Contact |
createContact(Contact contact) |
Contact |
createNormalizedContact(Contact contact) |
List<Contact> |
getContacts(String name,
int offset,
int limit) |
int cleanup()
Contact createContact(Contact contact) throws InvalidParam
InvalidParamContact createNormalizedContact(Contact contact) throws InvalidParam
InvalidParamvoid addContactInfo(int contactId,
ContactInfo contactInfo)
throws ContactNotFound,
InvalidParam
ContactNotFoundInvalidParamCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.