Contact linkNewMobileNumberWithContact (final Contact contact, final DialableMobileNumber mobileNumber) throws PhoneNumberAlreadyLinkedException;
/**
- * Unlinks fax data from given contact and returns the updated (detached?)
+ * Unlinks fax data from given contact and returns the updated (managed)
* version.
* <p>
* @param contact Contact to unlink mobile instance
/**
* Unlinks land-line data from given contact and returns the updated
- * (detached?) version.
+ * (managed) version.
* <p>
* @param contact Contact to unlink mobile instance
* @param landLineNumber Land-line number being unlinked
Contact unlinkLandLineDataFromContact (final Contact contact, final DialableLandLineNumber landLineNumber) throws PhoneNumberNotLinkedException;
/**
- * Unlinks mobile data from given contact and returns the updated
- * (detached?) version.
+ * Unlinks mobile data from given contact and returns the updated (managed)
+ * version.
* <p>
* @param contact Contact to unlink mobile instance
* @param mobileNumber Mobile number being unlinked