*/
Contact updateContactData (final Contact contact, final boolean isCellphoneUnlinked, final boolean isLandlineUnlinked, final boolean isFaxUnlinked);
+ /**
+ * Updates given contact in database. Please note that the id number must be
+ * set. This method should also make sure that cellphone, land-line and fix
+ * numbers are updated, too.
+ * <p>
+ * @param contact Contact to update
+ * <p>
+ * @return Updated contact instance
+ */
+ Contact updateContactData (final Contact contact);
+
/**
* Returns a list of all found contacts
* <p>